summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* Include vm/pmap.h for pmap_kextract.andrew2015-04-041-0/+3
* Stop using machine/fdt.h in the arm kernel code when we don't need it.andrew2015-04-046-6/+0
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove cpufunc_asm_arm11.S from the ARMv7 configs, it's not used.andrew2015-03-291-1/+0
* Stop building unused cpuvunc_* files, we don't need anything from these.andrew2015-03-291-2/+0
* Change the name of the dmtimer pps device from /dev/ppsN to /dev/dmtppsN.ian2015-03-091-1/+1
* Attach the prcm clock driver early, so it can set the mpcore timer frequency.ian2015-03-091-1/+2
* Fix spurious interrupts on arm am335x (beaglebone), by doing the EOI inian2015-03-081-6/+11
* Fix a number of -Wcast-qual warnings under sys/arm. No functionaldim2015-02-263-6/+6
* In sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6.0 warning aboutdim2015-02-261-1/+1
* Fix a bug where an interrupt could be masked unintentionally whenloos2015-02-041-1/+1
* am335x_clk_pruss_activate(): use the L3F clock.rpaulo2015-02-021-7/+7
* Implement GPIO_GET_BUS() method for all GPIO drivers.loos2015-01-312-6/+20
* Clean up and fix the device detach routine and the failure path on GPIOloos2015-01-311-16/+12
* ti_pruss: make sure the mmap'ed memory region is uncacheable.rpaulo2015-01-311-0/+1
* Set LCDC clock frequency to 2*148500 KHzgonzo2015-01-291-3/+3
* Add ARMv7 performance monitoring counters.br2015-01-281-0/+1
* - Increase default i2c bus timeout to 5 seconds from 1 second. Sometimesgonzo2015-01-251-5/+39
* Add vt(4) support to AM335x LCDC drivergonzo2015-01-252-4/+49
* After interrupt read value from register to make sure it reached hardware. Thisgonzo2015-01-241-0/+4
* Write ACK for all kinds of LCDC interruptsgonzo2015-01-221-2/+3
* Remove "#define DEBUG" that conflicts with "option DEBUG" in kernel configgonzo2015-01-212-2/+0
* Rename bus_space-v6.c to bus_space_base.c, because it's not v6-specifician2015-01-211-1/+1
* Properly clear IRQ status in order to fix "Spurious IRQ" message from AINT.gonzo2015-01-201-0/+3
* Fix programming timing parameters to LCDC. Actual value used for HBP, HFP, HS...gonzo2015-01-181-13/+27
* Fix cpsw(4) after r277203 which folded 'struct m_hdr' into 'struct mbuf'.bz2015-01-151-6/+6
* Add support to turn off Beaglebone with poweroff(8) or shutdown(8) -p.loos2015-01-127-3/+363
* Rename gic_init_secondary to arm_init_secondary_ic to help with the mergeandrew2015-01-111-1/+1
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-052-1/+3
* Remove -Wa,-march=armv7a from arm kernel configs, it makes clang 3.5 sadian2015-01-011-1/+1
* Remove unnecessary code and, instead, use the provided iicbus_null_callbackloos2014-12-271-33/+1
* Fix a off-by-one bug.loos2014-12-271-1/+2
* Fix the musb initialization sequence on AM335x.loos2014-12-261-9/+18
* Squelch a (bogus) gcc use-before-init warning.ian2014-12-261-0/+1
* Add interrupt support for GPIO pins on OMAP4 and AM335x.loos2014-12-252-32/+307
* Bring in the last round of updates before adding the interrupt support.loos2014-12-242-59/+58
* Do not return the total number of available pins but the maximum pin numberloos2014-12-231-12/+1
* Remove some leftovers from OMAP3 support.loos2014-12-221-9/+4
* Simplify the use of locks where possible, remove the locking when it is notloos2014-12-221-70/+41
* Replace the clock divisor terms with values that also result in a 1 MHzian2014-12-221-1/+1
* Add -march=armv7a to the kernel compile for all ARM systems which are v7a.ian2014-12-211-0/+1
* Remove a volatile qualifier on return type that is ignored and results inian2014-12-211-1/+1
* Reduce the diff in the Ti aintc between head and arm_intrngandrew2014-12-211-16/+20
* Add a new sdhci quirk, SDHCI_QUIRK_WAITFOR_RESET_ASSERTED, to work aroundian2014-12-201-2/+26
* Rewrap long lines; no functional changes.ian2014-12-191-4/+8
* Add code to set and reset open-drain mode on the bus when requested.ian2014-12-191-3/+14
* Switch to a .cpu directive. These will work when clang 3.5 is importedandrew2014-12-051-1/+1
* Allow multiple devices to mmap. It's impossible to prevent this withrpaulo2014-12-011-25/+6
* Moves all the duplicate code to a single function.loos2014-11-181-10/+0
* opt_global.h is included automatically in the build. No need toimp2014-11-181-2/+0
OpenPOWER on IntegriCloud