index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
sdio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdio: Keep card runtime resumed while adding function devices
Adrian Hunter
2017-06-20
1
-1
/
+12
*
mmc: sdio: Tidy error path in mmc_attach_sdio()
Adrian Hunter
2017-06-20
1
-7
/
+6
*
mmc: core: improve the quirks for sdio devices
Shawn Lin
2017-02-15
1
-1
/
+1
*
mmc: core: change quirks.c to be a header file
Shawn Lin
2017-02-15
1
-0
/
+1
*
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
2017-02-13
1
-2
/
+1
*
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
2017-02-13
1
-0
/
+1
*
mmc: sdio: don't use rocr to check if the card could support UHS mode
Shawn Lin
2017-02-13
1
-7
/
+17
*
mmc: sdio: Factor out retry init card helper function
Shawn Lin
2017-02-13
1
-4
/
+10
*
mmc: core: remove BUG_ONs from sdio
Shawn Lin
2016-12-05
1
-15
/
+2
*
mmc: core: remove redundant memset of sdio_read_cccr
Shawn Lin
2016-03-17
1
-2
/
+0
*
mmc: core: Enable tuning according to the actual timing
Carlo Caione
2016-01-14
1
-2
/
+2
*
mmc: sdio: Fix invalid vdd in voltage switch power cycle
Adrian Hunter
2015-12-22
1
-1
/
+1
*
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
2015-10-26
1
-5
/
+2
*
mmc: core: Keep host claimed while invoking mmc_power_off|up()
Ulf Hansson
2015-10-26
1
-5
/
+15
*
mmc: core: Record card drive strength
Adrian Hunter
2015-06-01
1
-0
/
+3
*
mmc: core: Factor out common code in drive strength selection
Adrian Hunter
2015-06-01
1
-22
/
+3
*
mmc: core: Add 'card' to drive strength selection callback
Adrian Hunter
2015-06-01
1
-1
/
+1
*
mmc: core: Simplify card drive strength mask
Adrian Hunter
2015-06-01
1
-10
/
+2
*
mmc: core: Allow card drive strength to be different to host
Adrian Hunter
2015-06-01
1
-25
/
+18
*
mmc: core: Enable / disable re-tuning
Adrian Hunter
2015-06-01
1
-1
/
+5
*
mmc: sdio: add reset callback to bus operations
Andreas Fenkart
2015-05-25
1
-0
/
+7
*
mmc: core: fold mmc_set_bus_width calls into sdio_enable_4bit_bus.
NeilBrown
2015-03-23
1
-20
/
+12
*
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
2015-01-19
1
-10
/
+4
*
mmc: core: reset sdio card properly on resume.
NeilBrown
2014-11-26
1
-2
/
+6
*
mmc: core: use card->ocr when negotiating voltage setting in mmc_sdio_power_r...
NeilBrown
2014-11-26
1
-1
/
+1
*
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-24
1
-4
/
+3
*
mmc: core: sdio: Fix unconditional wake_up_process() on sdio thread
Fu Zhonghui
2014-09-09
1
-2
/
+10
*
mmc: drop the speed mode of card's state
Seungwon Jeon
2014-05-12
1
-6
/
+2
*
mmc: core: Invoke sdio func driver's PM callbacks from the sdio bus
Ulf Hansson
2014-04-22
1
-41
/
+4
*
mmc: core: Collect common code for card ocr validation
Ulf Hansson
2013-10-30
1
-10
/
+0
*
mmc: core: Prevent violation of specs while initializing cards
Ulf Hansson
2013-10-30
1
-15
/
+2
*
mmc: core: Move cached value of the negotiated ocr mask to card struct
Ulf Hansson
2013-10-30
1
-12
/
+14
*
mmc: core: Cleanup code for setting ocr mask for SDIO
Ulf Hansson
2013-10-30
1
-16
/
+10
*
mmc: core: Remove unnecessary retry mechanism at SDIO attach
Ulf Hansson
2013-10-30
1
-11
/
+3
*
mmc: core: Let mmc_set_signal_voltage take ocr as parameter
Ulf Hansson
2013-10-30
1
-1
/
+2
*
mmc: core: Let mmc_power_up|cycle take ocr as parameter
Ulf Hansson
2013-10-30
1
-2
/
+2
*
mmc: core: Push common suspend|resume code into each bus_ops
Ulf Hansson
2013-06-27
1
-0
/
+21
*
mmc: core: Validate suspend prerequisites for SDIO at SUSPEND_PREPARE
Ulf Hansson
2013-06-27
1
-4
/
+23
*
mmc: core: Add bus_ops for runtime pm callbacks
Ulf Hansson
2013-05-26
1
-0
/
+16
*
mmc: core: Only execute tuning for SDR50 and SDR104
Fredrik Soderstedt
2013-05-26
1
-2
/
+10
*
mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed case
Li Fei
2013-04-12
1
-1
/
+3
*
mmc: core: Fixup signal voltage switch
Johan Rudholm
2013-02-24
1
-2
/
+18
*
mmc: core: Break out start_signal_voltage_switch
Johan Rudholm
2013-02-24
1
-2
/
+1
*
mmc: sdio: print correct UHS mode during card detection
Subhash Jadavani
2013-02-11
1
-0
/
+5
*
mmc: sdio: Fix SDIO 3.0 UHS-I initialization sequence
Sujit Reddy Thumma
2013-02-11
1
-11
/
+11
*
mmc: sdio: fix resume failure due to lack of CMD52 reset
Subhash Jadavani
2013-02-11
1
-2
/
+4
*
mmc: fix comment typos
Masanari Iida
2012-09-01
1
-1
/
+1
*
mmc: core: reset signal voltage on power up
Aaron Lu
2012-07-22
1
-7
/
+0
*
mmc: sdio: fix setting card data bus width as 4-bit
Yong Ding
2012-06-06
1
-0
/
+6
[next]