index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
mmc: core/mmci: restore pre/post_req behaviour
Linus Walleij
1
-9
/
+0
2017-02-13
mmc: core: fix error path in mmc_host_alloc
Heiner Kallweit
1
-0
/
+2
2017-02-13
mmc: core: simplify ida handling
Heiner Kallweit
1
-16
/
+4
2017-02-13
mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v
Ulf Hansson
1
-0
/
+2
2017-02-13
mmc: core: Invent MMC_CAP_3_3V_DDR
Ulf Hansson
1
-4
/
+7
2017-02-13
mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage()
Ulf Hansson
3
-14
/
+14
2017-02-13
mmc: core: Clarify usage of mmc_set_signal_voltage()
Ulf Hansson
4
-7
/
+5
2017-02-13
mmc: core: Remove redundant code in mmc_set_signal_voltage()
Ulf Hansson
1
-7
/
+0
2017-02-13
mmc: block: stop passing around pointless return values
Linus Walleij
2
-25
/
+15
2017-02-13
mmc: block: introduce new_areq and old_areq
Linus Walleij
1
-6
/
+8
2017-02-13
mmc: block: inline command abortions
Linus Walleij
1
-5
/
+13
2017-02-13
mmc: block: do not assign mq_rq when aborting command
Linus Walleij
1
-1
/
+0
2017-02-13
mmc: block: break out mmc_blk_rw_start_new()
Linus Walleij
1
-10
/
+17
2017-02-13
mmc: block: break out mmc_blk_rw_cmd_abort()
Linus Walleij
1
-5
/
+12
2017-02-13
mmc: pwrseq: add support for Marvell SD8787 chip
Matt Ranostay
3
-0
/
+128
2017-02-13
mmc: core: Move public functions from host.h to private headers
Ulf Hansson
7
-1
/
+54
2017-02-13
mmc: core: Move public functions from card.h to private headers
Ulf Hansson
15
-2
/
+263
2017-02-13
mmc: core: Move public functions from core.h to private headers
Ulf Hansson
9
-1
/
+58
2017-02-13
mmc: core: First step in cleaning up private mmc header files
Ulf Hansson
13
-4
/
+54
2017-02-13
mmc: sdio: don't use rocr to check if the card could support UHS mode
Shawn Lin
1
-7
/
+17
2017-02-13
mmc: sdio: Factor out retry init card helper function
Shawn Lin
1
-4
/
+10
2017-02-13
mmc: core: Use kmalloc_array() in mmc_alloc_sg()
Markus Elfring
1
-1
/
+1
2017-02-13
mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem()
Markus Elfring
1
-2
/
+1
2017-02-13
mmc: mmc_test: Improve a size determination in five functions
Markus Elfring
1
-6
/
+5
2017-02-13
mmc: mmc_test: Combine substrings for 5 messages
Markus Elfring
1
-10
/
+5
2017-02-13
mmc: mmc_test: Add some spaces for better code readability
Markus Elfring
1
-21
/
+21
2017-02-13
mmc: mmc_test: Use seq_puts() in mtf_testlist_show()
Markus Elfring
1
-1
/
+1
2017-02-13
mmc: mmc_test: Fix a typo in a comment line
Markus Elfring
1
-1
/
+1
2017-02-13
mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init()
Markus Elfring
1
-1
/
+1
2017-02-13
mmc: slot-gpio: Don't override con_id when request descriptor
Andy Shevchenko
1
-6
/
+0
2017-02-13
mmc: use empty initializer list to zero-clear structures
Masahiro Yamada
7
-69
/
+69
2017-02-13
mmc: block: Replace "goto retry" by a proper do / while loop
Geert Uytterhoeven
1
-15
/
+13
2017-02-13
mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq()
Geert Uytterhoeven
1
-1
/
+2
2017-02-13
mmc: core: Export device lifetime information through sysfs
Jungseung Lee
1
-0
/
+12
2017-01-16
mmc: core: Restore parts of the polling policy when switch to HS/HS DDR
Ulf Hansson
1
-13
/
+12
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-21
mmc: sd: Meet alignment requirements for raw_ssr DMA
Paul Burton
1
-2
/
+10
2016-12-20
mmc: core: Further fix thread wake-up
Adrian Hunter
1
-7
/
+5
2016-12-14
Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...
Linus Torvalds
8
-0
/
+7472
2016-12-12
mmc: block: Move files to core
Ulf Hansson
8
-0
/
+7472
2016-12-05
mmc: mmc: Introduce mmc_abort_tuning()
Adrian Hunter
1
-0
/
+25
2016-12-05
mmc: mmc: Relax checking for switch errors after HS200 switch
Adrian Hunter
3
-3
/
+22
2016-12-05
mmc: core: remove BUG_ONs from core.c
Shawn Lin
1
-25
/
+9
2016-12-05
mmc: core: remove BUG_ONs from sd
Shawn Lin
2
-37
/
+4
2016-12-05
mmc: core: remove BUG_ONs from mmc
Shawn Lin
2
-31
/
+0
2016-12-05
mmc: debugfs: remove BUG_ON from mmc_ext_csd_open
Shawn Lin
1
-1
/
+5
2016-12-05
mmc: core: remove BUG_ONs from sdio
Shawn Lin
3
-21
/
+11
2016-12-05
mmc: mmc: Add Command Queue definitions
Adrian Hunter
1
-0
/
+18
2016-12-05
mmc: queue: Fix queue thread wake-up
Adrian Hunter
1
-6
/
+0
2016-11-29
mmc: delete is_first_req parameter from pre-request callback
Linus Walleij
1
-7
/
+4
[next]