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
/
host
/
tmio_mmc_core.c
Age
Commit message (
Expand
)
Author
2023-03-23
mmc: Use of_property_read_bool() for boolean properties
Rob Herring
2022-12-07
mmc: tmio: remove tmio_mmc_k(un)map_atomic helpers
Wolfram Sang
2022-12-07
mmc: tmio: add callback for dma irq
Wolfram Sang
2022-12-07
mmc: tmio_mmc_core: Remove local_irq_{save,restore}() around k[un]map_atomic()
Adrian Hunter
2022-07-12
mmc: tmio: avoid glitches when resetting
Wolfram Sang
2021-12-14
mmc: tmio: reinit card irqs in reset routine
Biju Das
2021-10-28
mmc: tmio: reenable card irqs after the reset callback
Wolfram Sang
2021-04-15
mmc: tmio: always restore irq register
Wolfram Sang
2021-03-30
mmc: tmio: always flag retune when resetting and a card is present
Wolfram Sang
2021-03-30
mmc: tmio: restore bus width when resetting
Takeshi Saito
2021-03-30
mmc: tmio: abort DMA before reset
Wolfram Sang
2021-03-30
mmc: tmio: support custom irq masks
Wolfram Sang
2021-03-30
mmc: tmio: remove workaround for NON_REMOVABLE
Wolfram Sang
2021-02-01
mmc: renesas_sdhi: Add a condition of cmd/data timeout for retune
Yoshihiro Shimoda
2021-02-01
mmc: tmio: Add data timeout error detection
Masaharu Hayakawa
2020-12-04
mmc: tmio: add hook for custom busy_wait calculation
Wolfram Sang
2020-12-04
mmc: tmio: set max_busy_timeout
Wolfram Sang
2020-12-04
Merge branch 'fixes' into next
Ulf Hansson
2020-12-04
mmc: tmio: improve bringing HW to a sane state with MMC_POWER_OFF
Wolfram Sang
2020-11-23
mmc: tmio: Fix command error processing
Masaharu Hayakawa
2020-11-10
mmc: tmio: bring tuning HW to a sane state with MMC_POWER_OFF
Wolfram Sang
2020-11-10
mmc: tmio: when resetting, reset DMA controller, too
Wolfram Sang
2020-09-09
mmc: tmio: add generic hook to fixup after a completed request
Wolfram Sang
2020-09-07
mmc: tmio: remove indirection of 'execute_tuning' callback
Wolfram Sang
2020-09-07
mmc: tmio: don't reset whole IP core when tuning fails
Wolfram Sang
2020-09-07
mmc: tmio: factor out common parts of the reset routine
Wolfram Sang
2020-09-07
mmc: tmio: remove indirection of 'hw_reset' callback
Wolfram Sang
2020-09-07
Revert "mmc: tmio: fix reset operation"
Wolfram Sang
2020-07-13
mmc: tmio: core: Add end operation into tmio_mmc_dma_ops
Yoshihiro Shimoda
2020-05-28
mmc: tmio: Make sure the PM domain is 'started' while probing
Ulf Hansson
2020-05-28
mmc: tmio: Further fixup runtime PM management at remove
Ulf Hansson
2020-05-28
mmc: host: Drop redundant MMC_CAP_ERASE
Ulf Hansson
2020-03-24
mmc: tmio: remove superfluous callback wrappers
Wolfram Sang
2020-03-24
mmc: tmio: enforce retune after runtime suspend
Wolfram Sang
2020-03-24
mmc: tmio: give callback a generic name
Wolfram Sang
2020-03-24
mmc: tmio: refactor tuning execution into SDHI driver
Wolfram Sang
2019-12-18
mmc: tmio: convert to devm_platform_ioremap_resource
Yangtao Li
2019-12-18
mmc: core: Remove mmc_gpiod_request_*(invert_gpio)
Michał Mirosław
2019-11-27
Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2019-11-21
Revert "mmc: tmio: remove workaround for NON_REMOVABLE"
Wolfram Sang
2019-11-18
mmc: tmio: Add MMC_CAP_ERASE to allow erase/discard/trim requests
Eugeniu Rosca
2019-11-13
mmc: tmio: remove workaround for NON_REMOVABLE
Wolfram Sang
2019-11-13
mmc: tmio: Avoid boilerplate code in ->runtime_suspend()
Ulf Hansson
2019-09-13
mmc: tmio: Fixup runtime PM management during remove
Ulf Hansson
2019-09-13
mmc: tmio: Fixup runtime PM management during probe
Ulf Hansson
2019-09-13
Revert "mmc: tmio: move runtime PM enablement to the driver implementations"
Ulf Hansson
2019-07-10
mmc: tmio: Use dma_max_mapping_size() instead of a workaround
Yoshihiro Shimoda
2019-06-10
mmc: tmio: move runtime PM enablement to the driver implementations
Niklas Söderlund
2019-05-28
mmc: tmio: fix SCC error handling to avoid false positive CRC error
Takeshi Saito
2019-04-15
mmc: tmio: introduce macro for max block size
Wolfram Sang
[next]