summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Remove redundant driver match functionlizhe2021-12-141-11/+0
* mmc: core: adjust polling interval for CMD1Huijin Park2021-12-141-29/+54
* mmc: core: change __mmc_poll_for_busy() parameter typeHuijin Park2021-12-145-8/+8
* mmc: core: transplant ti,wl1251 quirks from to be retired omap_hsmmcH. Nikolaus Schaller2021-12-142-0/+20
* mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIOUlf Hansson2021-12-141-1/+3
* mmc: core: provide macro and table to match the device tree to apply quirksH. Nikolaus Schaller2021-12-143-0/+20
* mmc: core: allow to match the device tree to apply quirksJérôme Pouiller2021-12-142-0/+20
* mmc: core: rewrite mmc_fixup_device()Jérôme Pouiller2021-12-141-17/+24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-1/+0
|\
| * include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.hMianhan Liu2021-11-061-1/+0
* | Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-11-014-19/+39
|\ \
| * | mmc: slot-gpio: Update default label when no con_id providedAndy Shevchenko2021-10-121-0/+8
| * | mmc: slot-gpio: Refactor mmc_gpio_alloc()Andy Shevchenko2021-10-121-17/+17
| * | mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei2021-10-122-1/+8
| * | mmc: block: Add error handling support for add_disk()Luis Chamberlain2021-10-121-1/+6
| |/
* | block: remove blk_{get,put}_requestChristoph Hellwig2021-10-291-10/+10
* | blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers2021-10-211-4/+7
* | block: move struct request to blk-mq.hChristoph Hellwig2021-10-181-0/+1
|/
* Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\
| * Merge 5.14-rc5 into tty-nextGreg Kroah-Hartman2021-08-092-24/+31
| |\
| * | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | | Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-09-012-6/+2
|\ \ \
| * \ \ Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman2021-07-272-24/+31
| |\ \ \ | | | |/ | | |/|
| * | | bus: Make remove callback return voidUwe Kleine-König2021-07-212-6/+2
| | |/ | |/|
* | | Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2021-08-3111-100/+113
|\ \ \
| * | | mmc: queue: Remove unused parameters(request_queue)ChanWoo Lee2021-08-251-24/+6
| * | | mmc: pwrseq: sd8787: fix compilation warningClaudiu Beznea2021-08-251-3/+6
| * | | mmc: core: Return correct emmc response in case of ioctl errorNishad Kamdar2021-08-251-2/+1
| * | | mmc: core: Issue HPI in case the BKOPS timed outBean Huo2021-08-241-2/+9
| * | | mmc: queue: Match the data type of max_segmentsChanWoo Lee2021-08-241-2/+2
| * | | mmc: pwrseq: add wilc1000_sdio dependency for pwrseq_sd8787Claudiu Beznea2021-08-241-1/+1
| * | | mmc: pwrseq: sd8787: add support for wilc1000Claudiu Beznea2021-08-241-2/+9
| * | | mmc: sdio: Print contents of unknown CIS tuplesSean Anderson2021-08-241-3/+5
| * | | mmc: sdio: Don't warn about vendor CIS tuplesSean Anderson2021-08-241-5/+15
| * | | mmc: core: Only print retune error when we don't check for card removalWolfram Sang2021-08-241-5/+7
| * | | mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers2021-08-241-11/+4
| * | | mmc: core: Avoid hogging the CPU while polling for busy after I/O writesUlf Hansson2021-08-242-40/+30
| * | | mmc: core: Avoid hogging the CPU while polling for busy for mmc ioctlsUlf Hansson2021-08-241-1/+2
| * | | mmc: core: Avoid hogging the CPU while polling for busy in the I/O err pathUlf Hansson2021-08-243-2/+5
| * | | mmc: host: factor out clearing the retune stateWolfram Sang2021-08-243-4/+8
| * | | mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang2021-08-241-0/+10
| | |/ | |/|
* | | mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko2021-08-244-0/+60
* | | mmc: block: cleanup gendisk creationChristoph Hellwig2021-08-121-32/+17
* | | mmc: block: let device_add_disk create disk attributesChristoph Hellwig2021-08-121-57/+45
|/ /
* | mmc: core: Don't allocate IDA for OF aliasesStephen Boyd2021-07-141-10/+10
* | mmc: core: Use kref in place of struct mmc_blk_data::usageStephen Boyd2021-07-141-14/+21
|/
* Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-093-38/+16
|\
| * mmc: initialized disk->minorsChristoph Hellwig2021-06-301-0/+1
| * mmc: switch to blk_mq_alloc_diskChristoph Hellwig2021-06-303-25/+14