Age | Commit message (Expand) | Author | Files | Lines |
2022-12-14 | Merge tag 'mmc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 8 | -35/+28 |
2022-12-13 | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2022-12-07 | mmc: core: Normalize the error handling branch in sd_read_ext_regs() | Zhen Lei | 1 | -3/+8 |
2022-12-07 | mmc: core: refactor debugfs code | Ye Bin | 3 | -8/+15 |
2022-12-07 | mmc: Avoid open coding by using mmc_op_tuning() | ChanWoo Lee | 1 | -2/+1 |
2022-12-07 | mmc: core: Remove non-data R1B ioctl workaround | Christian Löhle | 1 | -13/+0 |
2022-12-07 | mmc: pwrseq: Use device_match_of_node() | ye xingchen | 1 | -1/+1 |
2022-12-07 | mmc: Remove duplicate words in comments | Adrian Hunter | 2 | -3/+3 |
2022-12-07 | mmc: mmc_test: Remove local_irq_{save,restore}() around sg_copy_{from,to}_buf... | Adrian Hunter | 1 | -5/+0 |
2022-11-25 | mmc: mmc_test: Fix removal of debugfs file | Ye Bin | 1 | -1/+2 |
2022-11-18 | mmc: core: Fix ambiguous TRIM and DISCARD arg | Christian Löhle | 1 | -2/+7 |
2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -2/+2 |
2022-11-16 | mmc: core: properly select voltage range without power cycle | Yann Gautier | 1 | -1/+7 |
2022-10-24 | mmc: core: Fix WRITE_ZEROES CQE handling | Vincent Whitchurch | 1 | -0/+1 |
2022-10-17 | mmc: core: Fix kernel panic when remove non-standard SDIO card | Matthew Ma | 1 | -1/+2 |
2022-10-17 | mmc: queue: Cancel recovery work on cleanup | Christian Löhle | 1 | -0/+7 |
2022-10-17 | mmc: block: Remove error check of hw_reset on reset | Christian Löhle | 1 | -18/+26 |
2022-10-17 | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -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 | 3 | -1/+17 |
2022-10-12 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -2/+2 |
2022-10-08 | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -2/+2 |
2022-10-06 | mmc: core: Add SD card quirk for broken discard | Avri Altman | 3 | -1/+17 |
2022-09-21 | mmc: Merge branch fixes into next | Ulf Hansson | 1 | -1/+2 |
2022-09-21 | mmc: core: Terminate infinite loop in SD-UHS voltage switch | Brian Norris | 1 | -1/+2 |
2022-09-14 | mmc: core: Switch to basic workqueue API for sdio_irq_work | Heiner Kallweit | 3 | -5/+5 |
2022-09-05 | Merge 6.0-rc4 into tty-next | Greg Kroah-Hartman | 1 | -28/+18 |
2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -2/+2 |
2022-08-22 | mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failure | Adrian Hunter | 1 | -26/+16 |
2022-08-22 | mmc: core: Fix UHS-I SD 1.8V workaround branch | Adrian Hunter | 1 | -3/+3 |
2022-08-05 | Merge tag 'mmc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 8 | -31/+135 |
2022-07-26 | mmc: core: Add support for SDIO wakeup interrupt | Axe Yang | 1 | -0/+14 |
2022-07-21 | mmc: core: quirks: Add of_node_put() when breaking out of loop | Liang He | 1 | -1/+3 |
2022-07-18 | mmc: fix disk/queue leak in case of adding disk failure | Ming Lei | 1 | -2/+3 |
2022-07-13 | mmc: block: Add single read for 4k sector cards | Christian Loehle | 1 | -14/+14 |
2022-07-13 | mmc: core: Use mmc_card_* macro and add a new for the sd_combo type | Seunghui Lee | 4 | -13/+13 |
2022-07-12 | mmc: core: Replace with already defined values for readability | ChanWoo Lee | 1 | -1/+1 |
2022-07-12 | mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capability | Alexander Stein | 1 | -1/+1 |
2022-07-12 | mmc: debugfs: Fix file release memory leak | Wei Yongjun | 1 | -0/+1 |
2022-07-12 | mmc: debugfs: Add debug fs error state entry for mmc driver | Shaik Sajida Bhanu | 1 | -0/+23 |
2022-07-12 | mmc: debugfs: Add debug fs entry for mmc driver | Shaik Sajida Bhanu | 1 | -0/+56 |
2022-07-12 | mmc: core: Capture eMMC and SD card errors | Shaik Sajida Bhanu | 1 | -1/+9 |
2022-07-06 | blk-mq: Drop blk_mq_ops.timeout 'reserved' arg | John Garry | 1 | -2/+1 |
2022-06-28 | block: simplify disk shutdown | Christoph Hellwig | 2 | -2/+0 |
2022-06-01 | mmc: block: Fix CQE recovery reset success | Adrian Hunter | 1 | -2/+1 |
2022-05-25 | Merge tag 'mmc-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc | Linus Torvalds | 5 | -21/+58 |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
2022-05-19 | mmc: core: Fix busy polling for MMC_SEND_OP_COND again | Ulf Hansson | 1 | -1/+1 |
2022-05-10 | mmc: core: Support zeroout using TRIM for eMMC | Vincent Whitchurch | 2 | -4/+24 |
2022-05-04 | mmc: core: use kobj_to_dev() | Minghao Chi | 1 | -1/+1 |
2022-04-26 | mmc: core: Add CIDs for cards to the entropy pool | Linus Walleij | 2 | -0/+14 |