summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the i2c bus speed divisors for TI OMAP4 and AM335x.ian2014-11-181-5/+11
* Allow i2c bus speed to be configured via hints, FDT data, and sysctl.ian2014-11-181-17/+25
* Make the GPIO children attach to the first unit available and not only toloos2014-10-281-2/+2
* Fix cpsw_detach() to not panic when called from cpsw_attach().loos2014-10-241-5/+14
* Style changes as pointed out by stas@.rpaulo2014-10-191-1/+5
* Fix the chan address for mtx_sleep() on bus wait. Without this fix theloos2014-10-181-1/+1
* Rework the Ti GPIO code to allow for both the OMAP4 and AM335X attachmentsandrew2014-10-1813-233/+554
* Remove an unused mutex.rpaulo2014-10-181-2/+0
* Make the ti_mbox and ti_pruss drivers optional.rpaulo2014-10-181-5/+3
* Add a driver for the TI watchdog.rpaulo2014-10-183-0/+351
* Make the ti_padstate_devmap arrays ststic, they are only used with theandrew2014-10-142-2/+2
* Move the sdhci option to files.ti, it's common to both SoCs.andrew2014-10-133-2/+1
* Use a switch on ti_chip() to find which SoC we are on. This allow us tandrew2014-10-131-3/+11
* Remove ti_mmchs.c, it has been replaced by ti_sdhci.c.andrew2014-10-134-2019/+0
* Remove the need for files.beaglebone and std.beaglebone by moving the oneandrew2014-10-133-7/+1
* Sort the files in the am355x directory.andrew2014-10-131-2/+4
* Start removing the omap3 support. In base it was only ever a header and aandrew2014-10-137-906/+5
* Mechanically convert to if_inc_counter().glebius2014-09-191-1/+1
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-011-0/+1
OpenPOWER on IntegriCloud