index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-29
mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc code
Ulf Hansson
2
-3
/
+4
2018-05-21
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2018-05-21
mmc: block: Don't switch to the same partition type in mmc_blk_remove()
Shawn Lin
1
-3
/
+5
2018-05-21
mmc: block: propagate correct returned value in mmc_rpmb_ioctl
Mathieu Malaterre
1
-1
/
+1
2018-05-21
mmc: core: add tunable delay waiting for power to be stable
Shawn Lin
2
-2
/
+6
2018-05-08
mmc: core: Drop unused define for timeout
Ulf Hansson
1
-3
/
+0
2018-05-08
mmc: core: Implement ->sw_reset bus ops for SDIO
Ulf Hansson
1
-0
/
+13
2018-05-08
mmc: core: Share internal function to set initial signal voltage
Ulf Hansson
2
-7
/
+13
2018-05-08
mmc: core: Export a function mmc_sw_reset() to allow soft reset of cards
Ulf Hansson
2
-0
/
+25
2018-05-08
mmc: core: Rename ->reset() bus ops to ->hw_reset()
Ulf Hansson
5
-10
/
+10
2018-05-08
mmc: core: Re-factor some code for SDIO re-initialization
Ulf Hansson
1
-20
/
+19
2018-05-03
mmc: core: Add tunable delay before detecting card after card is inserted
Shawn Lin
2
-4
/
+12
2018-05-02
mmc: core: Add capability to avoid 3.3V signaling
Kyle Roeschley
3
-0
/
+24
2018-05-02
mmc: core: sdio: Set SDIO clock of SDR104 to 150MHz for Marvell 8887 chip
Diwakar Sharma
1
-0
/
+3
2018-05-02
mmc: core: Add a new quirk for limiting clock rate
harish_kandiga@mentor.com
2
-1
/
+11
2018-05-02
mmc: card: Don't show eMMC RPMB and BOOT areas in /proc/partitions
Andrew Gabbasov
1
-1
/
+2
2018-05-02
mmc: pwrseq: Use kmalloc_array instead of stack VLA
Tobin C. Harding
1
-5
/
+9
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-05
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-08
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
[next]