summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* ATA/DISK: Reorganize file structure and names for future updatesJuergen Beisert2011-11-281-2/+2
* mci: Add MCI over SPI supportFranck Jullien2011-11-254-16/+506
* mci: remove unnecessary loopsSascha Hauer2011-11-111-30/+21
* mci: implement multi block writeSascha Hauer2011-11-111-4/+25
* mci omap: do not fail on nonexistent pdataSascha Hauer2011-10-131-1/+1
* mci-core: fix typo for pr_warnRobert Schwebel2011-10-121-1/+1
* Merge branch 'next'Sascha Hauer2011-10-096-9/+18
|\
| * introduce io.hSascha Hauer2011-09-226-6/+6
| * Add omap_hsmmc platform data.Juergen Kilb2011-09-121-1/+9
| * atmel_mci: handle clk_get error correctlyHubert Feurstein2011-09-121-2/+3
* | mci: mxs: fix 'use resources' conversionWolfram Sang2011-09-141-1/+1
|/
* mci: parent fixupsSascha Hauer2011-08-175-1/+8
* mci: embed mci_dev into mci_host instead of allocating it seperatelySascha Hauer2011-08-151-3/+1
* mci mxs: fix line endingsSascha Hauer2011-08-151-3/+3
* mci-core: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-8/+2
* ARM: add support for the i.MX53Marc Kleine-Budde2011-07-291-1/+1
* mci: do not use unitialized resourceSascha Hauer2011-07-291-2/+1
* Merge branch 'resource' of git://uboot.jcrosoft.org/barebox into nextSascha Hauer2011-07-254-51/+64
|\
| * mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-234-51/+64
* | MCI imx-esdhc: remove unnecessary large delaySascha Hauer2011-07-251-5/+1
* | MCI imx-esdhc: Fix multiblock transfers on i.MX53Sascha Hauer2011-07-251-8/+13
|/
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* mci i.MX esdhc: convert to struct resourceSascha Hauer2011-07-191-1/+1
* mci i.MX: convert to struct resourceSascha Hauer2011-07-191-1/+1
* atmel_mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* Merge branch 'next'Sascha Hauer2011-07-064-0/+623
|\
| * atmel-mci: fix initialization of 8bit-bus-width-mode for at91sam9g45Hubert Feurstein2011-06-221-2/+2
| * atmel-mci: fix wrong pointer castHubert Feurstein2011-06-221-1/+1
| * Merge branch 'master' into nextSascha Hauer2011-06-201-1/+1
| |\
| * | mci: add Atmel AT91 MCI driverHubert Feurstein2011-06-164-0/+623
* | | 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