index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
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: don't try to switch block size for dual rate mode
Ziyuan Xu
2016-09-26
1
-1
/
+2
*
mmc: core: Add support for sending commands during data transfer
Adrian Hunter
2016-09-26
1
-6
/
+89
*
mmc: core: Optimize the mmc erase size alignment
Baolin Wang
2016-09-26
1
-8
/
+26
*
mmc: core: Factor out the alignment of erase size
Baolin Wang
2016-09-26
1
-16
/
+32
*
mmc: core: Use a default maximum erase timeout
Ulf Hansson
2016-09-26
1
-7
/
+10
*
mmc: Change the max discard sectors and erase response when HW busy detect
Baolin Wang
2016-07-25
1
-10
/
+50
*
mmc: core: Allow hosts to specify non-support for MMC commands
Shawn Lin
2016-07-25
1
-2
/
+3
*
mmc: core: Allow hosts to specify non-support for SD commands
Ulf Hansson
2016-07-25
1
-3
/
+6
*
mmc: Set pref erase size based on size
Gwendal Grignou
2016-07-25
1
-7
/
+5
*
mmc: core: implement enhanced strobe support
Shawn Lin
2016-07-25
1
-0
/
+9
*
mmc: longer timeout for long read time quirk
Matt Gumbel
2016-05-23
1
-2
/
+2
*
mmc: core: Do regular power cycle when lacking eMMC HW reset support
Gwendal Grignou
2016-05-02
1
-2
/
+3
*
mmc: core: Provide tracepoints for request processing
Baolin Wang
2016-05-02
1
-0
/
+7
*
mmc: core: report tuning command execution failure reason
Russell King
2016-02-29
1
-1
/
+2
*
mmc: core: improve mmc_of_parse_voltage() to return better status
Russell King
2016-02-29
1
-4
/
+5
*
mmc: core: shut up "voltage-ranges unspecified" pr_info()
Russell King
2016-02-29
1
-2
/
+6
*
mmc: sanitize 'bus width' in debug output
Wolfram Sang
2016-02-29
1
-1
/
+1
*
mmc: core: use the defined function to check whether card is removable
Jaehoon Chung
2016-02-29
1
-5
/
+4
*
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
[next]