index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-01
mmc: core: Factor out common code in drive strength selection
Adrian Hunter
1
-0
/
+38
2015-06-01
mmc: core: Reset driver type to default
Adrian Hunter
1
-0
/
+1
2015-06-01
mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V
Doug Anderson
1
-2
/
+2
2015-06-01
mmc: core: Don't print reset warning if reset is not supported
Adrian Hunter
1
-1
/
+2
2015-06-01
mmc: core: Flag re-tuning is needed on CRC errors
Adrian Hunter
1
-0
/
+6
2015-06-01
mmc: core: Hold re-tuning while bkops ongoing
Adrian Hunter
1
-0
/
+6
2015-06-01
mmc: core: Hold re-tuning during erase commands
Adrian Hunter
1
-0
/
+3
2015-06-01
mmc: core: Add support for re-tuning before each request
Adrian Hunter
1
-7
/
+28
2015-06-01
mmc: core: Enable / disable re-tuning
Adrian Hunter
1
-0
/
+4
2015-05-04
mmc: core: add missing pm event in mmc_pm_notify to fix hib restore
Grygorii Strashko
1
-0
/
+1
2015-03-31
mmc: core: Enable runtime PM management of host devices
Ulf Hansson
1
-1
/
+9
2015-03-27
mmc: core: Remove the ->enable|disable() callbacks
NeilBrown
1
-5
/
+0
2015-02-03
mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON state
Ulf Hansson
1
-2
/
+2
2015-01-29
mmc: Resolve BKOPS compatability issue
Alexey Skidanov
1
-1
/
+1
2015-01-28
mmc: core: Initial support for MMC power sequences
Ulf Hansson
1
-0
/
+7
2015-01-19
mmc: core: Move mmc_card_removed() into mmc_start_request()
Adrian Hunter
1
-12
/
+20
2015-01-19
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
1
-0
/
+24
2015-01-19
mmc: core: refactor the hw_reset routines
Johan Rudholm
1
-34
/
+9
2015-01-19
mmc: core: always check status after reset
Johan Rudholm
1
-19
/
+5
2015-01-19
mmc: Add SDIO function devicetree subnode parsing
Sascha Hauer
1
-0
/
+28
2014-11-26
mmc: core: hold SD Clock before CMD11 during Signal
Vincent Yang
1
-5
/
+8
2014-11-26
mmc: core: consistent handling of initial values
Johan Rudholm
1
-25
/
+22
2014-11-10
mmc: core: use mmc_send_status to check hw_reset
Johan Rudholm
1
-8
/
+2
2014-11-10
mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
Ulf Hansson
1
-14
/
+3
2014-11-10
mmc: core: fix prepared requests while doing bkops
Srinivas Kandagatla
1
-1
/
+11
2014-11-10
mmc: core: Add debug message for SET_BLOCK_COUNT result
Andrew Gabbasov
1
-0
/
+8
2014-11-10
mmc: core: Initialize SET_BLOCK_COUNT request fields
Andrew Gabbasov
1
-0
/
+4
2014-09-29
mmc: Fix incorrect warning when setting 0 Hz via debugfs
Adrian Hunter
1
-1
/
+1
2014-09-24
mmc: core: Add new power_mode MMC_POWER_UNDEFINED
Roger Tseng
1
-0
/
+1
2014-09-24
mmc: Convert pr_warning to pr_warn
Joe Perches
1
-4
/
+4
2014-09-09
mmc: core: resolve divded by zero panic
Chuanxiao Dong
1
-2
/
+3
2014-09-09
mmc: core: Use regulator_get_voltage() if OCR mask is empty.
Javier Martinez Canillas
1
-3
/
+11
2014-09-09
mmc: core: Remove fixed voltage regulator logic
Tim Kryger
1
-17
/
+1
2014-07-26
mmc: Do not advertise secure discard if it is blacklisted
Lukas Czerner
1
-1
/
+2
2014-05-12
mmc: core: Improve support for deferred regulators
Tim Kryger
1
-12
/
+19
2014-05-12
mmc: drop the speed mode of card's state
Seungwon Jeon
1
-2
/
+1
2014-05-12
mmc: core: Try other signal levels during power up
Tim Kryger
1
-2
/
+7
2014-04-22
mmc: core: Use maximum timeout values in case TACC field is zero
Stefan Wahren
1
-0
/
+4
2014-04-22
mmc: Delay the card_event callback into the mmc_rescan worker
Markus Mayer
1
-0
/
+5
2014-03-17
mmc: slot-gpio: Add GPIO descriptor based CD GPIO API
Adrian Hunter
1
-0
/
+4
2014-02-23
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
1
-1
/
+2
2014-02-23
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
1
-1
/
+1
2014-02-23
mmc: core: Rename max_discard_to to max_busy_timeout
Ulf Hansson
1
-3
/
+3
2014-02-13
mmc: core: Enable MMC_CAP2_CACHE_CTRL as default
Ulf Hansson
1
-4
/
+0
2014-02-13
mmc: core: Use mmc_flush_cache() during mmc suspend
Ulf Hansson
1
-38
/
+0
2014-02-13
mmc: core: Remove unnecessary validations for bus_ops callbacks
Ulf Hansson
1
-8
/
+5
2014-02-13
mmc: core: Use MMC_UNSAFE_RESUME as default behavior
Ulf Hansson
1
-17
/
+0
2014-01-13
mmc: Do not call get_cd for non removable cards
Sascha Hauer
1
-1
/
+2
2013-10-30
mmc: core: Remove deprecated mmc_suspend|resume_host APIs
Ulf Hansson
1
-22
/
+0
2013-10-30
mmc: core: Signal wakeup event at card insert/removal
Ulf Hansson
1
-12
/
+27
[next]