summaryrefslogtreecommitdiffstats
path: root/drivers/mci/atmel_mci.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-5/+3
* MCI: atmel: Fix possible null pointer dereferenceAlexander Shiyan2013-04-301-1/+3
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-7/+1
* Merge branch 'for-next/mci'Sascha Hauer2013-02-041-6/+14
|\
| * mci atmel: implement card_present callbackSascha Hauer2013-01-201-6/+15
* | 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-251-66/+55
* | 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
|/
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-2/+1
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-8/+10
* atmel/mci: fix slot_b supportJean-Christophe PLAGNIOL-VILLARD2012-01-161-1/+3
* atmel_mci: check for device id we use to address the right slotMichael Grzeschik2011-12-071-0/+2
* introduce io.hSascha Hauer2011-09-221-1/+1
* atmel_mci: handle clk_get error correctlyHubert Feurstein2011-09-121-2/+3
* mci: parent fixupsSascha Hauer2011-08-171-0/+1
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* atmel_mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-1/+1
* 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
* mci: add Atmel AT91 MCI driverHubert Feurstein2011-06-161-0/+494