aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-6/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-6/+2
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds11-100/+113
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee1-24/+6
2021-08-25mmc: pwrseq: sd8787: fix compilation warningClaudiu Beznea1-3/+6
2021-08-25mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar1-2/+1
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko4-0/+60
2021-08-24mmc: core: Issue HPI in case the BKOPS timed outBean Huo1-2/+9
2021-08-24mmc: queue: Match the data type of max_segmentsChanWoo Lee1-2/+2
2021-08-24mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787Claudiu Beznea1-1/+1
2021-08-24mmc: pwrseq: sd8787: add support for wilc1000Claudiu Beznea1-2/+9
2021-08-24mmc: sdio: Print contents of unknown CIS tuplesSean Anderson1-3/+5
2021-08-24mmc: sdio: Don't warn about vendor CIS tuplesSean Anderson1-5/+15
2021-08-24mmc: core: Only print retune error when we don't check for card removalWolfram Sang1-5/+7
2021-08-24mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers1-11/+4
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson2-40/+30
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson1-1/+2
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson3-2/+5
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang3-4/+8
2021-08-24mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang1-0/+10
2021-08-12mmc: block: cleanup gendisk creationChristoph Hellwig1-32/+17
2021-08-12mmc: block: let device_add_disk create disk attributesChristoph Hellwig1-57/+45
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2-24/+31
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2-24/+31
2021-07-21bus: Make remove callback return voidUwe Kleine-König2-6/+2
2021-07-14mmc: core: Don't allocate IDA for OF aliasesStephen Boyd1-10/+10
2021-07-14mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd1-14/+21
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds3-38/+16
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-3/+3
2021-06-30mmc: initialized disk->minorsChristoph Hellwig1-0/+1
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig3-25/+14
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig1-13/+1
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang1-2/+5
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang1-2/+2
2021-06-14mmc: debugfs: add description for module parameterWolfram Sang1-0/+1
2021-06-14mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle1-4/+6
2021-06-14mmc: core: Add a missing SPDX license headerAviral Gupta1-0/+1
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao1-4/+2
2021-06-14mmc: core: add support for disabling HS400 mode via DTLucas Stach1-0/+3
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson3-0/+102
2021-06-14mmc: core: Move eMMC cache flushing to a new bus_ops callbackUlf Hansson5-25/+33
2021-06-14mmc: block: Disable CMDQ on the ioctl pathBean Huo1-0/+8
2021-06-14mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson1-3/+133
2021-06-14mmc: core: Read performance enhancements registers for SD cardsUlf Hansson1-0/+53
2021-06-14mmc: core: Read the SD function extension registers for power managementUlf Hansson1-0/+178
2021-06-14mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson1-1/+3
2021-06-14mmc: core: Drop open coding in mmc_sd_switch()Ulf Hansson1-31/+7
2021-06-14mmc: core: Prepare mmc_send_cxd_data() to be re-used for additional cmdsUlf Hansson2-6/+7