index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
sdio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-16
mmc: core: Drop the unused mmc_power_save|restore_host()
Ulf Hansson
1
-1
/
+0
2018-05-08
mmc: core: Implement ->sw_reset bus ops for SDIO
Ulf Hansson
1
-0
/
+13
2018-05-08
mmc: core: Rename ->reset() bus ops to ->hw_reset()
Ulf Hansson
1
-2
/
+2
2018-05-08
mmc: core: Re-factor some code for SDIO re-initialization
Ulf Hansson
1
-20
/
+19
2018-05-02
mmc: core: Add capability to avoid 3.3V signaling
Kyle Roeschley
1
-0
/
+8
2018-05-02
mmc: core: Add a new quirk for limiting clock rate
harish_kandiga@mentor.com
1
-1
/
+5
2018-03-15
mmc: sdio: Check the return value of sdio_enable_4bit_bus
Shawn Lin
1
-5
/
+4
2017-06-20
mmc: sdio: Keep card runtime resumed while adding function devices
Adrian Hunter
1
-1
/
+12
2017-06-20
mmc: sdio: Tidy error path in mmc_attach_sdio()
Adrian Hunter
1
-7
/
+6
2017-02-15
mmc: core: improve the quirks for sdio devices
Shawn Lin
1
-1
/
+1
2017-02-15
mmc: core: change quirks.c to be a header file
Shawn Lin
1
-0
/
+1
2017-02-13
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
1
-2
/
+1
2017-02-13
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
1
-0
/
+1
2017-02-13
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
1
-0
/
+1
2017-02-13
mmc: sdio: don't use rocr to check if the card could support UHS mode
Shawn Lin
1
-7
/
+17
2017-02-13
mmc: sdio: Factor out retry init card helper function
Shawn Lin
1
-4
/
+10
2016-12-05
mmc: core: remove BUG_ONs from sdio
Shawn Lin
1
-15
/
+2
2016-03-17
mmc: core: remove redundant memset of sdio_read_cccr
Shawn Lin
1
-2
/
+0
2016-01-14
mmc: core: Enable tuning according to the actual timing
Carlo Caione
1
-2
/
+2
2015-12-22
mmc: sdio: Fix invalid vdd in voltage switch power cycle
Adrian Hunter
1
-1
/
+1
2015-10-26
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
1
-5
/
+2
2015-10-26
mmc: core: Keep host claimed while invoking mmc_power_off|up()
Ulf Hansson
1
-5
/
+15
2015-06-01
mmc: core: Record card drive strength
Adrian Hunter
1
-0
/
+3
2015-06-01
mmc: core: Factor out common code in drive strength selection
Adrian Hunter
1
-22
/
+3
2015-06-01
mmc: core: Add 'card' to drive strength selection callback
Adrian Hunter
1
-1
/
+1
2015-06-01
mmc: core: Simplify card drive strength mask
Adrian Hunter
1
-10
/
+2
2015-06-01
mmc: core: Allow card drive strength to be different to host
Adrian Hunter
1
-25
/
+18
2015-06-01
mmc: core: Enable / disable re-tuning
Adrian Hunter
1
-1
/
+5
2015-05-25
mmc: sdio: add reset callback to bus operations
Andreas Fenkart
1
-0
/
+7
2015-03-23
mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.
NeilBrown
1
-20
/
+12
2015-01-19
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
1
-10
/
+4
2014-11-26
mmc: core: reset sdio card properly on resume.
NeilBrown
1
-2
/
+6
2014-11-26
mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...
NeilBrown
1
-1
/
+1
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-4
/
+3
2014-09-09
mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread
Fu Zhonghui
1
-2
/
+10
2014-05-12
mmc: drop the speed mode of card's state
Seungwon Jeon
1
-6
/
+2
2014-04-22
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
Ulf Hansson
1
-41
/
+4
2013-10-30
mmc: core: Collect common code for card ocr validation
Ulf Hansson
1
-10
/
+0
2013-10-30
mmc: core: Prevent violation of specs while initializing cards
Ulf Hansson
1
-15
/
+2
2013-10-30
mmc: core: Move cached value of the negotiated ocr mask to card struct
Ulf Hansson
1
-12
/
+14
2013-10-30
mmc: core: Cleanup code for setting ocr mask for SDIO
Ulf Hansson
1
-16
/
+10
2013-10-30
mmc: core: Remove unnecessary retry mechanism at SDIO attach
Ulf Hansson
1
-11
/
+3
2013-10-30
mmc: core: Let mmc_set_signal_voltage take ocr as parameter
Ulf Hansson
1
-1
/
+2
2013-10-30
mmc: core: Let mmc_power_up|cycle take ocr as parameter
Ulf Hansson
1
-2
/
+2
2013-06-27
mmc: core: Push common suspend|resume code into each bus_ops
Ulf Hansson
1
-0
/
+21
2013-06-27
mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE
Ulf Hansson
1
-4
/
+23
2013-05-26
mmc: core: Add bus_ops for runtime pm callbacks
Ulf Hansson
1
-0
/
+16
2013-05-26
mmc: core: Only execute tuning for SDR50 and SDR104
Fredrik Soderstedt
1
-2
/
+10
2013-04-12
mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case
Li Fei
1
-1
/
+3
2013-02-24
mmc: core: Fixup signal voltage switch
Johan Rudholm
1
-2
/
+18
[next]