index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2017-07-04
45
-1903
/
+1535
|
\
|
*
mmc: dw_mmc: remove the unnecessary slot variable
Jaehoon Chung
2017-06-29
1
-8
/
+5
|
*
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
Jaehoon Chung
2017-06-29
3
-22
/
+18
|
*
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
Jaehoon Chung
2017-06-29
1
-9
/
+7
|
*
mmc: dw_mmc: change the array of slots
Jaehoon Chung
2017-06-29
2
-15
/
+10
|
*
mmc: dw_mmc: remove the loop about finding slots
Jaehoon Chung
2017-06-29
1
-79
/
+36
|
*
mmc: dw_mmc: deprecated the "num-slots" property
Jaehoon Chung
2017-06-29
1
-13
/
+8
|
*
mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT
Shawn Lin
2017-06-29
1
-18
/
+30
|
*
mmc: renesas-sdhi: improve checkpatch cleanness
Simon Horman
2017-06-20
3
-33
/
+37
|
*
mmc: tmio: improve checkpatch cleanness
Simon Horman
2017-06-20
4
-43
/
+50
|
*
mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllers
Adrian Hunter
2017-06-20
1
-1
/
+1
|
*
mmc: slot-gpio: Add support to enable irq wake on cd_irq
Adrian Hunter
2017-06-20
2
-1
/
+6
|
*
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
Ulf Hansson
2017-06-20
4
-13
/
+3
|
*
mmc: core: for data errors, take response of stop cmd into account
Wolfram Sang
2017-06-20
1
-2
/
+3
|
*
mmc: core: check also R1 response for stop commands
Wolfram Sang
2017-06-20
1
-1
/
+10
|
*
mmc: core: Clarify code for sending CSD
Ulf Hansson
2017-06-20
1
-5
/
+10
|
*
mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead
Ulf Hansson
2017-06-20
1
-19
/
+1
|
*
mmc: core: Re-factor code for sending CID
Ulf Hansson
2017-06-20
4
-12
/
+12
|
*
mmc: core: Remove redundant code in mmc_send_cid()
Ulf Hansson
2017-06-20
1
-7
/
+0
|
*
mmc: core: Make mmc_can_reset() static
Ulf Hansson
2017-06-20
2
-3
/
+1
|
*
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
2
-21
/
+21
|
*
mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
3
-66
/
+65
|
*
mmc: core: Move mmc bkops functions from core.c to mmc_ops.c
Ulf Hansson
2017-06-20
3
-119
/
+113
|
*
mmc: core: Don't export some eMMC specific functions from core.c
Ulf Hansson
2017-06-20
1
-4
/
+0
|
*
mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators
Kishon Vijay Abraham I
2017-06-20
1
-20
/
+14
|
*
mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error
Kishon Vijay Abraham I
2017-06-20
1
-12
/
+9
|
*
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: sdhci-pci: Add support for Intel CNP
Adrian Hunter
2017-06-20
2
-1
/
+48
|
*
mmc: tmio, renesas-sdhi: update Renesas related copyrights
Simon Horman
2017-06-20
5
-6
/
+14
|
*
mmc: tmio: use EXPORT_SYMBOL_GPL
Simon Horman
2017-06-20
1
-10
/
+10
|
*
mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() call
Hans de Goede
2017-06-20
1
-3
/
+0
|
*
mmc: tmio: make sure SDIO gets reinitialized after resume
Wolfram Sang
2017-06-20
1
-7
/
+10
|
*
mmc: sdhci-pci: Use macros in pci_ids definition
Matthias Kraemer
2017-06-20
2
-549
/
+112
|
*
mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaround
Benoît Thébaudeau
2017-06-20
1
-12
/
+4
|
*
mmc: sdhci-esdhc-imx: Allow all supported prescaler values
Benoît Thébaudeau
2017-06-20
1
-11
/
+7
|
*
mmc: sdhci-esdhc-imx: Fix DAT line software reset
Benoît Thébaudeau
2017-06-20
1
-21
/
+38
|
*
mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDR
Benoît Thébaudeau
2017-06-20
1
-0
/
+1
|
*
mmc: sdhci-esdhc-imx: Fix some English mistakes and typos
Benoît Thébaudeau
2017-06-20
1
-24
/
+25
|
*
mmc: mediatek: Fixed size in dma_free_coherent
Phong LE
2017-06-20
1
-1
/
+1
|
*
mmc: bcm2835: fix potential null pointer dereferences
Gustavo A. R. Silva
2017-06-20
1
-3
/
+9
|
*
mmc: use proper name for the R-Car SoC
Wolfram Sang
2017-06-20
1
-1
/
+1
|
*
mmc: core: Use device_property_read instead of of_property_read
David Woods
2017-06-20
1
-37
/
+35
|
*
mmc: dw_mmc: Use device_property_read instead of of_property_read
David Woods
2017-06-20
1
-12
/
+12
|
*
mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()
Fabio Estevam
2017-06-20
1
-13
/
+41
|
*
mmc: block: fix semicolon.cocci warnings
Wu Fengguang
2017-06-20
1
-1
/
+1
|
*
mmc: block: Use __mmc_send_status() and drop get_card_status()
Ulf Hansson
2017-06-20
3
-21
/
+12
|
*
mmc: block: Move boot partition locking into a driver op
Linus Walleij
2017-06-20
2
-24
/
+33
|
*
mmc: block: Move DRV OP issue function
Linus Walleij
2017-06-20
1
-37
/
+37
|
*
mmc: block: Tag DRV_OPs with a driver operation type
Linus Walleij
2017-06-20
2
-13
/
+33
[next]