summaryrefslogtreecommitdiffstats
path: root/drivers/mci/atmel_mci.c
Commit message (Expand)AuthorAgeFilesLines
* 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