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
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode
Shawn Lin
2017-08-21
1
-6
/
+43
*
mmc: block: fix lockdep splat when removing mmc_block module
Michał Mirosław
2017-08-09
1
-0
/
+2
*
mmc: mmc: correct the logic for setting HS400ES signal voltage
Haibo Chen
2017-08-08
1
-1
/
+1
*
mmc: block: bypass the queue even if usage is present for hotplug
Shawn Lin
2017-08-03
1
-0
/
+1
*
mmc: block: Prevent new req entering queue after its cleanup
Grzegorz Sluja
2017-07-13
1
-0
/
+1
*
mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries
Geert Uytterhoeven
2017-07-11
1
-0
/
+3
*
mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL
Geert Uytterhoeven
2017-07-11
1
-1
/
+1
*
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2017-07-04
18
-644
/
+590
|
\
|
*
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
1
-6
/
+2
|
*
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: 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: core: Use device_property_read instead of of_property_read
David Woods
2017-06-20
1
-37
/
+35
|
*
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
|
*
mmc: block: remove req back pointer
Linus Walleij
2017-06-20
3
-13
/
+16
|
*
mmc: core: Delete error messages for failed memory allocations
Markus Elfring
2017-06-20
2
-15
/
+3
|
*
mmc: queue: delete mmc_req_is_special()
Linus Walleij
2017-06-20
1
-8
/
+0
|
*
mmc: block: move multi-ioctl() to use block layer
Linus Walleij
2017-06-20
2
-14
/
+27
|
*
mmc: block: move single ioctl() commands to block requests
Linus Walleij
2017-06-20
2
-26
/
+88
|
*
mmc: block: Tag is_rpmb as bool
Linus Walleij
2017-06-20
1
-1
/
+1
|
*
mmc: core: Allocate per-request data using the block layer core
Linus Walleij
2017-06-20
3
-202
/
+78
|
*
mmc: core: Delete bounce buffer Kconfig option
Linus Walleij
2017-06-20
2
-32
/
+1
|
*
mmc: sdio: Add API to manage SDIO IRQs from a workqueue
Ulf Hansson
2017-06-20
3
-0
/
+20
|
*
mmc: core: Prevent processing SDIO IRQs when none is claimed
Ulf Hansson
2017-06-20
1
-2
/
+4
|
*
mmc: core: Don't do eMMC HW reset when resuming the eMMC card
Ulf Hansson
2017-06-20
3
-1
/
+5
|
*
mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_ops
Ulf Hansson
2017-06-20
2
-0
/
+11
*
|
mmc/block: remove a call to blk_queue_bounce_limit
Christoph Hellwig
2017-06-27
1
-1
/
+0
*
|
block: introduce new block status code type
Christoph Hellwig
2017-06-09
2
-17
/
+22
|
/
*
mmc: pwrseq_simple: Parse DTS for the power-off-delay-us property
Ulf Hansson
2017-05-23
1
-0
/
+7
*
Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
2017-05-02
14
-388
/
+583
|
\
|
*
mmc: core: Export API to allow hosts to get the card address
Ulf Hansson
2017-04-24
1
-0
/
+6
|
*
mmc: sdio: Fix sdio wait busy implement limitation
jiajie.hao@mediatek.com
2017-04-24
2
-3
/
+11
|
*
mmc: core: add proper be32 annotation
Winkler, Tomas
2017-04-24
4
-17
/
+16
|
*
mmc: core: refactor mmc_request_done()
Linus Walleij
2017-04-24
1
-11
/
+16
|
*
mmc: core: refactor asynchronous request finalization
Linus Walleij
2017-04-24
1
-53
/
+33
[next]