summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* MCI imx-esdhc: Fix cache flush/inval for multi block supportSascha Hauer2011-07-051-3/+3
* mci-core: add missing newline in debug messageHubert Feurstein2011-06-011-1/+1
* mci: turn several pr_* statements into debugSascha Hauer2011-05-061-12/+12
* mci: shrink string footprintSascha Hauer2011-05-061-6/+8
* mci-core: fix debug statementsSascha Hauer2011-04-121-4/+4
* mci omap: make write support optionalSascha Hauer2011-04-121-1/+4
* mci omap: rename functions from mxc to omapSascha Hauer2011-04-121-6/+6
* mci omap: hsmmc is also found on the omap3Sascha Hauer2011-04-121-1/+1
* mci: make write support optionalSascha Hauer2011-04-112-0/+11
* mci: make it compile without info supportSascha Hauer2011-04-111-0/+2
* Merge branch 'omap-drivers' into nextSascha Hauer2011-04-063-0/+590
|\
| * mci: Add omap hsmmc driverSascha Hauer2011-04-043-0/+590
* | mmc: check correctness of the voltage mask in ocrSascha Hauer2011-04-041-1/+11
|/
* mci mxs: no need to call mxs_mci_setup_clock_speed in initSascha Hauer2011-03-081-3/+2
* mci mxs: make the mci_host a member of mxs_mci_hostSascha Hauer2011-03-081-98/+98
* mci mxs: rename mci_pdata to hostSascha Hauer2011-03-081-8/+6
* mci mxs: give functions a uniq mxs_mci_ namespaceSascha Hauer2011-03-081-61/+61
* mci mxs: put only once used function inlineSascha Hauer2011-03-081-19/+8
* mci i.MX23/28: rename driver to mxs.cSascha Hauer2011-03-083-2/+2
* mci stmp378x: remove ifdefed codeSascha Hauer2011-03-081-19/+2
* ARM: rename STM arch to mxsSascha Hauer2011-01-201-1/+1
* Merge branch 'master' into nextSascha Hauer2011-01-172-3/+3
|\
| * mci-core: fix printf compiler warningsSascha Hauer2011-01-071-2/+2
| * imx-esdhc: fix printf compiler warningsSascha Hauer2011-01-071-1/+1
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-4/+1
|/
* Merge branch 'led' into nextSascha Hauer2010-12-211-1/+1
|\
| * drivers: mci: Fix compilation warning.Marek Belisko2010-11-261-1/+1
* | STM378x: Adapt the MCI driver to support i.MX23 and i.MX28Juergen Beisert2010-12-142-19/+124
* | STM378x: Use Hz as the clock unit like in all other archJuergen Beisert2010-12-141-5/+5
* | Add macro for correct rounding in integer devisionsJuergen Beisert2010-12-141-1/+1
* | STM/MCI: Fix wrong register bitJuergen Beisert2010-12-091-1/+1
|/
* doc: fix parameter name in mci-coreRobert Schwebel2010-10-221-1/+1
* mci: align data for commandsSascha Hauer2010-10-221-6/+6
* mci-core: add multiple block supportSascha Hauer2010-10-221-8/+29
* Adapt the i.MX23 MCI driver to the v2 i.MX23 patch seriesJuergen Beisert2010-10-211-5/+5
* Make the clock calculation easier to read and correctJuergen Beisert2010-10-211-7/+7
* mci-core: add more tested SD CardsEric BĂ©nard2010-10-141-0/+3
* mci: mark 'old Canon SD 16 MiB' as workingJuergen Beisert2010-10-111-1/+1
* mci: align write buffer if necessarySascha Hauer2010-10-111-1/+15
* mci: handle SD cards < 2.0 correctlySascha Hauer2010-10-111-17/+7
* mci: print error code on failureSascha Hauer2010-10-111-4/+3
* mci: Add i.MX esdhc supportSascha Hauer2010-10-114-0/+690
* mci: Add i.MX27/31 driverSascha Hauer2010-10-113-0/+528
* Add S3C2440 MCI card supportJuergen Beisert2010-10-113-0/+825
* Add i.MX23 MCI card supportJuergen Beisert2010-10-113-0/+707
* Add MCI card support to bareboxJuergen Beisert2010-10-113-0/+1364