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
/
sunxi-mmc.c
Age
Commit message (
Expand
)
Author
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-02-25
mmc: sunxi-mmc: Drop unused includes
Linus Walleij
2019-02-06
mmc: sunxi: Filter out unsupported modes declared in the device tree
Chen-Yu Tsai
2019-02-06
mmc: sunxi: Disable HS-DDR mode for H5 eMMC controller by default
Chen-Yu Tsai
2018-10-08
mmc: sunxi: Use new timing mode for A64 eMMC controller
Chen-Yu Tsai
2018-10-08
mmc: sunxi: Clarify new timing mode usage and implementation
Chen-Yu Tsai
2018-08-01
mmc: sunxi: remove output of virtual base address
Andre Przywara
2018-08-01
mmc: sunxi: allow 3.3V DDR when DDR is available
Icenowy Zheng
2018-07-05
mmc: sunxi: Disable irq during pm_suspend
Stefan Mavrodiev
2018-05-30
mmc: sunxi: Use ifdef rather than __maybe_unused
Ulf Hansson
2018-05-29
mmc: sunxi: mark PM functions as __maybe_unused
Arnd Bergmann
2018-05-02
mmc: sunxi: Drop the init / reset of the controller from set_ios
Maxime Ripard
2018-05-02
mmc: sunxi: Add runtime_pm support
Maxime Ripard
2018-05-02
mmc: sunxi: Move the card power configuration to a function
Maxime Ripard
2018-05-02
mmc: sunxi: Move clock configuration to a function
Maxime Ripard
2018-05-02
mmc: sunxi: Move bus width configuration to a function
Maxime Ripard
2018-05-02
mmc: sunxi: Change sunxi_mmc_init_host argument type
Maxime Ripard
2018-05-02
mmc: sunxi: Reorder the headers
Maxime Ripard
2018-03-15
mmc: sunxi: Set our device drvdata earlier
Maxime Ripard
2018-03-15
mmc: sunxi: Move the reset deassertion before enabling the clocks
Maxime Ripard
2018-03-15
mmc: sunxi: Move resources management to separate functions
Maxime Ripard
2017-12-15
mmc: sunxi-mmc: Handle return value of platform_get_irq
Arvind Yadav
2017-12-11
mmc: sunxi: fix mojibake in module metadata
Adam Borowski
2017-10-30
mmc: sunxi: drop superfluous error message
Wolfram Sang
2017-08-30
mmc: sunxi: Reset the device at probe time
Maxime Ripard
2017-08-30
mmc: sunxi: Fix clock rate passed to sunxi_mmc_clk_set_phase
Chen-Yu Tsai
2017-08-30
mmc: sunxi: fix support for new timings mode only SoCs
Icenowy Zheng
2017-08-30
mmc: sunxi: Fix NULL pointer reference on clk_delays
Chen-Yu Tsai
2017-08-30
mmc: sunxi: Add support for A83T eMMC (MMC2)
Chen-Yu Tsai
2017-08-30
mmc: sunxi: Support MMC DDR52 transfer mode with new timing mode
Chen-Yu Tsai
2017-08-30
mmc: sunxi: Support controllers that can use both old and new timings
Chen-Yu Tsai
2017-08-30
mmc: sunxi: constify mmc_host_ops structures
Julia Lawall
2017-08-30
mmc: sunxi: explicitly request exclusive reset control
Philipp Zabel
2017-07-17
mmc: sunxi: Keep default timing phase settings for new timing mode
Chen-Yu Tsai
2017-04-24
mmc: use new core function mmc_get_dma_dir
Heiner Kallweit
2017-04-24
mmc: sunxi: change controller error info to debug level
Icenowy Zheng
2017-02-13
mmc: sunxi: Add more debug informations
Maxime Ripard
2017-02-13
mmc: sunxi: Add EMMC (MMC2) controller compatible
Maxime Ripard
2017-02-13
mmc: sunxi: Mask DATA0 when updating the clock
Maxime Ripard
2017-02-13
mmc: sunxi: Enable the new timings for the A64 MMC controllers
Maxime Ripard
2017-02-13
mmc: sunxi: Always set signal delay to 0 for A64
Maxime Ripard
2017-02-13
mmc: sunxi: Gate the clock when rate is 0
Maxime Ripard
2017-02-13
mmc: sunxi: Fix clock frequency change sequence
Maxime Ripard
2016-11-29
mmc: sunxi: Prevent against null dereference for vmmc
Maxime Ripard
2016-09-26
mmc: sunxi: add support for A64 mmc controller
Icenowy Zheng
2016-09-26
mmc: sunxi-mmc: change idma descriptor to __le32
Michael Weiser
2016-09-26
mmc: sunxi: Check the value returned by clk_round_rate
Jean-Francois Moine
2016-09-26
mmc: sunxi: sun4i / sun5i do not have sample clocks
Hans de Goede
2016-09-26
mmc: sunxi: Factor out clock phase setting code into a helper function
Hans de Goede
2016-09-26
mmc: sunxi: Introduce a sunxi_mmc_cfg struct
Hans de Goede
[next]