aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2021-09-22mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar
2021-07-20mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle
2021-07-20mmc: core: clear flags before allowing to retuneWolfram Sang
2021-07-20mmc: block: Disable CMDQ on the ioctl pathBean Huo
2021-05-22mmc: core: Set read only for SD cards with permanent write protect bitSeunghui Lee
2021-05-22mmc: core: Do a power cycle when the CMD11 failsDooHyun Hwang
2021-05-22mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-05-22mmc: block: Update ext_csd.cache_ctrl if it was writtenAvri Altman
2021-03-17mmc: cqhci: Fix random crash when remove mmc module/cardFrank Li
2021-03-17mmc: core: Fix partition switch time for eMMCAdrian Hunter
2021-03-11block: genhd: add 'groups' argument to device_add_diskHannes Reinecke
2021-02-10mmc: core: Limit retries when analyse of SDIO tuples failsFengnan Chang
2021-01-27mmc: core: don't initialize block size from ext_csd if not presentPeter Collingbourne
2020-12-30mmc: block: Fixup condition for CMD13 polling for RPMB requestsBean Huo
2020-10-30mmc: sdio: Check for CISTPL_VERS_1 buffer sizePali Rohár
2020-10-14mmc: core: don't set limits.discard_granularity as 0Coly Li
2020-10-01mmc: core: Fix size overflow for mmc partitionsBradley Bolen
2020-06-22mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card()Ulf Hansson
2020-06-03mmc: core: Fix recursive locking issue in CQE recovery pathSarthak Garg
2020-06-03mmc: block: Fix use-after-free issue for rpmbPeng Hao
2020-05-20mmc: block: Fix request completion in the CQE timeout pathAdrian Hunter
2020-05-20mmc: core: Check request type before completing the requestVeerabhadrarao Badiganti
2020-04-02mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for eMMC sleep commandUlf Hansson
2020-04-02mmc: core: Respect MMC_CAP_NEED_RSP_BUSY for erase/trim/discardUlf Hansson
2020-04-02mmc: core: Allow host controllers to require R1B for CMD6Ulf Hansson
2020-01-27mmc: core: fix wl1251 sdio quirksH. Nikolaus Schaller
2020-01-27mmc: core: fix possible use after free of hostPan Bian
2019-12-21mmc: block: Add CMD13 polling for MMC IOCTLS with R1B responseChaotian Jing
2019-12-21mmc: block: Make card_busy_detect() a bit more genericChaotian Jing
2019-12-05mmc: core: align max segment size with logical block sizeMing Lei
2019-10-05mmc: core: Clarify sdio_irq_pending flag for MMC_CAP2_SDIO_IRQ_NOTHREADUlf Hansson
2019-09-06mmc: core: Fix init of SD cards reporting an invalid VDD rangeUlf Hansson
2019-07-14mmc: core: complete HS400 before checking statusWolfram Sang
2019-06-25mmc: core: Prevent processing SDIO IRQs when the card is suspendedUlf Hansson
2019-06-25mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson
2019-06-25mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson
2019-05-31mmc: core: make pwrseq_emmc (partially) support sleepy GPIO controllersAndrea Merello
2019-05-31mmc: core: Verify SD bus widthRaul E Rangel
2019-05-22mmc: core: Fix tag set memory leakRaul E Rangel
2019-03-23mmc:fix a bug when max_discard is 0Jiong Wu
2019-03-05mmc: core: Fix NULL ptr crash from mmc_should_fail_requestRitesh Harjani
2019-02-20mmc: block: handle complete_work on separate workqueueZachary Hays
2018-12-29mmc: core: Use a minimum 1600ms timeout when enabling CACHE ctrlUlf Hansson
2018-12-29mmc: core: Allow BKOPS and CACHE ctrl even if no HPI supportUlf Hansson
2018-12-29mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson
2018-12-19mmc: core: use mrq->sbc when sending CMD23 for RPMBWolfram Sang
2018-10-09mmc: block: avoid multiblock reads for the last sector in SPI modeChris Boot
2018-09-28mmc: slot-gpio: Fix debounce time to use miliseconds againMarek Szyprowski
2018-09-27mmc: core: Fix debounce time to use microsecondsTony Lindgren
2018-08-21mmc: block: Fix unsupported parallel dispatch of requestsAdrian Hunter