summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-core.c
Commit message (Expand)AuthorAgeFilesLines
* mci: core: the sd1.0 card can work in 4 bits modeBo Shen2014-07-291-3/+3
* mci: implement non-removable propertyLucas Stach2014-06-041-1/+4
* mci: Add regulator supportSascha Hauer2014-04-291-2/+16
* mci: core: Typo fix in printk specifierAlexander Shiyan2014-03-171-1/+1
* mci: Fix version handlingSascha Hauer2014-02-141-9/+19
* mci: add device tree support for DSRMarkus Niebel2014-01-151-0/+8
* mci: add DSR supportMarkus Niebel2014-01-151-0/+27
* mci: production year for eMMC 4.41 and laterMarkus Niebel2014-01-101-4/+11
* mci: Support the correct version for eMMCMarkus Niebel2014-01-101-8/+30
* barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* mci: add max_req_size supportJean-Christophe PLAGNIOL-VILLARD2013-10-221-8/+30
* mci: Add devicetree partition parsingSascha Hauer2013-07-181-0/+1
* mci: set partnames of eMMC boot partitionsSascha Hauer2013-07-151-5/+7
* mci: Use tran_speed field to fix highspeed MMC card clockSascha Hauer2013-06-201-13/+6
* mci: add mci_caps functionSascha Hauer2013-06-201-9/+9
* mci: provide static inline function for mmc_host_is_spiSascha Hauer2013-06-201-2/+0
* mci: Print more infoSascha Hauer2013-06-031-1/+27
* mci: rename capabilities flagsSascha Hauer2013-06-031-12/+12
* mci: Add devicetree helper functionSascha Hauer2013-05-311-0/+38
* mci: implement detect driver callbackSascha Hauer2013-05-311-0/+21
* 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