summaryrefslogtreecommitdiff
path: root/drivers/mmc
AgeCommit message (Expand)AuthorFilesLines
2018-10-13mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski1-1/+1
2018-10-13mmc: core: Fix debounce time to use microsecondsTony Lindgren1-1/+1
2018-10-04mmc: android-goldfish: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches1-2/+2
2018-10-04mmc: atmel-mci: fix bad logic of sg_copy_{from,to}_buffer conversionLudovic Desroches1-6/+6
2018-09-26mmc: sdhci: do not try to use 3.3V signaling if not supportedStefan Agner1-1/+8
2018-09-26mmc: tegra: prevent HS200 on Tegra 3Stefan Agner1-1/+2
2018-09-26mmc: sdhci-of-esdhc: set proper dma mask for ls104x chipsLaurentiu Tudor1-0/+6
2018-09-26mmc: meson-mx-sdio: fix OF child-node lookupJohan Hovold1-2/+6
2018-09-26mmc: omap_hsmmc: fix wakeirq handling on removalAndreas Kemnade1-0/+1
2018-09-09mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITSSergei Shtylyov1-1/+1
2018-09-09mmc: renesas_sdhi_internal_dmac: mask DMAC interruptsSergei Shtylyov1-0/+8
2018-09-09mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter2-5/+8
2018-07-16mmc: mxcmmc: Fix missing parentheses and braceKees Cook1-1/+2
2018-07-09mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl statesStefan Agner1-12/+9
2018-07-05mmc: sunxi: Disable irq during pm_suspendStefan Mavrodiev1-0/+7
2018-07-03mmc: dw_mmc: fix card threshold control configurationx002701701-3/+4
2018-07-03mmc: core: cd_label must be last entry of mmc_gpio structAnson Huang1-1/+1
2018-07-02mmc: renesas_sdhi_internal_dmac: Cannot clear the RX_IN_USE in abortYoshihiro Shimoda1-2/+1
2018-07-02mmc: renesas_sdhi_internal_dmac: Fix missing unmap in error patchYoshihiro Shimoda1-6/+6
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-2/+4
2018-06-06Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds52-431/+1148
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-14/+1
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+8
2018-06-04mmc: renesas_sdhi: really fix WP logic regressionsWolfram Sang3-0/+9
2018-06-04Merge branch 'pm-domains'Rafael J. Wysocki1-1/+1
2018-05-31mmc: mvsdio: Enable MMC_CAP_ERASEUlf Hansson1-0/+2
2018-05-31mmc: mvsdio: Respect card busy time out from mmc coreUlf Hansson1-1/+3
2018-05-31mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirkGeorgi Djakov1-1/+0
2018-05-30mmc: sunxi: Use ifdef rather than __maybe_unusedUlf Hansson1-2/+4
2018-05-30mmc: mxmmc: Use ifdef rather than __maybe_unusedUlf Hansson1-2/+4
2018-05-29mmc: complete requests from ->timeoutChristoph Hellwig1-2/+3
2018-05-29mmc: mxmmc: include linux/highmem.hArnd Bergmann1-0/+1
2018-05-29mmc: sunxi: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-05-29mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase()Martin Hicks1-2/+9
2018-05-29mmc: au1xmmc: handle highmem pagesChristoph Hellwig1-4/+8
2018-05-29mmc: Allow non-sleeping GPIO cdEvan Green1-4/+11
2018-05-29mmc: sdhci-*: Don't emit error msg if sdhci_add_host() failsJisheng Zhang7-21/+7
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2-3/+4
2018-05-28mmc: sdhci-xenon: use match_string() helperXie Yisheng1-8/+3
2018-05-21Merge branch 'fixes' into nextUlf Hansson2-8/+27
2018-05-21mmc: wbsd: handle highmem pagesChristoph Hellwig1-38/+30
2018-05-21mmc: ushc: handle highmem pagesChristoph Hellwig1-1/+3
2018-05-21mmc: mxcmmc: handle highmem pagesChristoph Hellwig1-4/+11
2018-05-21mmc: atmel-mci: use sg_copy_{from,to}_bufferChristoph Hellwig1-12/+9
2018-05-21mmc: android-goldfish: use sg_copy_{from,to}_bufferChristoph Hellwig1-4/+4
2018-05-21mmc: block: Don't switch to the same partition type in mmc_blk_remove()Shawn Lin1-3/+5
2018-05-21mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnusCorneliu Doban1-1/+1
2018-05-21mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE registerCorneliu Doban1-5/+25
2018-05-21mmc: sdhci-iproc: remove hard coded mmc cap 1.8vSrinath Mannam1-1/+0