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-08-30
Merge branch 'fixes' into next
Ulf Hansson
1
-3
/
+3
2017-08-30
mmc: core: Move mmc_start_areq() declaration
Adrian Hunter
1
-0
/
+6
2017-08-30
mmc: block: cast a informative log for no devidx available
Shawn Lin
1
-1
/
+13
2017-08-30
mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
Linus Walleij
1
-25
/
+18
2017-08-30
mmc: block: Refactor mmc_blk_part_switch()
Linus Walleij
1
-12
/
+13
2017-08-30
mmc: block: Move duplicate check
Linus Walleij
1
-16
/
+20
2017-08-30
mmc: debugfs: Move block debugfs into block module
Linus Walleij
3
-89
/
+147
2017-08-30
mmc: ops: export mmc_get_status()
Linus Walleij
1
-0
/
+1
2017-08-30
mmc: block: Anonymize the drv op data pointer
Linus Walleij
2
-4
/
+6
2017-08-30
mmc: test: reduce stack usage in mmc_test_nonblock_transfer
Arnd Bergmann
1
-56
/
+41
2017-08-30
mmc: core: Turn off CQE before sending commands
Adrian Hunter
1
-0
/
+9
2017-08-30
mmc: core: Add mmc_retune_hold_now()
Adrian Hunter
2
-0
/
+7
2017-08-30
mmc: core: Remove unused MMC_CAP2_PACKED_CMD
Adrian Hunter
1
-23
/
+0
2017-08-30
mmc: core: remove the check of mmc_card_blockaddr for SD cards
Shawn Lin
1
-1
/
+1
2017-08-30
mmc: core: correct taac parameter according to the specification
Shawn Lin
3
-17
/
+17
2017-08-30
mmc: Convert to using %pOF instead of full_name
Rob Herring
1
-4
/
+4
2017-08-30
mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug
Shawn Lin
1
-9
/
+4
2017-08-30
mmc: core: always check the length of sglist with total data size
Shawn Lin
1
-6
/
+3
2017-08-30
mmc: core: remove check of host->removed for rescan routine
Shawn Lin
1
-13
/
+0
2017-08-30
mmc: block: remove unused struct mmc_card *card
Shawn Lin
1
-2
/
+0
2017-08-30
mmc: mmc_ops: fix a typo for comment of mmc_start_bkops
Shawn Lin
1
-1
/
+1
2017-08-30
mmc: block: Fix block status codes
Adrian Hunter
1
-3
/
+3
2017-08-21
mmc: block: prevent propagating R1_OUT_OF_RANGE for open-ending mode
Shawn Lin
1
-6
/
+43
2017-08-09
mmc: block: fix lockdep splat when removing mmc_block module
Michał Mirosław
1
-0
/
+2
2017-08-08
mmc: mmc: correct the logic for setting HS400ES signal voltage
Haibo Chen
1
-1
/
+1
2017-08-03
mmc: block: bypass the queue even if usage is present for hotplug
Shawn Lin
1
-0
/
+1
2017-07-13
mmc: block: Prevent new req entering queue after its cleanup
Grzegorz Sluja
1
-0
/
+1
2017-07-11
mmc: block: Let MMC_IOC_MULTI_CMD return zero again for zero entries
Geert Uytterhoeven
1
-0
/
+3
2017-07-11
mmc: block: Initialize ret in mmc_blk_issue_drv_op() for MMC_DRV_OP_IOCTL
Geert Uytterhoeven
1
-1
/
+1
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
[next]