summaryrefslogtreecommitdiffstats
path: root/drivers/mci/mci-core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/mmc'Sascha Hauer2019-01-151-0/+5
|\
| * mci: core: Use alias as a devname by defaultAndrey Smirnov2018-12-101-0/+5
* | mci: skip of_partitions_register_fixup for boot partitionsAhmad Fatoum2019-01-031-1/+6
* | mci: Rely on NULL being a dummy regulatorAndrey Smirnov2018-12-171-10/+9
|/
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+2
* mci: drop unused parameter from mci_switch()Uwe Kleine-König2018-01-221-10/+6
* mmc: allow skipping SD card initializationPhilipp Zabel2017-09-261-4/+8
* mmc: add eMMC v5 and V5.1 detection supportPeter Seiderer2017-07-061-0/+6
* mmc: Consistently use EXT_CSD_* names from eMMC 5.1 specSascha Hauer2017-07-061-24/+24
* mci: be more verbose about wrong bus-widthChristoph Fritz2017-05-031-4/+7
* Merge branch 'for-next/ofpart'Sascha Hauer2017-04-071-1/+3
|\
| * of: partition: Register the of partition fixup for of partition usersSascha Hauer2017-03-311-1/+3
* | mci: Allow parsing for explicit DT nodeAndrey Smirnov2017-03-301-5/+8
|/
* mci: Allow to partition eMMC boot partitionsSascha Hauer2017-01-191-23/+55
* 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