summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-core.c
Commit message (Expand)AuthorAgeFilesLines
* mci: core: Do not fail if vmmc regulator failAlexander Shiyan2016-06-201-9/+10
* mci: Fix version numbers againTrent Piepho2016-06-071-5/+9
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-3/+3
* MCI: init device_node for MCI mainarea cdevLucas Stach2015-12-101-0/+3
* mci: core: bus-width property should override driver defaultTrent Piepho2015-11-191-16/+22
* mci: Print versions with micro levels correctlyTrent Piepho2015-11-051-5/+4
* mci: core: Increase clock for SD highspeed modeSascha Hauer2015-10-021-0/+3
* drivers: mci: Add mci_get_device_by_name functionDaniel Schultz2015-09-041-0/+18
* drivers: mci: Make two functions publicDaniel Schultz2015-09-041-2/+2
* mci: core: Check return value of dev_add_param_boolWadim Egorov2015-03-191-1/+2
* 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