summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-07-155-0/+5
|\
| * mmc: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-205-0/+5
* | block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-191-2/+3
* | block: move the add_random flag to queue_limitsChristoph Hellwig2024-06-191-2/+0
* | block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-191-1/+0
* | block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-193-28/+29
|/
* mmc: core: Increase the timeout period of the ACMD41 commandFelix Qin2024-05-031-1/+6
* mmc: core: Convert to use __mmc_poll_for_busy() SD_APP_OP_COND tooUlf Hansson2024-05-031-27/+51
* mmc: slot-gpio: Use irq_handler_t typeAndy Shevchenko2024-04-261-3/+2
* mmc: core: Add mmc_gpiod_set_cd_config() functionHans de Goede2024-04-261-0/+20
* mmc: sdio: store owner from modules with sdio_register_driver()Krzysztof Kozlowski2024-04-021-3/+6
* mmc: debugfs: add card entry for quirksRouven Czerwinski2024-04-021-0/+1
* mmc: debugfs: convert permissions to octalRouven Czerwinski2024-04-021-3/+3
* mmc: core: Convert sprintf/snprintf to sysfs_emitLi Zhijian2024-04-021-4/+4
* mmc: core: Remove unused of_gpio.hAndy Shevchenko2024-04-021-1/+0
* mmc: core: Avoid negative index with array accessMikko Rapeli2024-03-251-1/+1
* mmc: core: Initialize mmc_blk_ioc_dataMikko Rapeli2024-03-251-1/+1
* Merge tag 'mmc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2024-03-1310-28/+26
|\
| * mmc: core: make mmc_host_class constantRicardo B. Marliere2024-03-061-1/+1
| * mmc: Merge branch fixes into nextUlf Hansson2024-03-061-4/+6
| |\
| | * mmc: core: Fix switch on gp3 partitionDominique Martinet2024-03-061-4/+6
| * | mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen2024-03-051-3/+1
| * | mmc: core: constify the struct device_type usageRicardo B. Marliere2024-02-276-6/+6
| * | mmc: Merge branch fixes into nextUlf Hansson2024-02-131-0/+2
| |\|
| * | mmc: core: make sdio_bus_type constRicardo B. Marliere2024-02-131-1/+1
| * | mmc: core: make mmc_bus_type constRicardo B. Marliere2024-02-131-1/+1
| * | mmc: core: make mmc_rpmb_bus_type constRicardo B. Marliere2024-02-131-1/+1
| * | mmc: core Drop BLK_BOUNCE_HIGHLinus Walleij2024-02-131-2/+0
| * | mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-02-132-8/+9
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-45/+52
|\ \ \ | |_|/ |/| |
| * | mmc: pass queue_limits to blk_mq_alloc_diskChristoph Hellwig2024-02-191-45/+52
| * | block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
* | | mmc: core: Fix eMMC initialization with 1-bit bus connectionIvan Semenov2024-02-131-0/+2
| |/ |/|
* | mmc: slot-gpio: Allow non-sleeping GPIO roAlexander Stein2024-02-061-1/+5
|/
* Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2024-01-181-13/+9
|\
| * Merge 6.7-rc5 into tty-nextGreg Kroah-Hartman2023-12-112-2/+9
| |\
| * | tty: mmc: sdio: use u8 for flagJiri Slaby (SUSE)2023-12-081-2/+1
| * | tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)2023-12-081-1/+1
| * | tty: mmc: sdio_uart: switch sdio_in() to return u8Jiri Slaby (SUSE)2023-12-081-11/+8
* | | mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz2024-01-031-2/+1
* | | mmc: core: Add HS400 tuning in HS400es initializationMengqi Zhang2024-01-021-2/+7
* | | mmc: core: Add wp_grp_size sysfs nodeLin Gui2024-01-021-1/+15
* | | mmc: mmc_test: Add re-tuning testAdrian Hunter2024-01-021-6/+27
* | | mmc: Merge branch fixes into nextUlf Hansson2023-12-071-0/+1
|\ \ \
| * | | mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven2023-12-071-0/+1
* | | | mmc: Merge branch fixes into nextUlf Hansson2023-12-071-3/+4
|\| | |
| * | | mmc: rpmb: fixes pause retune on all RPMB partitions.Jorge Ramirez-Ortiz2023-12-071-3/+4
| | |/ | |/|
* | | mmc: core: Use mrq.sbc in close-ended ffuAvri Altman2023-12-071-3/+43
* | | mmc: core: Remove packed command leftoversAvri Altman2023-12-071-5/+0
|/ /
* | mmc: block: Retry commands in CQE error recoveryAdrian Hunter2023-11-141-2/+5