summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2023-02-22mmc: sdio: fix possible resource leaks in some error pathsYang Yingliang
2022-12-31mmc: core: Normalize the error handling branch in sd_read_ext_regs()Zhen Lei
2022-12-08mmc: core: Fix ambiguous TRIM and DISCARD argChristian Löhle
2022-12-08mmc: mmc_test: Fix removal of debugfs fileYe Bin
2022-11-26mmc: core: properly select voltage range without power cycleYann Gautier
2022-11-03mmc: block: Remove error check of hw_reset on resetChristian Löhle
2022-11-03mmc: core: Fix kernel panic when remove non-standard SDIO cardMatthew Ma
2022-10-29mmc: core: Add SD card quirk for broken discardAvri Altman
2022-10-12mmc: core: Terminate infinite loop in SD-UHS voltage switchBrian Norris
2022-10-12mmc: core: Replace with already defined values for readabilityChanWoo Lee
2022-09-08mmc: core: Fix inconsistent sd3_bus_mode at UHS-I SD voltage switch failureAdrian Hunter
2022-09-08mmc: core: Fix UHS-I SD 1.8V workaround branchAdrian Hunter
2022-08-17mmc: block: Add single read for 4k sector cardsChristian Loehle
2022-06-14mmc: block: Fix CQE recovery reset successAdrian Hunter
2022-06-09mmc: core: Allows to override the timeout value for ioctl() pathBean Huo
2022-05-12mmc: core: Set HS clock speed before sending HS CMD13Brian Norris
2022-04-13mmc: core: Fixup support for writeback-cache for eMMC and SDMichael Wu
2022-04-13mmc: block: Check for errors after write on SPIChristian Löhle
2022-04-08mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2022-02-23mmc: block: fix read single on recovery logicChristian Löhle
2022-02-16mmc: core: Wait for command setting 'Power Off Notification' bit to completeAndrey Skvortsov
2022-01-27mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson
2021-12-29mmc: core: Disable card detect during shutdownUlf Hansson
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee
2021-08-25mmc: pwrseq: sd8787: fix compilation warningClaudiu Beznea
2021-08-25mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko
2021-08-24mmc: core: Issue HPI in case the BKOPS timed outBean Huo
2021-08-24mmc: queue: Match the data type of max_segmentsChanWoo Lee
2021-08-24mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787Claudiu Beznea
2021-08-24mmc: pwrseq: sd8787: add support for wilc1000Claudiu Beznea
2021-08-24mmc: sdio: Print contents of unknown CIS tuplesSean Anderson
2021-08-24mmc: sdio: Don't warn about vendor CIS tuplesSean Anderson
2021-08-24mmc: core: Only print retune error when we don't check for card removalWolfram Sang
2021-08-24mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang
2021-08-24mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang
2021-08-12mmc: block: cleanup gendisk creationChristoph Hellwig
2021-08-12mmc: block: let device_add_disk create disk attributesChristoph Hellwig
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman
2021-07-21bus: Make remove callback return voidUwe Kleine-König