Age | Commit message (Expand) | Author | Files | Lines |
2017-06-20 | mmc: sdio: Tidy error path in mmc_attach_sdio() | Adrian Hunter | 1 | -7/+6 |
2017-06-20 | mmc: sdhci-pci: Add support for Intel CNP | Adrian Hunter | 2 | -1/+48 |
2017-06-20 | mmc: tmio, renesas-sdhi: update Renesas related copyrights | Simon Horman | 5 | -6/+14 |
2017-06-20 | mmc: tmio: use EXPORT_SYMBOL_GPL | Simon Horman | 1 | -10/+10 |
2017-06-20 | mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() call | Hans de Goede | 1 | -3/+0 |
2017-06-20 | mmc: tmio: make sure SDIO gets reinitialized after resume | Wolfram Sang | 1 | -7/+10 |
2017-06-20 | mmc: sdhci-pci: Use macros in pci_ids definition | Matthias Kraemer | 2 | -549/+112 |
2017-06-20 | mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaround | Benoît Thébaudeau | 1 | -12/+4 |
2017-06-20 | mmc: sdhci-esdhc-imx: Allow all supported prescaler values | Benoît Thébaudeau | 1 | -11/+7 |
2017-06-20 | mmc: sdhci-esdhc-imx: Fix DAT line software reset | Benoît Thébaudeau | 1 | -21/+38 |
2017-06-20 | mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDR | Benoît Thébaudeau | 1 | -0/+1 |
2017-06-20 | mmc: sdhci-esdhc-imx: Fix some English mistakes and typos | Benoît Thébaudeau | 1 | -24/+25 |
2017-06-20 | mmc: mediatek: Fixed size in dma_free_coherent | Phong LE | 1 | -1/+1 |
2017-06-20 | mmc: bcm2835: fix potential null pointer dereferences | Gustavo A. R. Silva | 1 | -3/+9 |
2017-06-20 | mmc: use proper name for the R-Car SoC | Wolfram Sang | 1 | -1/+1 |
2017-06-20 | mmc: core: Use device_property_read instead of of_property_read | David Woods | 1 | -37/+35 |
2017-06-20 | mmc: dw_mmc: Use device_property_read instead of of_property_read | David Woods | 1 | -12/+12 |
2017-06-20 | mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable() | Fabio Estevam | 1 | -13/+41 |
2017-06-20 | mmc: block: fix semicolon.cocci warnings | Wu Fengguang | 1 | -1/+1 |
2017-06-20 | mmc: block: Use __mmc_send_status() and drop get_card_status() | Ulf Hansson | 3 | -21/+12 |
2017-06-20 | mmc: block: Move boot partition locking into a driver op | Linus Walleij | 2 | -24/+33 |
2017-06-20 | mmc: block: Move DRV OP issue function | Linus Walleij | 1 | -37/+37 |
2017-06-20 | mmc: block: Tag DRV_OPs with a driver operation type | Linus Walleij | 2 | -13/+33 |
2017-06-20 | mmc: block: remove req back pointer | Linus Walleij | 3 | -13/+16 |
2017-06-20 | mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3 | Wolfram Sang | 1 | -2/+4 |
2017-06-20 | mmc: tmio: add CMD23 support | Wolfram Sang | 1 | -13/+28 |
2017-06-20 | mmc: tmio: move finish_request function further down | Wolfram Sang | 1 | -38/+38 |
2017-06-20 | mmc: tmio: remove outdated comment | Wolfram Sang | 1 | -1/+0 |
2017-06-20 | mmc: tmio: refactor handling mrq | Wolfram Sang | 1 | -20/+26 |
2017-06-20 | mmc: tmio: make tmio_mmc_request function more readable | Wolfram Sang | 1 | -5/+6 |
2017-06-20 | mmc: core: Delete error messages for failed memory allocations | Markus Elfring | 2 | -15/+3 |
2017-06-20 | mmc: atmel-mci: Delete an error message for a failed memory allocation | Markus Elfring | 1 | -3/+1 |
2017-06-20 | mmc: queue: delete mmc_req_is_special() | Linus Walleij | 1 | -8/+0 |
2017-06-20 | mmc: block: move multi-ioctl() to use block layer | Linus Walleij | 2 | -14/+27 |
2017-06-20 | mmc: block: move single ioctl() commands to block requests | Linus Walleij | 2 | -26/+88 |
2017-06-20 | mmc: block: Tag is_rpmb as bool | Linus Walleij | 1 | -1/+1 |
2017-06-20 | mmc: core: Allocate per-request data using the block layer core | Linus Walleij | 3 | -202/+78 |
2017-06-20 | mmc: core: Delete bounce buffer Kconfig option | Linus Walleij | 4 | -34/+9 |
2017-06-20 | mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file | Simon Horman | 3 | -129/+137 |
2017-06-20 | mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c | Simon Horman | 3 | -72/+72 |
2017-06-20 | mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c | Simon Horman | 5 | -39/+52 |
2017-06-20 | mmc: tmio: rename tmio_mmc_{pio => core}.c | Simon Horman | 2 | -1/+0 |
2017-06-20 | mmc: renesas-sdhi, tmio: make dma more modular | Simon Horman | 6 | -43/+86 |
2017-06-20 | mmc: tmio: drop filenames from comment at top of source | Simon Horman | 4 | -17/+10 |
2017-06-20 | Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards" | Ulf Hansson | 1 | -8/+2 |
2017-06-20 | mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled | Ulf Hansson | 1 | -0/+7 |
2017-06-20 | mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs | Ulf Hansson | 1 | -3/+22 |
2017-06-20 | mmc: sdio: Add API to manage SDIO IRQs from a workqueue | Ulf Hansson | 3 | -0/+20 |
2017-06-20 | mmc: core: Prevent processing SDIO IRQs when none is claimed | Ulf Hansson | 1 | -2/+4 |
2017-06-20 | mmc: core: Don't do eMMC HW reset when resuming the eMMC card | Ulf Hansson | 3 | -1/+5 |