summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mci: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-231-2/+2
* mci-core: add missing newline in debug messageHubert Feurstein2011-06-011-1/+1
* mci: turn several pr_* statements into debugSascha Hauer2011-05-061-12/+12
* mci: shrink string footprintSascha Hauer2011-05-061-6/+8
* mci-core: fix debug statementsSascha Hauer2011-04-121-4/+4
* mci: make write support optionalSascha Hauer2011-04-111-0/+6
* mci: make it compile without info supportSascha Hauer2011-04-111-0/+2
* mmc: check correctness of the voltage mask in ocrSascha Hauer2011-04-041-1/+11
* Merge branch 'master' into nextSascha Hauer2011-01-171-2/+2
|\
| * mci-core: fix printf compiler warningsSascha Hauer2011-01-071-2/+2
* | Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-4/+1
|/
* drivers: mci: Fix compilation warning.Marek Belisko2010-11-261-1/+1
* doc: fix parameter name in mci-coreRobert Schwebel2010-10-221-1/+1
* mci: align data for commandsSascha Hauer2010-10-221-6/+6
* mci-core: add multiple block supportSascha Hauer2010-10-221-8/+29
* mci-core: add more tested SD CardsEric BĂ©nard2010-10-141-0/+3
* mci: mark 'old Canon SD 16 MiB' as workingJuergen Beisert2010-10-111-1/+1
* mci: align write buffer if necessarySascha Hauer2010-10-111-1/+15