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
2018-12-17
mmc: host: tmio: Use GPIO descriptors
Linus Walleij
2018-12-17
mmc: tmio: fix reset operation
Niklas Söderlund
2018-12-17
mmc: tmio: enable module clock before resetting when resuming
Niklas Söderlund
2018-12-17
mmc: tmio: delete wait in tuning process
Masaharu Hayakawa
2018-10-15
mmc: tmio: simplify the DMA mode test
Masahiro Yamada
2018-10-15
mmc: tmio: move MFD variant reset to a platform hook
Masahiro Yamada
2018-10-08
mmc: tmio: Fix SCC error detection
Masaharu Hayakawa
2018-10-08
mmc: tmio: move tmio_mmc_set_clock() to platform hook
Masahiro Yamada
2018-10-08
mmc: tmio: replace tmio_mmc_clk_stop() calls with tmio_mmc_set_clock()
Masahiro Yamada
2018-10-08
mmc: use SPDX identifier for Renesas drivers
Wolfram Sang
2018-08-01
mmc: tmio: remove unneeded variable in tmio_mmc_start_command()
Masahiro Yamada
2018-08-01
mmc: tmio: Fix tuning flow
Masaharu Hayakawa
2018-07-16
mmc: tmio: add eMMC HS400 mode support
Masaharu Hayakawa
2018-04-04
mmc: tmio: Fix error handling when issuing CMD23
Masaharu Hayakawa
2018-03-05
mmc: tmio: remove useless TMIO_MASK_CMD handling in tmio_mmc_host_probe()
Masahiro Yamada
2018-03-05
mmc: tmio: clear force_pio flag before starting data transfer
Masahiro Yamada
2018-03-05
mmc: tmio: move TMIO_MASK_{READOP, WRITEOP} handling to correct place
Masahiro Yamada
2018-03-05
mmc: tmio: fix never-detected card insertion bug
Masahiro Yamada
2018-03-05
mmc: tmio: support IP-builtin card detection logic
Masahiro Yamada
2018-03-05
mmc: tmio: deprecate "toshiba, mmc-wrprotect-disable" DT property
Masahiro Yamada
2018-03-05
mmc: tmio: remove TMIO_MMC_WRPROTECT_DISABLE
Masahiro Yamada
2018-03-05
mmc: tmio: use MMC_CAP2_NO_WRITE_PROTECT instead of TMIO own flag
Masahiro Yamada
2018-01-22
mmc: tmio: hide unused tmio_mmc_clk_disable/tmio_mmc_clk_enable functions
Arnd Bergmann
2018-01-18
mmc: tmio: refactor .get_ro hook
Masahiro Yamada
2018-01-18
mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argument
Masahiro Yamada
2018-01-18
mmc: tmio: move {tmio_}mmc_of_parse() to tmio_mmc_host_alloc()
Masahiro Yamada
2018-01-18
mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()
Masahiro Yamada
2018-01-18
mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()
Masahiro Yamada
2018-01-12
mmc: tmio: use mmc_can_gpio_cd() instead of checking TMIO_MMC_USE_GPIO_CD
Masahiro Yamada
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-11
mmc: tmio: use usleep_range consistently
Wolfram Sang
2017-11-07
mmc: tmio: Replace msleep() of 20ms or less with usleep_range()
Masaharu Hayakawa
2017-11-02
mmc: tmio: Use common error handling code in tmio_mmc_host_probe()
Markus Elfring
2017-10-30
mmc: tmio: check mmc_regulator_get_supply return value
Fabrizio Castro
2017-10-20
mmc: tmio: fix swiotlb buffer is full
Yoshihiro Shimoda
2017-09-22
mmc: tmio: remove broken and noisy debug macro
Wolfram Sang
2017-08-30
mmc: tmio: don't wait on R-Car2+ when handling the clock
Wolfram Sang
2017-08-30
mmc: tmio: fix CMD12 (STOP) handling
Wolfram Sang
2017-08-30
mmc: tmio, renesas-sdhi: add dataend to DMA ops
Simon Horman
2017-08-30
mmc: tmio, renesas-sdhi: add max_{segs, blk_count} to tmio_mmc_data
Yoshihiro Shimoda
2017-07-13
mmc: tmio-mmc: fix bad pointer math
Chris Brandt
2017-06-20
mmc: tmio: improve checkpatch cleanness
Simon Horman
2017-06-20
mmc: tmio, renesas-sdhi: update Renesas related copyrights
Simon Horman
2017-06-20
mmc: tmio: use EXPORT_SYMBOL_GPL
Simon Horman
2017-06-20
mmc: tmio: make sure SDIO gets reinitialized after resume
Wolfram Sang
2017-06-20
mmc: tmio: add CMD23 support
Wolfram Sang
[next]