index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
2017-12-18
Merge branch 'fixes' into next
Ulf Hansson
2017-12-18
mmc: avoid removing non-removable hosts during suspend
Daniel Drake
2017-12-18
mmc: android-goldfish: remove duplicate includes
Pravin Shedge
2017-12-18
mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host()
Masahiro Yamada
2017-12-18
mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly
Masahiro Yamada
2017-12-18
mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data
Masahiro Yamada
2017-12-18
mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap()
Masahiro Yamada
2017-12-18
mmc: tmio: set tmio_mmc_host to driver data
Masahiro Yamada
2017-12-18
mmc: renesas_sdhi: remove eprobe jump label
Masahiro Yamada
2017-12-18
mmc: renesas_sdhi: remove wrong depends on to enable compile test
Masahiro Yamada
2017-12-18
mmc: tmio: use ioread* for repeated access to a register
Wolfram Sang
2017-12-15
mmc: renesas_sdhi: Add MODULE_LICENSE
Masaharu Hayakawa
2017-12-15
mmc: renesas_sdhi: consolidate DMAC CONFIG options
Masahiro Yamada
2017-12-15
mmc: sunxi-mmc: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
mmc: sdhci-spear: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
mmc: sdhci-acpi: Handle return value of platform_get_irq
Arvind Yadav
2017-12-15
mmc: s3cmci: Fix platform_get_irq's error checking
Arvind Yadav
2017-12-15
mmc: meson-gx-mmc: Fix platform_get_irq's error checking
Arvind Yadav
2017-12-11
Merge branch 'fixes' into next
Ulf Hansson
2017-12-11
mmc: core: apply NO_CMD23 quirk to some specific cards
Christoph Fritz
2017-12-11
Merge branch 'fixes' into next
Ulf Hansson
2017-12-11
mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHT
Adrian Hunter
2017-12-11
mmc: sdhci-acpi: Add setup_host() callback
Adrian Hunter
2017-12-11
mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failure
Dan Carpenter
2017-12-11
mmc: cqhci: Ensure macro parameters are wrapped in parentheses
Adrian Hunter
2017-12-11
mmc: core: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
2017-12-11
mmc: block: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
2017-12-11
mmc: core: Remove option not to use blk-mq
Adrian Hunter
2017-12-11
mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
yinbo.zhu
2017-12-11
mmc: mmc_test: Ensure command queue is disabled for testing
Adrian Hunter
2017-12-11
mmc: core: Ensure cmd_completion is initialized
Adrian Hunter
2017-12-11
mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400
Shah Nehal-Bakulchandra
2017-12-11
mmc_test: use ktime_get_ts64 for timestamps
Arnd Bergmann
2017-12-11
mmc: sdhci-of-arasan: Add sdhci_arasan_set_power
Milan Stevanovic
2017-12-11
mmc: renesas_sdhi: enable R-Car D3 (r8a77995) support
Ulrich Hecht
2017-12-11
mmc: block: make function mmc_cqe_issue_type static
Colin Ian King
2017-12-11
mmc: block: blk-mq: fix boolreturn.cocci warnings
Wu Fengguang
2017-12-11
mmc: mmc_test: Do not use mmc_start_areq() anymore
Adrian Hunter
2017-12-11
mmc: block: blk-mq: Stop using legacy recovery
Adrian Hunter
2017-12-11
mmc: block: Reduce polling timeout from 10 minutes to 10 seconds
Adrian Hunter
2017-12-11
mmc: block: Add timeout_clks when calculating timeout
Adrian Hunter
2017-12-11
mmc: block: Check for transfer state in card_busy_detect()
Adrian Hunter
2017-12-11
mmc: block: Check the timeout correctly in card_busy_detect()
Adrian Hunter
2017-12-11
mmc: block: blk-mq: Check error bits and save the exception bit when polling ...
Adrian Hunter
2017-12-11
mmc: block: Make card_busy_detect() accumulate all response error bits
Adrian Hunter
2017-12-11
mmc: block: blk-mq: Separate card polling from recovery
Adrian Hunter
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
2017-12-11
mmc: sdhci-pci: Add CQHCI support for Intel GLK
Adrian Hunter
2017-12-11
mmc: cqhci: support for command queue enabled host
Venkat Gopalakrishnan
2017-12-11
mmc: block: Add CQE support
Adrian Hunter
[prev]
[next]