summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
AgeCommit message (Expand)AuthorLines
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+0
2021-11-06include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu-1/+0
2021-11-01Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-19/+39
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig-10/+10
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers-4/+7
2021-10-18block: move struct request to blk-mq.hChristoph Hellwig-0/+1
2021-10-12mmc: slot-gpio: Update default label when no con_id providedAndy Shevchenko-0/+8
2021-10-12mmc: slot-gpio: Refactor mmc_gpio_alloc()Andy Shevchenko-17/+17
2021-10-12mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei-1/+8
2021-10-12mmc: block: Add error handling support for add_disk()Luis Chamberlain-1/+6
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-6/+6
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+2
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-100/+113
2021-08-25mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee-24/+6
2021-08-25mmc: pwrseq: sd8787: fix compilation warningClaudiu Beznea-3/+6
2021-08-25mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar-2/+1
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko-0/+60
2021-08-24mmc: core: Issue HPI in case the BKOPS timed outBean Huo-2/+9
2021-08-24mmc: queue: Match the data type of max_segmentsChanWoo Lee-2/+2
2021-08-24mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787Claudiu Beznea-1/+1
2021-08-24mmc: pwrseq: sd8787: add support for wilc1000Claudiu Beznea-2/+9
2021-08-24mmc: sdio: Print contents of unknown CIS tuplesSean Anderson-3/+5
2021-08-24mmc: sdio: Don't warn about vendor CIS tuplesSean Anderson-5/+15
2021-08-24mmc: core: Only print retune error when we don't check for card removalWolfram Sang-5/+7
2021-08-24mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers-11/+4
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson-40/+30
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson-1/+2
2021-08-24mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson-2/+5
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang-4/+8
2021-08-24mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang-0/+10
2021-08-12mmc: block: cleanup gendisk creationChristoph Hellwig-32/+17
2021-08-12mmc: block: let device_add_disk create disk attributesChristoph Hellwig-57/+45
2021-08-09Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman-24/+31
2021-07-27tty: drop put_tty_driverJiri Slaby-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby-4/+4
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman-24/+31
2021-07-21bus: Make remove callback return voidUwe Kleine-König-6/+2
2021-07-14mmc: core: Don't allocate IDA for OF aliasesStephen Boyd-10/+10
2021-07-14mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd-14/+21
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds-38/+16
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+3
2021-06-30mmc: initialized disk->minorsChristoph Hellwig-0/+1
2021-06-30mmc: switch to blk_mq_alloc_diskChristoph Hellwig-25/+14
2021-06-30mmc: remove an extra blk_{get,put}_queue pairChristoph Hellwig-13/+1
2021-06-29mmc: core: clear flags before allowing to retuneWolfram Sang-2/+5
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang-2/+2
2021-06-14mmc: debugfs: add description for module parameterWolfram Sang-0/+1
2021-06-14mmc: core: Allow UHS-I voltage switch for SDSC cards if supportedChristian Löhle-4/+6
2021-06-14mmc: core: Add a missing SPDX license headerAviral Gupta-0/+1
2021-06-14mmc: core: Use pm_runtime_resume_and_get() to replace open codingTian Tao-4/+2