summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-1811-18/+18
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-182-5/+6
* mmc: sdhci-s3c: remove unused ext_cd_gpio fieldMichał Mirosław2019-12-181-2/+0
* mmc: cavium: Add missed pci_release_regionsChuhong Yuan2019-12-181-5/+11
* Merge branch 'mmc_pinctrl' into nextUlf Hansson2019-12-169-62/+15
|\
| * mmc: uniphier-sd: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-9/+5
| * mmc: jz4740: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-1/+1
| * mmc: atmel-mci: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-1/+1
| * mmc: sdhci-esdhc-imx: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-9/+2
| * mmc: omap_hsmmc: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-8/+2
| * mmc: usdhi6rol0: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-14/+1
| * mmc: mmci: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-162-11/+2
| * mmc: meson-gx: Convert to pinctrl_select_default_state()Ulf Hansson2019-12-161-9/+1
* | Merge branch 'fixes' into nextUlf Hansson2019-12-164-15/+22
|\ \
| * | mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2019-12-161-2/+2
| * | mmc: sdhci-of-esdhc: Revert "mmc: sdhci-of-esdhc: add erratum A-009204 support"Rasmus Villemoes2019-12-161-3/+0
| * | mmc: mediatek: fix CMD_TA to 2 for MT8173 HS200/HS400 modeChaotian Jing2019-12-161-0/+2
| * | mmc: sdhci-msm: Correct the offset and value for DDR_CONFIG registerVeerabhadrarao Badiganti2019-12-161-9/+19
| * | Revert "mmc: sdhci: Fix incorrect switch to HS mode"Faiz Abbas2019-12-161-3/+1
| |/
* | mmc: sdhci: Update the tuning failed messages to pr_debug levelFaiz Abbas2019-12-161-2/+2
* | mmc: renesas_sdhi: use recent tap values for HS400Wolfram Sang2019-12-163-4/+7
* | mmc: renesas_sdhi: remove 4taps as a TMIO flagWolfram Sang2019-12-161-5/+2
* | mmc: renesas_sdhi: make quirks info accessible outside probe()Wolfram Sang2019-12-162-5/+7
* | mmc: renesas_sdhi: make warning more preciseWolfram Sang2019-12-161-1/+1
* | mmc: renesas_sdhi: keep sorting for quirk entriesWolfram Sang2019-12-161-1/+1
* | mmc: renesas_sdhi: remove whitelist for internal DMACWolfram Sang2019-12-161-19/+4
* | mmc: sdhci: fix up CMD12 sendingYangbo Lu2019-12-161-14/+3
* | mmc: spi: Toggle SPI polarity, do not hardcode itLinus Walleij2019-12-161-3/+8
* | mmc: sdhci-of-at91: rework clocks management to support SAM9x60 deviceLudovic Desroches2019-12-161-47/+58
|/
* Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-272-10/+10
|\
| * mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| * mmc: dw_mmc: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
| * mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() callGeert Uytterhoeven2019-11-031-1/+1
| * mmc: atmel-mci: Fix debugfs on 64-bit platformsGeert Uytterhoeven2019-11-031-4/+4
* | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-2729-211/+2227
|\ \
| * | Revert "mmc: tmio: remove workaround for NON_REMOVABLE"Wolfram Sang2019-11-211-0/+9
| * | mmc: sdhci-of-arasan: Add support for ZynqMP Platform Tap Delays SetupManish Narani2019-11-201-2/+204
| * | mmc: sdhci-of-arasan: Add support to set clock phase delays for SDManish Narani2019-11-201-0/+92
| * | mmc: sdhci-of-arasan: Add sampling clock for a phy to useManish Narani2019-11-201-17/+134
| * | mmc: sdhci-of-arasan: Separate out clk related data to another structureManish Narani2019-11-201-10/+21
| * | mmc: sdhci: Fix grammar in warning messageFabio Estevam2019-11-201-2/+2
| * | mmc: sdhci-of-aspeed: add inversion signal presenceIvan Mikhaylov2019-11-201-0/+12
| * | mmc: sdhci-of-aspeed: enable CONFIG_MMC_SDHCI_IO_ACCESSORSIvan Mikhaylov2019-11-201-0/+1
| * | mmc: sdhci_am654: Add Support for Command Queuing Engine to J721EFaiz Abbas2019-11-202-1/+71
| * | mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requestsEugeniu Rosca2019-11-181-1/+1
| * | mmc: host: omap-hsmmc: remove init_card pdata callback from pdataH. Nikolaus Schaller2019-11-151-4/+1
| * | mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pand...H. Nikolaus Schaller2019-11-151-0/+30
| * | Merge branch 'fixes' into nextUlf Hansson2019-11-141-1/+1
| |\ \
| * | | mmc: moxart: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+2
| * | | mmc: atmel-mci: Use dma_request_chan() directly for channel requestPeter Ujfalusi2019-11-141-2/+1