Age | Commit message (Expand) | Author |
2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook |
2018-06-05 | Merge tag 'mmc-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds |
2018-06-05 | Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds |
2018-06-04 | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-06-04 | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block | Linus Torvalds |
2018-06-04 | mmc: renesas_sdhi: really fix WP logic regressions | Wolfram Sang |
2018-06-04 | Merge branch 'pm-domains' | Rafael J. Wysocki |
2018-05-31 | mmc: mvsdio: Enable MMC_CAP_ERASE | Ulf Hansson |
2018-05-31 | mmc: mvsdio: Respect card busy time out from mmc core | Ulf Hansson |
2018-05-31 | mmc: sdhci-msm: Remove NO_CARD_NO_RESET quirk | Georgi Djakov |
2018-05-30 | mmc: sunxi: Use ifdef rather than __maybe_unused | Ulf Hansson |
2018-05-30 | mmc: mxmmc: Use ifdef rather than __maybe_unused | Ulf Hansson |
2018-05-29 | mmc: complete requests from ->timeout | Christoph Hellwig |
2018-05-29 | mmc: mxmmc: include linux/highmem.h | Arnd Bergmann |
2018-05-29 | mmc: sunxi: mark PM functions as __maybe_unused | Arnd Bergmann |
2018-05-29 | mmc: Throttle calls to MMC_SEND_STATUS during mmc_do_erase() | Martin Hicks |
2018-05-29 | mmc: au1xmmc: handle highmem pages | Christoph Hellwig |
2018-05-29 | mmc: Allow non-sleeping GPIO cd | Evan Green |
2018-05-29 | mmc: sdhci-*: Don't emit error msg if sdhci_add_host() fails | Jisheng Zhang |
2018-05-29 | mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc code | Ulf Hansson |
2018-05-28 | mmc: sdhci-xenon: use match_string() helper | Xie Yisheng |
2018-05-21 | Merge branch 'fixes' into next | Ulf Hansson |
2018-05-21 | mmc: wbsd: handle highmem pages | Christoph Hellwig |
2018-05-21 | mmc: ushc: handle highmem pages | Christoph Hellwig |
2018-05-21 | mmc: mxcmmc: handle highmem pages | Christoph Hellwig |
2018-05-21 | mmc: atmel-mci: use sg_copy_{from,to}_buffer | Christoph Hellwig |
2018-05-21 | mmc: android-goldfish: use sg_copy_{from,to}_buffer | Christoph Hellwig |
2018-05-21 | mmc: block: Don't switch to the same partition type in mmc_blk_remove() | Shawn Lin |
2018-05-21 | mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus | Corneliu Doban |
2018-05-21 | mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register | Corneliu Doban |
2018-05-21 | mmc: sdhci-iproc: remove hard coded mmc cap 1.8v | Srinath Mannam |
2018-05-21 | mmc: block: propagate correct returned value in mmc_rpmb_ioctl | Mathieu Malaterre |
2018-05-21 | mmc: meson-gx: add device reset | Jerome Brunet |
2018-05-21 | mmc: dw_mmc-bluefield: Add driver extension | Liming Sun |
2018-05-21 | mmc: core: add tunable delay waiting for power to be stable | Shawn Lin |
2018-05-21 | mmc: renesas_sdhi: Add r8a77965 support | Masaharu Hayakawa |
2018-05-16 | tty: replace ->proc_fops with ->proc_show | Christoph Hellwig |
2018-05-14 | mmc: sdio: Respect all error codes from dev_pm_domain_attach() | Ulf Hansson |
2018-05-14 | block: sanitize blk_get_request calling conventions | Christoph Hellwig |
2018-05-08 | mmc: tegra: remove redundant return statement | Aapo Vienamo |
2018-05-08 | mmc: core: Drop unused define for timeout | Ulf Hansson |
2018-05-08 | mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests | Ulf Hansson |
2018-05-08 | mmc: rtsx_usb: Use the provided busy timeout from the mmc core | Ulf Hansson |
2018-05-08 | mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO | Ulf Hansson |
2018-05-08 | mmc: core: Implement ->sw_reset bus ops for SDIO | Ulf Hansson |
2018-05-08 | mmc: core: Share internal function to set initial signal voltage | Ulf Hansson |
2018-05-08 | mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards | Ulf Hansson |
2018-05-08 | mmc: core: Rename ->reset() bus ops to ->hw_reset() | Ulf Hansson |
2018-05-08 | mmc: core: Re-factor some code for SDIO re-initialization | Ulf Hansson |
2018-05-03 | Merge branch 'sdhci_omap' into next | Ulf Hansson |