index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPEND
Yoshihiro Shimoda
2020-07-13
2
-1
/
+4
*
mmc: core: Correct misspelling of 'mq' in mmc_init_request()'s docs
Lee Jones
2020-07-13
1
-1
/
+1
*
mmc: core: Add missing documetation for 'mmc' and 'ios'
Lee Jones
2020-07-13
1
-0
/
+2
*
mmc: core: Provide description for sdio_set_host_pm_flags()'s 'flag' arg
Lee Jones
2020-07-13
1
-0
/
+1
*
mmc: core: Mark fixups as __maybe_unused
Lee Jones
2020-07-13
1
-3
/
+3
*
mmc: core: Set default power mode in mmc_alloc_host()
Veerabhadrarao Badiganti
2020-07-13
2
-1
/
+1
*
mmc: sdio: fix clock rate setting for SDR12/SDR25 mode
Haibo Chen
2020-07-13
1
-7
/
+8
*
mmc: sdio: Fix 1-bit mode for SD-combo cards during suspend
Yue Hu
2020-07-13
1
-1
/
+22
*
mmc: sdio: Enable SDIO 4-bit bus if not support SD_SCR_BUS_WIDTH_4 for SD com...
Yue Hu
2020-07-13
1
-14
/
+12
*
mmc: sdio: Return ret if sdio_disable_func() fails
Yue Hu
2020-07-13
1
-1
/
+1
*
mmc: core: Always allow the card detect uevent to be consumed
Ulf Hansson
2020-07-13
2
-5
/
+8
*
mmc: core: Export device/vendor ids from Common CIS for SDIO cards
Pali Rohár
2020-05-29
3
-2
/
+51
*
mmc: core: Do not export MMC_NAME= and MODALIAS=mmc:block for SDIO cards
Pali Rohár
2020-05-29
1
-0
/
+7
*
mmc: sdio: Fix macro name for Marvell device with ID 0x9134
Pali Rohár
2020-05-28
1
-1
/
+1
*
Merge branch 'fixes' into next
Ulf Hansson
2020-05-28
1
-1
/
+1
|
\
|
*
mmc: block: Fix use-after-free issue for rpmb
Peng Hao
2020-05-25
1
-1
/
+1
*
|
mmc: core: Enable erase/discard/trim support for all mmc hosts
Ulf Hansson
2020-05-28
1
-4
/
+2
*
|
mmc: core: expose info about enhanced rpmb support
Krishna Konda
2020-05-28
1
-0
/
+6
*
|
mmc: sdio: Align the initialization commands in retry path for UHS-I
Ulf Hansson
2020-05-28
1
-27
/
+26
*
|
mmc: sdio: Re-use negotiated OCR mask when re-sending CMD8
Ulf Hansson
2020-05-28
1
-4
/
+4
*
|
mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card()
Ulf Hansson
2020-05-28
1
-31
/
+27
*
|
mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()
Ulf Hansson
2020-05-28
1
-2
/
+1
*
|
mmc: core: Use DEFINE_DEBUGFS_ATTRIBUTE instead of DEFINE_SIMPLE_ATTRIBUTE
Zou Wei
2020-05-28
1
-3
/
+3
*
|
mmc: sd: use HIGH_SPEED_BUS_SPEED in mmc_sd_switch_hs()
Jisheng Zhang
2020-05-28
1
-2
/
+2
*
|
mmc: core: Return 1 from mmc_regulator_set_vqmmc() if switch skipped
Marek Vasut
2020-05-28
1
-3
/
+14
|
/
*
mmc: block: Fix request completion in the CQE timeout path
Adrian Hunter
2020-05-08
1
-2
/
+1
*
mmc: core: Fix recursive locking issue in CQE recovery path
Sarthak Garg
2020-05-08
1
-9
/
+4
*
mmc: core: Check request type before completing the request
Veerabhadrarao Badiganti
2020-05-08
1
-1
/
+2
*
mmc: core: make mmc_interrupt_hpi() static
Jason Yan
2020-04-20
1
-1
/
+1
*
mmc: core: Re-work the code for eMMC sanitize
Ulf Hansson
2020-03-26
4
-60
/
+38
*
mmc: mmc_test: Pass different sg lists for non-blocking requests
Veerabhadrarao Badiganti
2020-03-24
1
-12
/
+40
*
mmc: core: Fix indentation
Jérôme Pouiller
2020-03-24
1
-7
/
+8
*
mmc: core: Fixup support for HW busy detection for HPI commands
Ulf Hansson
2020-03-24
1
-11
/
+25
*
mmc: core: Convert to mmc_poll_for_busy() for HPI commands
Ulf Hansson
2020-03-24
2
-15
/
+6
*
mmc: core: Drop redundant out-parameter to mmc_send_hpi_cmd()
Ulf Hansson
2020-03-24
1
-4
/
+2
*
mmc: core: Convert to mmc_poll_for_busy() for erase/trim/discard
Ulf Hansson
2020-03-24
3
-40
/
+33
*
mmc: core: Update CMD13 busy check for CMD6 commands
Ulf Hansson
2020-03-24
1
-1
/
+1
*
mmc: core: Enable re-use of mmc_blk_in_tran_state()
Ulf Hansson
2020-03-24
1
-20
/
+4
*
mmc: core: Split up mmc_poll_for_busy()
Ulf Hansson
2020-03-24
1
-16
/
+31
*
mmc: core: Drop redundant in-parameter to __mmc_switch()
Ulf Hansson
2020-03-24
3
-20
/
+15
*
mmc: core: Extend mmc_switch_status() to rid of __mmc_switch_status()
Ulf Hansson
2020-03-24
3
-17
/
+11
*
mmc: core: Drop unused define
Ulf Hansson
2020-03-24
1
-1
/
+0
*
mmc: core: Throttle polling rate for CMD6
Ulf Hansson
2020-03-24
1
-0
/
+8
*
mmc: core: Enable the MMC host software queue for the SD card
Baolin Wang
2020-03-24
1
-0
/
+10
*
mmc: Add MMC host software queue support
Baolin Wang
2020-03-24
3
-11
/
+90
*
mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep command
Ulf Hansson
2020-03-12
1
-2
/
+5
*
mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discard
Ulf Hansson
2020-03-11
1
-1
/
+4
*
mmc: core: Allow host controllers to require R1B for CMD6
Ulf Hansson
2020-03-11
1
-2
/
+4
*
mmc: core: Default to generic_cmd6_time as timeout in __mmc_switch()
Ulf Hansson
2020-01-24
1
-14
/
+11
*
mmc: block: Use generic_cmd6_time when modifying INAND_CMD38_ARG_EXT_CSD
Ulf Hansson
2020-01-24
1
-3
/
+3
[next]