summaryrefslogtreecommitdiff
path: root/include/mci.h
Commit message (Expand)AuthorAgeFilesLines
* mci: add eMMC DDR52 supportAhmad Fatoum2023-04-211-0/+19
* mci: introduce new dedicated enum mmc_bus_width typeAhmad Fatoum2023-04-211-10/+10
* mci: core: drop unused DDR/SDR constantsAhmad Fatoum2023-04-211-6/+0
* Merge branch 'for-next/misc'Sascha Hauer2023-01-201-0/+43
|\
| * mci: handle SDIO cards gracefullySascha Hauer2023-01-111-0/+4
| * mci: Add more respone typesSascha Hauer2023-01-111-0/+24
| * mci: only write blocks when card out of programming modeAhmad Fatoum2022-12-161-0/+15
* | Rename struct device_d to deviceSascha Hauer2023-01-101-3/+3
|/
* mci: core: act upon broken-cd device tree propertyAhmad Fatoum2022-10-041-0/+1
* mci: core: add device parameter for eMMC boot ackLucas Stach2022-06-101-0/+2
* mci: mci-core: respect disable-wp propertyMichael Tretter2021-06-161-0/+1
* mci: sdhci: port over some common functions from LinuxSascha Hauer2021-06-101-0/+2
* mci: fix wrong sd/mmc/emmc card size computation for arch where char is signedYann Sionneau2020-09-151-1/+1
* mci: mci-core: add GPP supportJuergen Borleis2020-09-141-0/+1
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* Merge branch 'for-next/spdx'Sascha Hauer2020-02-181-11/+1
|\
| * include: add SPDX GPL-2.0-or-later license tags where applicableRoland Hieber2020-02-171-11/+1
* | Merge branch 'for-next/parameter'Sascha Hauer2020-02-181-1/+0
|\ \
| * | mci: remove param_probe member from struct mciChristian Eggers2020-01-271-1/+0
| |/
* | mci: core: populate mci_ios.timing memberAhmad Fatoum2020-02-141-11/+14
|/
* mci: implement command to switch a mmc device to enhanced modeUwe Kleine-König2019-09-121-0/+7
* mci: provide wrapper for mci_get_device_by_name ∘ devpath_to_nameUwe Kleine-König2019-09-121-0/+6
* commands: mmc_extcsd: describe missing bitAhmad Fatoum2019-08-301-0/+1
* mci: drop unused parameter from mci_switch()Uwe Kleine-König2018-01-221-2/+1
* mmc: allow skipping SD card initializationPhilipp Zabel2017-09-261-0/+1
* mmc_extcsd command: reworkSascha Hauer2017-07-061-2/+5
* mmc: add eMMC v5 and V5.1 detection supportPeter Seiderer2017-07-061-0/+2
* mmc: Consistently use EXT_CSD_* names from eMMC 5.1 specSascha Hauer2017-07-061-48/+37
* mci: Allow parsing for explicit DT nodeAndrey Smirnov2017-03-301-0/+1
* mci: Allow to partition eMMC boot partitionsSascha Hauer2017-01-191-0/+1
* mci: Fix version numbers againTrent Piepho2016-06-071-1/+6
* mci: core: bus-width property should override driver defaultTrent Piepho2015-11-191-0/+2
* drivers: mci: Add mci_get_device_by_name functionDaniel Schultz2015-09-041-0/+4
* include: mci: Add new ext. CSD field definesDaniel Schultz2015-09-041-0/+99
* drivers: mci: Make two functions publicDaniel Schultz2015-09-041-0/+3
* mci: implement non-removable propertyLucas Stach2014-06-041-0/+1
* mci: Add regulator supportSascha Hauer2014-04-291-0/+2
* mci: Fix version handlingSascha Hauer2014-02-141-9/+9
* mci: add DSR supportMarkus Niebel2014-01-151-0/+3
* mci: Support the correct version for eMMCMarkus Niebel2014-01-101-8/+13
* mci: mxs: support overwriting the device name via platform dataUwe Kleine-König2013-11-111-1/+1
* mci: add max_req_size supportJean-Christophe PLAGNIOL-VILLARD2013-10-221-0/+1
* mci: Use tran_speed field to fix highspeed MMC card clockSascha Hauer2013-06-201-1/+1
* mci: provide static inline function for mmc_host_is_spiSascha Hauer2013-06-201-6/+8
* mci: rename capabilities flagsSascha Hauer2013-06-031-5/+6
* mci: Add devicetree helper functionSascha Hauer2013-05-311-0/+1
* mci: implement detect driver callbackSascha Hauer2013-05-311-2/+4
* mci: embed mci device into struct mciSascha Hauer2013-05-301-1/+1
* mci: Add support for MMC boot partitionsSascha Hauer2013-05-301-1/+30
* mci: Use dev_add_param_int for probe parameterSascha Hauer2013-04-111-0/+2