summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: sdhci: Optimize delay loopsAdrian Hunter2017-04-241-10/+9
| * | mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt2017-04-243-0/+1480
| * | mmc: core: simplify return codetcharding2017-04-241-29/+13
| * | mmc: core: guard dereference of optional parametertcharding2017-04-241-4/+8
| * | mmc: meson-gx: fix error path when driver initialization fails before enablin...Michał Zegan2017-04-241-2/+3
| * | mmc: sdhci-st: remove unnecessary platform_set_drvdata() callJisheng Zhang2017-04-241-2/+0
| * | mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() callJisheng Zhang2017-04-241-2/+0
| * | mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() callJisheng Zhang2017-04-241-2/+0
| * | mmc: sdhci-cadence: add HS400 enhanced strobe supportPiotr Sroka2017-04-241-7/+50
| * | mmc: tegra: Add Tegra186 supportThierry Reding2017-04-241-0/+16
| * | mmc: tegra: Support module resetThierry Reding2017-04-241-1/+42
| * | mmc: meson-gx: remove mmc host on device removalMichał Zegan2017-04-241-0/+2
| * | mmc: host: tmio: fill in response from auto cmd12Wolfram Sang2017-04-241-0/+3
| * | mmc: host: tmio: don't BUG on unsupported stop commandsWolfram Sang2017-04-241-4/+5
| * | mmc: host: tmio: fix minor typos in commentsWolfram Sang2017-04-241-3/+3
| * | mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION valuesWolfram Sang2017-04-242-3/+7
| * | mmc: tmio: ensure end of DMA and SD access are in syncWolfram Sang2017-04-243-27/+37
| * | mmc: sdhci-pxav2: add error handling of clk_prepare_enable()Alexey Khoroshilov2017-04-241-1/+6
| * | mmc: meson-gx: replace magic timeout numbers with constantsHeiner Kallweit2017-04-241-2/+4
| * | mmc: meson-gx: remove member mrq from struct meson_hostHeiner Kallweit2017-04-241-21/+3
| * | mmc: meson-gx: improve initial configurationHeiner Kallweit2017-04-241-12/+17
| * | mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_initHeiner Kallweit2017-04-241-1/+1
| * | mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probeHeiner Kallweit2017-04-241-4/+5
| * | mmc: meson-gx: remove member parent_mux from struct meson_hostHeiner Kallweit2017-04-241-8/+6
| * | mmc: meson-gx: remove unneeded variable in meson_mmc_clk_initHeiner Kallweit2017-04-241-3/+1
| * | mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_hostHeiner Kallweit2017-04-241-8/+6
| * | mmc: meson-gx: make two functions return voidHeiner Kallweit2017-04-241-6/+3
| * | mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmdHeiner Kallweit2017-04-241-8/+1
| * | mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin2017-04-241-18/+20
| * | mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin2017-04-241-41/+40
| * | mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin2017-04-241-2/+0
| * | mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin2017-04-241-42/+41
| * | mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin2017-04-241-22/+20
| * | mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin2017-04-241-66/+65
| * | mmc: dw_mmc: improve the timeout polling codeShawn Lin2017-04-241-53/+39
* | | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-2/+0
|\ \ \ | |/ / |/| |
| * | mmc: remove the discard_zeroes_data flagChristoph Hellwig2017-04-081-2/+0
| |/
* | mmc: sdhci-esdhc-imx: increase the pad I/O drive strength for DDR50 cardHaibo Chen2017-04-201-0/+1
* | mmc: dw_mmc: Don't allow Runtime PM for SDIO cardsDouglas Anderson2017-04-181-2/+9
* | mmc: sdio: fix alignment issue in struct sdio_funcHeiner Kallweit2017-04-181-1/+11
* | mmc: sdhci-of-at91: fix MMC_DDR_52 timing selectionLudovic Desroches2017-03-301-1/+10
* | mmc: sdhci: Disable runtime pm when the sdio_irq is enabledHans de Goede2017-03-301-0/+6
|/
* mmc: sdhci-pci: Do not disable interrupts in sdhci_intel_set_powerAdrian Hunter2017-03-231-0/+4
* mmc: sdhci: Do not disable interrupts while waiting for clockAdrian Hunter2017-03-231-1/+3
* mmc: ushc: fix NULL-deref at probeJohan Hovold2017-03-161-0/+3
* mmc: sdhci-of-at91: Support external regulatorsRomain Izard2017-03-161-0/+19
* mmc: core: mmc_blk_rw_cmd_err - remove unused variableWinkler, Tomas2017-03-161-3/+0
* mmc: mediatek: Fixed bug where clock frequency could be set wrongyong mao2017-03-161-2/+2
* mmc: block: Fix cmd error reset failure pathAdrian Hunter2017-03-141-1/+2
* mmc: block: Fix is_waiting_last_req set incorrectlyAdrian Hunter2017-03-141-0/+1