summaryrefslogtreecommitdiffstats
path: root/sys/arm/ti/ti_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r311734, r311735, r311951, r314071:ian2017-03-011-26/+32
* MFC r308640:ian2017-03-011-3/+2
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-0/+1
* Switch TI platform support code from using FreeBSD's custom-baked DTSgonzo2015-05-221-12/+10
* 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
* Use a switch on ti_chip() to find which SoC we are on. This allow us tandrew2014-10-131-3/+11
* Start removing the omap3 support. In base it was only ever a header and aandrew2014-10-131-3/+1
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-011-0/+1
* Adjust the comments about translating clock divisor bits to match recentian2014-04-041-8/+8
* Fix the logic for translating between MMCHS and SDHCI clock divisors.ian2014-04-041-5/+19
* Various fixes to the ti_sdhci driver, mostly to make it work on Pandaboard.ian2014-04-041-4/+33
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Bugfixes... the host capabilties from FDT data are stored in host.caps, notian2013-11-191-3/+3
* The ability to do 8-bit implies 4-bit capability too. Rearrange the casesian2013-11-011-4/+5
* TI sdhci driver improvements, mostly related to fdt data...ian2013-11-011-15/+82
* Make the standard sdhci(4) driver work for the TI OMAP family SoCs.ian2013-08-201-0/+565
OpenPOWER on IntegriCloud