summaryrefslogtreecommitdiffstats
path: root/sys/arm/freescale/imx/imx_sdhci.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r308186, r308188, r308231, r308232:ian2017-03-011-917/+0
* Another round of changes to add compatibility with the older ESHDC varietyian2016-05-261-82/+160
* Don't repeat the the word 'the'eadler2016-05-171-1/+1
* Fix fallout from r292180 (Dec 2015)... ensure that every driver which hasian2016-03-211-0/+1
* Quick exit after setting the clock control register.jhibbits2016-01-171-0/+1
* Fix the clock divisor calc for imx6 sdcard bus speed.ian2015-12-181-2/+9
* Move the DRIVER_MODULE() statements that declare mmc(4) to be a child ofian2015-12-141-1/+1
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
* sdhci.h has grown a dependency on sysctl.h, include the latter where needed.ian2014-09-011-0/+1
* Remove extra semicolons.kevlo2014-06-061-1/+1
* Stop calling imx51_ccm_foo() clock functions from imx6 code. Insteadian2014-04-261-7/+2
* Don't call sdhci_init_slot() until after handling the FDT propertiesian2014-04-021-3/+3
* Convert the "R1B fix" from a busy-loop in the interrupt handler to a callout.ian2014-02-151-26/+98
* Add handling of standard "non-removable" property, and also some workaroundian2014-02-131-0/+23
* Write translation code for the SDHCI_PRESENT_STATE register. Freescaleian2014-02-131-7/+43
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* Bugfix: the attach routine needs to use the same table of fdt compatian2013-11-021-6/+2
* Add sdhci driver glue for imx family SoCs. This should support both uSDHCian2013-10-311-0/+704
OpenPOWER on IntegriCloud