index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-04
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
18
-644
/
+590
2017-06-27
mmc/block: remove a call to blk_queue_bounce_limit
Christoph Hellwig
1
-1
/
+0
2017-06-20
mmc: slot-gpio: Add support to enable irq wake on cd_irq
Adrian Hunter
2
-1
/
+6
2017-06-20
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
Ulf Hansson
1
-6
/
+2
2017-06-20
mmc: core: for data errors, take response of stop cmd into account
Wolfram Sang
1
-2
/
+3
2017-06-20
mmc: core: check also R1 response for stop commands
Wolfram Sang
1
-1
/
+10
2017-06-20
mmc: core: Clarify code for sending CSD
Ulf Hansson
1
-5
/
+10
2017-06-20
mmc: core: Drop mmc_all_send_cid() and use mmc_send_cxd_native() instead
Ulf Hansson
1
-19
/
+1
2017-06-20
mmc: core: Re-factor code for sending CID
Ulf Hansson
4
-12
/
+12
2017-06-20
mmc: core: Remove redundant code in mmc_send_cid()
Ulf Hansson
1
-7
/
+0
2017-06-20
mmc: core: Make mmc_can_reset() static
Ulf Hansson
2
-3
/
+1
2017-06-20
mmc: core: Move mmc_flush_cache() from core.c to mmc_ops.c
Ulf Hansson
2
-21
/
+21
2017-06-20
mmc: core: Move mmc_interrupt_hpi() from core.c to mmc_ops.c
Ulf Hansson
3
-66
/
+65
2017-06-20
mmc: core: Move mmc bkops functions from core.c to mmc_ops.c
Ulf Hansson
3
-119
/
+113
2017-06-20
mmc: core: Don't export some eMMC specific functions from core.c
Ulf Hansson
1
-4
/
+0
2017-06-20
mmc: sdio: Keep card runtime resumed while adding function devices
Adrian Hunter
1
-1
/
+12
2017-06-20
mmc: sdio: Tidy error path in mmc_attach_sdio()
Adrian Hunter
1
-7
/
+6
2017-06-20
mmc: core: Use device_property_read instead of of_property_read
David Woods
1
-37
/
+35
2017-06-20
mmc: block: fix semicolon.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-06-20
mmc: block: Use __mmc_send_status() and drop get_card_status()
Ulf Hansson
3
-21
/
+12
2017-06-20
mmc: block: Move boot partition locking into a driver op
Linus Walleij
2
-24
/
+33
2017-06-20
mmc: block: Move DRV OP issue function
Linus Walleij
1
-37
/
+37
2017-06-20
mmc: block: Tag DRV_OPs with a driver operation type
Linus Walleij
2
-13
/
+33
2017-06-20
mmc: block: remove req back pointer
Linus Walleij
3
-13
/
+16
2017-06-20
mmc: core: Delete error messages for failed memory allocations
Markus Elfring
2
-15
/
+3
2017-06-20
mmc: queue: delete mmc_req_is_special()
Linus Walleij
1
-8
/
+0
2017-06-20
mmc: block: move multi-ioctl() to use block layer
Linus Walleij
2
-14
/
+27
2017-06-20
mmc: block: move single ioctl() commands to block requests
Linus Walleij
2
-26
/
+88
2017-06-20
mmc: block: Tag is_rpmb as bool
Linus Walleij
1
-1
/
+1
2017-06-20
mmc: core: Allocate per-request data using the block layer core
Linus Walleij
3
-202
/
+78
2017-06-20
mmc: core: Delete bounce buffer Kconfig option
Linus Walleij
2
-32
/
+1
2017-06-20
mmc: sdio: Add API to manage SDIO IRQs from a workqueue
Ulf Hansson
3
-0
/
+20
2017-06-20
mmc: core: Prevent processing SDIO IRQs when none is claimed
Ulf Hansson
1
-2
/
+4
2017-06-20
mmc: core: Don't do eMMC HW reset when resuming the eMMC card
Ulf Hansson
3
-1
/
+5
2017-06-20
mmc: pwrseq: Add reset callback to the struct mmc_pwrseq_ops
Ulf Hansson
2
-0
/
+11
2017-06-09
block: introduce new block status code type
Christoph Hellwig
2
-17
/
+22
2017-05-23
mmc: pwrseq_simple: Parse DTS for the power-off-delay-us property
Ulf Hansson
1
-0
/
+7
2017-05-02
Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
14
-388
/
+583
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+0
2017-04-24
mmc: core: Export API to allow hosts to get the card address
Ulf Hansson
1
-0
/
+6
2017-04-24
mmc: sdio: Fix sdio wait busy implement limitation
jiajie.hao@mediatek.com
2
-3
/
+11
2017-04-24
mmc: core: add proper be32 annotation
Winkler, Tomas
4
-17
/
+16
2017-04-24
mmc: core: refactor mmc_request_done()
Linus Walleij
1
-11
/
+16
2017-04-24
mmc: core: refactor asynchronous request finalization
Linus Walleij
1
-53
/
+33
2017-04-24
mmc: core: move some code in mmc_start_areq()
Linus Walleij
1
-8
/
+5
2017-04-24
mmc: core: Factor out mrq preparation from mmc_start_request()
Adrian Hunter
1
-13
/
+27
2017-04-24
mmc: core: Factor out debug prints from mmc_start_request()
Adrian Hunter
1
-13
/
+20
2017-04-24
mmc: block: Factor out data preparation
Adrian Hunter
1
-69
/
+82
2017-04-24
mmc: block: Change mmc_apply_rel_rw() to get block address from the request
Adrian Hunter
1
-1
/
+1
2017-04-24
mmc: block: Disable Command Queue while RPMB is used
Adrian Hunter
1
-8
/
+38
[next]