index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-12
Merge tag 'mmc-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
1
-0
/
+1
2018-04-06
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+5
2018-04-04
mmc: core: Prevent bus reference leak in mmc_blk_init()
Alexander Kappner
1
-0
/
+1
2018-03-22
mmc: block: Delete gendisk before cleaning up the request queue
Shawn Lin
1
-1
/
+1
2018-03-22
mmc: update sdio_claim_irq documentation
Joel Cunningham
1
-2
/
+2
2018-03-22
mmc: Export host capabilities to debugfs.
Abbas Raza
1
-0
/
+6
2018-03-15
mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
Dirk Behme
2
-0
/
+7
2018-03-15
mmc: block: fix updating ext_csd caches on ioctl call
Bastian Stender
1
-0
/
+19
2018-03-15
mmc: core: Export card RCA register via sysfs
Harish Jenny K N
2
-0
/
+4
2018-03-15
mmc: core: Use memdup_user() rather than duplicating its implementation
Markus Elfring
1
-11
/
+4
2018-03-15
mmc: sd: Remove redundant err assignment from mmc_read_switch
Shawn Lin
1
-2
/
+0
2018-03-15
mmc: sdio: Check the return value of sdio_enable_4bit_bus
Shawn Lin
1
-5
/
+4
2018-03-15
mmc: core: Don't try UHS-I mode if 4-bit mode isn't supported
Shawn Lin
2
-12
/
+7
2018-03-09
block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()
Bart Van Assche
1
-4
/
+4
2018-03-05
mmc: sdhci-pci: Respect PM flags when enabling card detect GPIO IRQ wakeup
Adrian Hunter
1
-2
/
+0
2018-03-05
mmc: slot-gpio: Add a function to enable/disable card detect IRQ wakeup
Adrian Hunter
2
-2
/
+22
2018-03-05
mmc: core: Re-use DEFINE_SHOW_ATTRIBUTE() macro
Andy Shevchenko
1
-12
/
+1
2018-03-05
mmc: core: optimize mmc_calc_max_discard
Sergio Valverde
1
-1
/
+1
2018-02-27
mmc: core: Avoid hanging to claim host for mmc via some nested calls
Ulf Hansson
1
-4
/
+0
2018-01-18
mmc: slot-gpio: add a helper to check capability of GPIO WP detection
Masahiro Yamada
1
-0
/
+8
2017-12-18
mmc: block: fix logical error to avoid memory leak
Liu, Changcheng
1
-0
/
+1
2017-12-18
mmc: avoid removing non-removable hosts during suspend
Daniel Drake
1
-0
/
+8
2017-12-11
Merge branch 'fixes' into next
Ulf Hansson
2
-0
/
+10
2017-12-11
mmc: core: apply NO_CMD23 quirk to some specific cards
Christoph Fritz
2
-0
/
+10
2017-12-11
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2017-12-11
mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failure
Dan Carpenter
1
-0
/
+1
2017-12-11
mmc: core: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
4
-197
/
+1
2017-12-11
mmc: block: Remove code no longer needed after the switch to blk-mq
Adrian Hunter
4
-964
/
+16
2017-12-11
mmc: core: Remove option not to use blk-mq
Adrian Hunter
4
-12
/
+1
2017-12-11
mmc: mmc_test: Ensure command queue is disabled for testing
Adrian Hunter
1
-2
/
+9
2017-12-11
mmc: core: Ensure cmd_completion is initialized
Adrian Hunter
1
-4
/
+2
2017-12-11
mmc_test: use ktime_get_ts64 for timestamps
Arnd Bergmann
1
-46
/
+42
2017-12-11
mmc: block: make function mmc_cqe_issue_type static
Colin Ian King
1
-2
/
+2
2017-12-11
mmc: block: blk-mq: fix boolreturn.cocci warnings
Wu Fengguang
1
-1
/
+1
2017-12-11
mmc: mmc_test: Do not use mmc_start_areq() anymore
Adrian Hunter
1
-68
/
+54
2017-12-11
mmc: block: blk-mq: Stop using legacy recovery
Adrian Hunter
1
-143
/
+161
2017-12-11
mmc: block: Reduce polling timeout from 10 minutes to 10 seconds
Adrian Hunter
1
-1
/
+7
2017-12-11
mmc: block: Add timeout_clks when calculating timeout
Adrian Hunter
1
-7
/
+35
2017-12-11
mmc: block: Check for transfer state in card_busy_detect()
Adrian Hunter
1
-4
/
+13
2017-12-11
mmc: block: Check the timeout correctly in card_busy_detect()
Adrian Hunter
1
-1
/
+3
2017-12-11
mmc: block: blk-mq: Check error bits and save the exception bit when polling ...
Adrian Hunter
1
-9
/
+28
2017-12-11
mmc: block: Make card_busy_detect() accumulate all response error bits
Adrian Hunter
1
-10
/
+29
2017-12-11
mmc: block: blk-mq: Separate card polling from recovery
Adrian Hunter
1
-1
/
+28
2017-12-11
mmc: block: blk-mq: Add support for direct completion
Adrian Hunter
5
-26
/
+115
2017-12-11
mmc: block: Add CQE support
Adrian Hunter
4
-6
/
+326
2017-12-11
mmc: block: Add blk-mq support
Adrian Hunter
4
-31
/
+808
2017-12-11
mmc: core: Add parameter use_blk_mq
Adrian Hunter
4
-0
/
+15
2017-12-11
mmc: block: Add error-handling comments
Adrian Hunter
1
-1
/
+35
2017-12-11
mmc: core: Make mmc_pre_req() and mmc_post_req() available
Adrian Hunter
2
-31
/
+31
2017-12-11
mmc: block: Simplify cleaning up the queue
Adrian Hunter
2
-5
/
+14
[next]