index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Optimize boot time by detecting cards simultaneously
Ulf Hansson
2015-12-28
1
-23
/
+8
*
mmc: core: Introduce MMC_CAP2_NO_SDIO cap
Carlo Caione
2015-12-22
1
-3
/
+8
*
mmc: core: set regulator not found message as debug
ludovic.desroches@atmel.com
2015-12-22
1
-2
/
+2
*
mmc: core: Check for non-removable cards earlier in the error path
Ulf Hansson
2015-12-22
1
-3
/
+3
*
mmc: core: Refactor code to register the MMC PM notifier
Ulf Hansson
2015-12-22
1
-4
/
+14
*
mmc: core: Keep host claimed in mmc_rescan() while calling host ops
Ulf Hansson
2015-12-22
1
-2
/
+3
*
mmc: core: Invoke ->card_event() callback only when needed
Ulf Hansson
2015-12-22
1
-5
/
+5
*
mmc: core: Add mmc_regulator_set_vqmmc()
Douglas Anderson
2015-10-26
1
-0
/
+78
*
mmc: core: move ocr-bit to voltage translation into separate function
Heiko Stuebner
2015-10-26
1
-16
/
+35
*
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
2015-10-26
1
-124
/
+15
*
mmc: Wait for card_busy before starting sdio requests
Hans de Goede
2015-10-26
1
-0
/
+17
*
mmc: core: Keep host claimed while invoking mmc_power_off|up()
Ulf Hansson
2015-10-26
1
-0
/
+6
*
mmc: core: fix dead loop of mmc_retune
Chaotian Jing
2015-09-30
1
-2
/
+4
*
mmc: core: fix race condition in mmc_wait_data_done
Jialing Fu
2015-08-31
1
-2
/
+4
*
mmc: block: skip trim for some kingston eMMCs
Shawn Lin
2015-08-27
1
-1
/
+2
*
mmc: core: Fixed bug in one erase-group budget TRIM
Robin van der Gracht
2015-08-27
1
-3
/
+2
*
mmc: core: Optimize case for exactly one erase-group budget
David Jander
2015-08-17
1
-4
/
+34
*
mmc: core: Factor out common code in drive strength selection
Adrian Hunter
2015-06-01
1
-0
/
+38
*
mmc: core: Reset driver type to default
Adrian Hunter
2015-06-01
1
-0
/
+1
*
mmc: core: Increase delay for voltage to stabilize from 3.3V to 1.8V
Doug Anderson
2015-06-01
1
-2
/
+2
*
mmc: core: Don't print reset warning if reset is not supported
Adrian Hunter
2015-06-01
1
-1
/
+2
*
mmc: core: Flag re-tuning is needed on CRC errors
Adrian Hunter
2015-06-01
1
-0
/
+6
*
mmc: core: Hold re-tuning while bkops ongoing
Adrian Hunter
2015-06-01
1
-0
/
+6
*
mmc: core: Hold re-tuning during erase commands
Adrian Hunter
2015-06-01
1
-0
/
+3
*
mmc: core: Add support for re-tuning before each request
Adrian Hunter
2015-06-01
1
-7
/
+28
*
mmc: core: Enable / disable re-tuning
Adrian Hunter
2015-06-01
1
-0
/
+4
*
mmc: core: add missing pm event in mmc_pm_notify to fix hib restore
Grygorii Strashko
2015-05-04
1
-0
/
+1
*
mmc: core: Enable runtime PM management of host devices
Ulf Hansson
2015-03-31
1
-1
/
+9
*
mmc: core: Remove the ->enable|disable() callbacks
NeilBrown
2015-03-27
1
-5
/
+0
*
mmc: core: Invoke mmc_pwrseq_post_power_on() prior MMC_POWER_ON state
Ulf Hansson
2015-02-03
1
-2
/
+2
*
mmc: Resolve BKOPS compatability issue
Alexey Skidanov
2015-01-29
1
-1
/
+1
*
mmc: core: Initial support for MMC power sequences
Ulf Hansson
2015-01-28
1
-0
/
+7
*
mmc: core: Move mmc_card_removed() into mmc_start_request()
Adrian Hunter
2015-01-19
1
-12
/
+20
*
mmc: core: Simplify by adding mmc_execute_tuning()
Adrian Hunter
2015-01-19
1
-0
/
+24
*
mmc: core: refactor the hw_reset routines
Johan Rudholm
2015-01-19
1
-34
/
+9
*
mmc: core: always check status after reset
Johan Rudholm
2015-01-19
1
-19
/
+5
*
mmc: Add SDIO function devicetree subnode parsing
Sascha Hauer
2015-01-19
1
-0
/
+28
*
mmc: core: hold SD Clock before CMD11 during Signal
Vincent Yang
2014-11-26
1
-5
/
+8
*
mmc: core: consistent handling of initial values
Johan Rudholm
2014-11-26
1
-25
/
+22
*
mmc: core: use mmc_send_status to check hw_reset
Johan Rudholm
2014-11-10
1
-8
/
+2
*
mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd()
Ulf Hansson
2014-11-10
1
-14
/
+3
*
mmc: core: fix prepared requests while doing bkops
Srinivas Kandagatla
2014-11-10
1
-1
/
+11
*
mmc: core: Add debug message for SET_BLOCK_COUNT result
Andrew Gabbasov
2014-11-10
1
-0
/
+8
*
mmc: core: Initialize SET_BLOCK_COUNT request fields
Andrew Gabbasov
2014-11-10
1
-0
/
+4
*
mmc: Fix incorrect warning when setting 0 Hz via debugfs
Adrian Hunter
2014-09-29
1
-1
/
+1
*
mmc: core: Add new power_mode MMC_POWER_UNDEFINED
Roger Tseng
2014-09-24
1
-0
/
+1
*
mmc: Convert pr_warning to pr_warn
Joe Perches
2014-09-24
1
-4
/
+4
*
mmc: core: resolve divded by zero panic
Chuanxiao Dong
2014-09-09
1
-2
/
+3
*
mmc: core: Use regulator_get_voltage() if OCR mask is empty.
Javier Martinez Canillas
2014-09-09
1
-3
/
+11
*
mmc: core: Remove fixed voltage regulator logic
Tim Kryger
2014-09-09
1
-17
/
+1
[next]