summaryrefslogtreecommitdiffstats
path: root/drivers/mci/s3c.c
Commit message (Expand)AuthorAgeFilesLines
* mci: s3c: fix providing info callbackUwe Kleine-König2018-08-081-1/+1
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+4
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-5/+3
* Use new device_platform_driver() macro for driversAlexander Shiyan2013-02-131-8/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* mci: Use struct mci for internal argument passingSascha Hauer2012-02-091-0/+3
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-3/+1
* mci s3c: pass around the right pointerSascha Hauer2012-02-091-58/+45
* mci s3c: allocate host struct dynamicallySascha Hauer2012-02-091-26/+17
* mci s3c: Do not mess with struct mci_hostSascha Hauer2012-02-091-6/+3
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-7/+8
* MACH SAMSUNG/S3C: Separate S3C24XX clock managementJuergen Beisert2012-01-021-5/+5
* MACH SAMSUNG/S3C: Parts of the SDHC driver can be shared in the S3C CPU familyJuergen Beisert2012-01-021-1/+1
* MACH SAMSUNG/S3C: Make it more generic for future updatesJuergen Beisert2012-01-021-2/+2
* mci s3c: remove unused codeSascha Hauer2011-12-071-26/+0
* introduce io.hSascha Hauer2011-09-221-1/+1
* mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-231-46/+59
* Add S3C2440 MCI card supportJuergen Beisert2010-10-111-0/+817