index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
5
-0
/
+5
*
mmc: Delete bounce buffer handling
Linus Walleij
2017-10-04
3
-125
/
+9
*
mmc: core: add driver strength selection when selecting hs400es
Chanho Min
2017-10-02
1
-17
/
+19
*
mmc: block: Fix incorrectly initialized requests
Adrian Hunter
2017-09-08
1
-1
/
+6
*
Merge branch 'fixes' into next
Ulf Hansson
2017-08-30
1
-3
/
+3
|
\
|
*
mmc: block: Fix block status codes
Adrian Hunter
2017-08-30
1
-3
/
+3
*
|
mmc: core: Move mmc_start_areq() declaration
Adrian Hunter
2017-08-30
1
-0
/
+6
*
|
mmc: block: cast a informative log for no devidx available
Shawn Lin
2017-08-30
1
-1
/
+13
*
|
mmc: block: Reparametrize mmc_blk_ioctl_[multi]_cmd()
Linus Walleij
2017-08-30
1
-25
/
+18
*
|
mmc: block: Refactor mmc_blk_part_switch()
Linus Walleij
2017-08-30
1
-12
/
+13
*
|
mmc: block: Move duplicate check
Linus Walleij
2017-08-30
1
-16
/
+20
*
|
mmc: debugfs: Move block debugfs into block module
Linus Walleij
2017-08-30
3
-89
/
+147
*
|
mmc: ops: export mmc_get_status()
Linus Walleij
2017-08-30
1
-0
/
+1
*
|
mmc: block: Anonymize the drv op data pointer
Linus Walleij
2017-08-30
2
-4
/
+6
*
|
mmc: test: reduce stack usage in mmc_test_nonblock_transfer
Arnd Bergmann
2017-08-30
1
-56
/
+41
*
|
mmc: core: Turn off CQE before sending commands
Adrian Hunter
2017-08-30
1
-0
/
+9
*
|
mmc: core: Add mmc_retune_hold_now()
Adrian Hunter
2017-08-30
2
-0
/
+7
*
|
mmc: core: Remove unused MMC_CAP2_PACKED_CMD
Adrian Hunter
2017-08-30
1
-23
/
+0
*
|
mmc: core: remove the check of mmc_card_blockaddr for SD cards
Shawn Lin
2017-08-30
1
-1
/
+1
*
|
mmc: core: correct taac parameter according to the specification
Shawn Lin
2017-08-30
3
-17
/
+17
*
|
mmc: Convert to using %pOF instead of full_name
Rob Herring
2017-08-30
1
-4
/
+4
*
|
mmc: core: turn the pr_info under CONFIG_MMC_DEBUG into pr_debug
Shawn Lin
2017-08-30
1
-9
/
+4
*
|
mmc: core: always check the length of sglist with total data size
Shawn Lin
2017-08-30
1
-6
/
+3
*
|
mmc: core: remove check of host->removed for rescan routine
Shawn Lin
2017-08-30
1
-13
/
+0
*
|
mmc: block: remove unused struct mmc_card *card
Shawn Lin
2017-08-30
1
-2
/
+0
*
|
mmc: mmc_ops: fix a typo for comment of mmc_start_bkops
Shawn Lin
2017-08-30
1
-1
/
+1
|
/
*
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
[next]