summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-core.c
Commit message (Expand)AuthorAgeFilesLines
* mci: set name of mci device to same name as the filenameSascha Hauer2013-05-301-2/+8
* mci: embed mci device into struct mciSascha Hauer2013-05-301-122/+95
* mci: make mci device a pure deviceSascha Hauer2013-05-301-8/+20
* driver: Attach info callback to device, not to driverSascha Hauer2013-05-301-5/+3
* mci: Add support for MMC boot partitionsSascha Hauer2013-05-301-42/+151
* Merge branch 'for-next/param'Sascha Hauer2013-05-061-33/+13
|\
| * console: Use dev_add_param_int for baudrate parameterSascha Hauer2013-04-111-7/+8
| * mci: Use dev_add_param_int for probe parameterSascha Hauer2013-04-111-28/+10
* | MCI/Core: honor transmission limits at the card's sideJuergen Beisert2013-04-271-1/+5
* | MCI/Core: increase the transmission frequency while card detectionJuergen Beisert2013-04-271-1/+2
* | mci: Fix bug if probe parameter is omittedAlexander Shiyan2013-04-091-0/+3
|/
* mci-core: fix coding styleHubert Feurstein2013-04-031-1/+2
* mci-core: use dev_* for messagesHubert Feurstein2013-04-031-5/+8
* mci: add card_write_protectedJean-Christophe PLAGNIOL-VILLARD2013-01-271-0/+6
* 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
* mci: Allow to specify device nameSascha Hauer2012-12-171-3/+7
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-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-161-3/+7
|\
| * mci-core: spi fix op cond supportJean-Christophe PLAGNIOL-VILLARD2012-11-141-3/+7
* | mci-core: fix debug Capacity castJean-Christophe PLAGNIOL-VILLARD2012-11-151-1/+1
|/
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-2/+2
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* drivers/mci: fix read/write stallingRobert Jarzmik2012-02-291-21/+10
* mci: Fix 8 bit mmc cardsSascha Hauer2012-02-091-26/+107
* mci: Add a complete list of EXT_CSD_* fields from the kernelSascha Hauer2012-02-091-1/+1
* mci: Be more verbose on what device is associated to which diskSascha Hauer2012-02-091-3/+7
* mci: cdev_find_free_index won't fail, no need to checkSascha Hauer2012-02-091-2/+0
* mci: factor out mci/sd specific startup functionsSascha Hauer2012-02-091-56/+77
* mci: replace pr_debug with dev_dbgSascha Hauer2012-02-091-59/+59
* mci: Use struct mci for internal argument passingSascha Hauer2012-02-091-143/+128
* mci core: fix mixup of max write/read block lenSascha Hauer2012-02-091-1/+1
* mci: remove unused device argument from set_iosSascha Hauer2012-02-091-1/+1
* mci core: replace discrete ios values with struct iosSascha Hauer2012-02-091-5/+9
* mci: fix high capacity detectionSascha Hauer2012-02-091-3/+0
* mci: use card type definitionsSascha Hauer2012-02-091-2/+2
* mci: add the probe parameter if any error happened during the probeJean-Christophe PLAGNIOL-VILLARD2011-12-051-1/+1
* Use generic block layer to access the drives and do partition parsingJuergen Beisert2011-11-281-55/+80
* mci: Add MCI over SPI supportFranck Jullien2011-11-251-16/+53
* mci: remove unnecessary loopsSascha Hauer2011-11-111-30/+21
* mci: implement multi block writeSascha Hauer2011-11-111-4/+25
* mci-core: fix typo for pr_warnRobert Schwebel2011-10-121-1/+1
* mci: parent fixupsSascha Hauer2011-08-171-1/+4
* mci: embed mci_dev into mci_host instead of allocating it seperatelySascha Hauer2011-08-151-3/+1
* mci-core: switch to resourceJean-Christophe PLAGNIOL-VILLARD2011-07-301-8/+2
* mci: do not use unitialized resourceSascha Hauer2011-07-291-2/+1