summaryrefslogtreecommitdiffstats
path: root/drivers/mci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mxs'Sascha Hauer2013-03-041-117/+1
|\
| * ARM mxs: ssp move to common register layoutMichael Grzeschik2013-02-111-117/+1
* | mfd: Using MFD_xx prefix for symbolsAlexander Shiyan2013-02-182-3/+3
* | Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-137-56/+7
|/
* Merge branch 'for-next/mci'Sascha Hauer2013-02-043-39/+34
|\
| * mci: add card_write_protectedJean-Christophe PLAGNIOL-VILLARD2013-01-271-0/+6
| * mci atmel: implement card_present callbackSascha Hauer2013-01-201-6/+15
| * mci i.MX esdhc: implement card_present callbackSascha Hauer2013-01-201-11/+3
| * mci: Add card_present callbackSascha Hauer2013-01-201-0/+5
| * mci: Always add probe parameter for cardsSascha Hauer2013-01-201-21/+5
| * mci: return 0 for probe parameter even when already initializedSascha Hauer2013-01-201-1/+1
* | treewide: fix format specifiersSascha Hauer2013-01-271-1/+1
* | atmel_mci: gpio: request and configure card detectJean-Christophe PLAGNIOL-VILLARD2013-01-251-2/+25
* | atmel_mci: drop board host capsJean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+0
* | atmel_mci: update the SD/SDIO Card Register at request timeJean-Christophe PLAGNIOL-VILLARD2013-01-251-5/+11
* | atmel_mci: support the SD highspeed since IP version 0x300Jean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+24
* | atmel_mci: after a software timeout the IP need to be resetJean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+4
* | atmel_mci: on version 0x0 we need to reset the IP at each requestJean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+10
* | atmel_mci: rwproof is only needed up to IP version 0x200Jean-Christophe PLAGNIOL-VILLARD2013-01-251-1/+9
* | atmel_mci: fix host initJean-Christophe PLAGNIOL-VILLARD2013-01-251-8/+6
* | atmel_mci: version 0x5xx of the IP have a different clk divJean-Christophe PLAGNIOL-VILLARD2013-01-251-18/+47
* | atmel_mci: detect IP versionJean-Christophe PLAGNIOL-VILLARD2013-01-251-0/+32
* | atmel_mci: use linux regs defineJean-Christophe PLAGNIOL-VILLARD2013-01-253-187/+221
* | atmel_mci: rename all function to start with atmciJean-Christophe PLAGNIOL-VILLARD2013-01-251-47/+46
* | atmel_mci: rename atmel_mci_readl/writel to atmci_readl/writelJean-Christophe PLAGNIOL-VILLARD2013-01-251-22/+21
* | atmel_mci: rename atmel_mci_host tp atmel_mciJean-Christophe PLAGNIOL-VILLARD2013-01-251-21/+21
|/
* Merge branch 'for-next/omap'Sascha Hauer2013-01-092-7/+40
|\
| * ARM omap / mci: Fix register offsetsSascha Hauer2013-01-081-1/+33
| * mci omap_hsmmc: Fix whitespacesSascha Hauer2013-01-071-5/+4
| * ARM OMAP AM33XX: create new ARCH for AM33xxTeresa Gámez2012-12-201-1/+1
| * ARM omap hsmmc: Fix register offsetSascha Hauer2012-12-191-1/+3
* | mci i.MX esdhc: Allow to specify devicename from platformdataSascha Hauer2012-12-171-0/+3
* | mci: Allow to specify device nameSascha Hauer2012-12-171-3/+7
|/
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
* Merge branch 'kconfig'Sascha Hauer2012-12-081-2/+2
|\
| * Cleanup Kconfig filesAlexander Shiyan2012-12-081-2/+2
* | mci i.MX esdhc: turn error message into debug messageSascha Hauer2012-12-051-1/+1
* | mci: Fix capacity calculation for high capacity MMC cardsSascha Hauer2012-12-031-7/+15
* | mci: Add STUFF_BITS and use itSascha Hauer2012-11-291-5/+36
|/
* Merge branch 'for-next/mci'Sascha Hauer2012-11-163-17/+47
|\
| * mci_spi: add clock frequency change supportJean-Christophe PLAGNIOL-VILLARD2012-11-141-1/+28
| * mci_spi: add sanity checkJean-Christophe PLAGNIOL-VILLARD2012-11-141-0/+11
| * mci-core: spi fix op cond supportJean-Christophe PLAGNIOL-VILLARD2012-11-141-3/+7
| * mci_spi: always compute command crc byteFranck Jullien2012-11-142-13/+1
* | mci-core: fix debug Capacity castJean-Christophe PLAGNIOL-VILLARD2012-11-151-1/+1
|/
* Merge branch 'for-next/imx-clk'Sascha Hauer2012-10-042-7/+24
|\
| * ARM i.MX: Remove old clock supportSascha Hauer2012-10-041-1/+0
| * mci i.MX: Switch to clock supportSascha Hauer2012-10-041-3/+12
| * mci i.MX ESDHC: Switch to clock supportSascha Hauer2012-10-041-3/+12
* | switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-048-9/+9
|/