index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
core
Age
Commit message (
Expand
)
Author
Lines
2023-04-27
Merge tag 'tty-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-5
/
+5
2023-04-17
mmc: core: Remove unused macro mmc_req_rel_wr
Bean Huo
-2
/
+0
2023-04-03
mmc: core: remove unnecessary (void*) conversions
Yu Zhe
-4
/
+4
2023-03-24
mmc: core: Log about empty non-removable slots
Marc Gonzalez
-0
/
+5
2023-03-23
mmc: core: add helpers mmc_regulator_enable/disable_vqmmc
Heiner Kallweit
-0
/
+41
2023-03-23
mmc: core: Allow invalid regulator in mmc_regulator_set_ocr()
Heiner Kallweit
-0
/
+3
2023-03-17
tty: Convert hw_stopped in tty_struct to bool
Ilpo Järvinen
-5
/
+5
2023-02-27
Merge tag 'mmc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
-13
/
+65
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+4
2023-02-24
Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-7
/
+6
2023-02-17
mmc: core: fix return value check in devm_mmc_alloc_host()
Yang Yingliang
-3
/
+3
2023-02-15
mmc: core: support setting card detect interrupt from drivers
Heiner Kallweit
-1
/
+16
2023-02-15
mmc: core: Align to common busy polling behaviour for mmc ioctls
Ulf Hansson
-8
/
+18
2023-02-14
mmc: Merge branch fixes into next
Ulf Hansson
-15
/
+14
2023-02-14
mmc: sdio: fix possible resource leaks in some error paths
Yang Yingliang
-15
/
+14
2023-02-13
mmc: core: add devm_mmc_alloc_host
Heiner Kallweit
-0
/
+26
2023-02-02
mmc: core: Imply IOSCHED_BFQ
Linus Walleij
-0
/
+1
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
-4
/
+4
2023-01-23
mmc: pwrseq_sd8787: Allow being built-in irrespective of dependencies
Lukas Wunner
-1
/
+1
2023-01-23
mmc: sdio: Spelling s/compement/complement/
Geert Uytterhoeven
-1
/
+1
2023-01-23
mmc: pwrseq_simple: include deferred probe reasons
Tom Fitzhenry
-2
/
+2
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
-3
/
+3
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
-2
/
+2
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
-4
/
+3
2022-12-13
Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
-35
/
+28
2022-12-12
Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2022-12-07
mmc: core: Normalize the error handling branch in sd_read_ext_regs()
Zhen Lei
-3
/
+8
2022-12-07
mmc: core: refactor debugfs code
Ye Bin
-8
/
+15
2022-12-07
mmc: Avoid open coding by using mmc_op_tuning()
ChanWoo Lee
-2
/
+1
2022-12-07
mmc: core: Remove non-data R1B ioctl workaround
Christian Löhle
-13
/
+0
2022-12-07
mmc: pwrseq: Use device_match_of_node()
ye xingchen
-1
/
+1
2022-12-07
mmc: Remove duplicate words in comments
Adrian Hunter
-3
/
+3
2022-12-07
mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf...
Adrian Hunter
-5
/
+0
2022-11-25
mmc: mmc_test: Fix removal of debugfs file
Ye Bin
-1
/
+2
2022-11-18
mmc: core: Fix ambiguous TRIM and DISCARD arg
Christian Löhle
-2
/
+7
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
-2
/
+2
2022-11-16
mmc: core: properly select voltage range without power cycle
Yann Gautier
-1
/
+7
2022-10-24
mmc: core: Fix WRITE_ZEROES CQE handling
Vincent Whitchurch
-0
/
+1
2022-10-17
mmc: core: Fix kernel panic when remove non-standard SDIO card
Matthew Ma
-1
/
+2
2022-10-17
mmc: queue: Cancel recovery work on cleanup
Christian Löhle
-0
/
+7
2022-10-17
mmc: block: Remove error check of hw_reset on reset
Christian Löhle
-18
/
+26
2022-10-16
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2022-10-13
Merge tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
-1
/
+17
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
-2
/
+2
2022-10-07
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-2
/
+2
2022-10-06
mmc: core: Add SD card quirk for broken discard
Avri Altman
-1
/
+17
2022-09-21
mmc: Merge branch fixes into next
Ulf Hansson
-1
/
+2
2022-09-21
mmc: core: Terminate infinite loop in SD-UHS voltage switch
Brian Norris
-1
/
+2
2022-09-14
mmc: core: Switch to basic workqueue API for sdio_irq_work
Heiner Kallweit
-5
/
+5
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
-28
/
+18
[next]