index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-22
mmc: pwrseq: constify mmc_pwrseq_ops structures
Julia Lawall
3
-3
/
+3
2015-12-22
mmc: core: set regulator not found message as debug
[email protected]
1
-2
/
+2
2015-12-22
mmc: core: Check for non-removable cards earlier in the error path
Ulf Hansson
1
-3
/
+3
2015-12-22
mmc: core: Refactor code to register the MMC PM notifier
Ulf Hansson
3
-10
/
+24
2015-12-22
mmc: core: Make runtime resume default behavior for MMC/SD
Ulf Hansson
2
-26
/
+4
2015-12-22
mmc: core: Keep host claimed in mmc_rescan() while calling host ops
Ulf Hansson
1
-2
/
+3
2015-12-22
mmc: core: Invoke ->card_event() callback only when needed
Ulf Hansson
1
-5
/
+5
2015-12-22
mmc: core: enable support for the standard "wakeup-source" property
Sudeep Holla
1
-1
/
+2
2015-11-09
mmc: mmc: Improve reliability of mmc_select_hs400()
Adrian Hunter
1
-2
/
+26
2015-11-09
mmc: mmc: Move mmc_switch_status()
Adrian Hunter
1
-13
/
+13
2015-11-09
mmc: mmc: Fix HS setting in mmc_select_hs400()
Adrian Hunter
1
-6
/
+8
2015-11-09
mmc: mmc: Improve reliability of mmc_select_hs200()
Adrian Hunter
1
-3
/
+22
2015-10-27
mmc: pwrseq: Use highest priority for eMMC restart handler
Javier Martinez Canillas
1
-3
/
+3
2015-10-27
mmc: mmc: extend the mmc_send_tuning()
Chaotian Jing
1
-4
/
+4
2015-10-27
mmc: core: Add DT bindings for eMMC hardware reset support
Chaotian Jing
1
-0
/
+2
2015-10-26
mmc: skip reclaiming host on mmc_add_card() error
Sergei Shtylyov
2
-4
/
+2
2015-10-26
mmc: core: Add mmc_regulator_set_vqmmc()
Douglas Anderson
1
-0
/
+78
2015-10-26
mmc: core: move ocr-bit to voltage translation into separate function
Heiko Stuebner
1
-16
/
+35
2015-10-26
mmc: core: Remove MMC_CLKGATE
Ulf Hansson
10
-426
/
+19
2015-10-26
mmc: core: enable CMD19 tuning for DDR50 mode
Weijun Yang
1
-2
/
+18
2015-10-26
mmc: debugfs: implement ios show for SDR12 and SDR25
Shawn Lin
1
-0
/
+6
2015-10-26
mmc: Wait for card_busy before starting sdio requests
Hans de Goede
1
-0
/
+17
2015-10-26
mmc: Add mmc_is_io_op helper function
Hans de Goede
1
-0
/
+7
2015-10-26
mmc: pwrseq_simple: use GPIO descriptors array API
Javier Martinez Canillas
1
-30
/
+15
2015-10-26
mmc: debugfs: implement ios show for driver type
Shawn Lin
1
-0
/
+19
2015-10-26
mmc: pwrseq: use gpiod_get() instead of index 0
Javier Martinez Canillas
1
-1
/
+1
2015-10-26
mmc: core: Convert __mmc_switch() into an internal core function
Ulf Hansson
2
-1
/
+3
2015-10-26
mmc: sd: Remove superfluous error code assignment
Yousong Zhou
1
-2
/
+0
2015-10-26
mmc: core: Keep host claimed while invoking mmc_power_off|up()
Ulf Hansson
2
-5
/
+21
2015-10-21
mmc: core: Fix init_card in 52Mhz
Chaotian Jing
1
-7
/
+0
2015-09-30
mmc: core: fix dead loop of mmc_retune
Chaotian Jing
1
-2
/
+4
2015-09-29
mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset
Ulf Hansson
1
-2
/
+2
2015-08-31
mmc: core: fix race condition in mmc_wait_data_done
Jialing Fu
1
-2
/
+4
2015-08-27
mmc: block: skip trim for some kingston eMMCs
Shawn Lin
1
-1
/
+2
2015-08-27
mmc: host: use of_property_read_bool()
Sergei Shtylyov
1
-21
/
+21
2015-08-27
mmc: core: Fixed bug in one erase-group budget TRIM
Robin van der Gracht
1
-3
/
+2
2015-08-17
mmc: core: Optimize case for exactly one erase-group budget
David Jander
1
-4
/
+34
2015-06-04
mmc: core: Attach PM domain prior probing of SDIO func driver
Ulf Hansson
1
-4
/
+8
2015-06-04
mmc: core: Remove redundant ->power_restore() callback for SD
Ulf Hansson
1
-13
/
+1
2015-06-04
mmc: core: Remove redundant ->power_restore() callback for MMC
Ulf Hansson
1
-13
/
+1
2015-06-01
mmc: mmc: Add driver strength selection
Adrian Hunter
1
-7
/
+38
2015-06-01
mmc: mmc: Read card's valid driver strength mask
Adrian Hunter
1
-0
/
+1
2015-06-01
mmc: core: Record card drive strength
Adrian Hunter
2
-0
/
+6
2015-06-01
mmc: core: Factor out common code in drive strength selection
Adrian Hunter
4
-46
/
+46
2015-06-01
mmc: core: Add 'card' to drive strength selection callback
Adrian Hunter
2
-2
/
+2
2015-06-01
mmc: core: Simplify card drive strength mask
Adrian Hunter
2
-20
/
+4
2015-06-01
mmc: core: Allow card drive strength to be different to host
Adrian Hunter
2
-45
/
+31
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: cast u8 to unsigned long long to avoid unexpected error
Kuninori Morimoto
1
-2
/
+4
[prev]
[next]