summaryrefslogtreecommitdiff
path: root/include/linux/mmc
AgeCommit message (Expand)Author
2021-11-01Merge tag 'mmc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-10-21blk-crypto: rename blk_keyslot_manager to blk_crypto_profileEric Biggers
2021-10-21blk-crypto: rename keyslot-manager files to blk-crypto-profileEric Biggers
2021-10-19mmc: sdhci-pci: Remove dead code (struct sdhci_pci_data et al)Andy Shevchenko
2021-10-12mmc: core: Add host specific tuning support for eMMC HS400 modeWenbin Mei
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-31Merge tag 'mmc-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds
2021-08-24mmc: block: Support alternative_gpt_sector() operationDmitry Osipenko
2021-08-24mmc: core: Update ->card_busy() callback commentMårten Lindahl
2021-08-24mmc: core: Store pointer to bio_crypt_ctx in mmc_requestEric Biggers
2021-08-21brcmfmac: add 43752 SDIO ids and initializationAngus Ainslie
2021-06-14mmc: Improve function name when aborting a tuning cmdWolfram Sang
2021-06-14mmc: core: Add support for cache ctrl for SD cardsUlf Hansson
2021-06-14mmc: core: Add support for Power Off Notification for SD cardsUlf Hansson
2021-06-14mmc: core: Read performance enhancements registers for SD cardsUlf Hansson
2021-06-14mmc: core: Read the SD function extension registers for power managementUlf Hansson
2021-06-14mmc: core: Parse the SD SCR register for support of CMD48/49 and CMD58/59Ulf Hansson
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson
2021-03-30mmc: sdio: fix a typo in the comment of SDIO_SD_REV_3_00Jisheng Zhang
2021-03-30mmc: core: Drop reference counting of the bus_opsUlf Hansson
2021-02-08mmc: core: Drop redundant bouncesz from struct mmc_cardUlf Hansson
2021-02-08mmc: core: Drop redundant member in struct mmc hostUlf Hansson
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers
2021-02-01mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery
2020-11-16mmc: core: Initial support for SD express card/hostUlf Hansson
2020-09-07mmc: core: add a 'doing_init_tune' flag and a 'mmc_doing_tune' helperWolfram Sang
2020-09-07mmc: core: Improve documentation of MMC_CAP_HW_RESETWolfram Sang
2020-09-07mmc: sdio: Parse CISTPL_VERS_1 major and minor revision numbersPali Rohár
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-02wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda
2020-07-13mmc: sdio: Move SDIO IDs from rsi_sdio driver to common include filePali Rohár
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson
2020-05-29mmc: sdio: Sort all SDIO IDs in common include filePali Rohár
2020-05-29mmc: sdio: Fix Cypress SDIO IDs macros in common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from b43-sdio driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from ath10k driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from ath6kl driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from smssdio driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from btmtksdio driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from btmrvl driver to common include filePali Rohár
2020-05-29mmc: sdio: Move SDIO IDs from mwifiex driver to common include filePali Rohár
2020-05-29mmc: sdio: Change macro names for Marvell 8688 modulesPali Rohár
2020-05-28mmc: sdio: Fix macro name for Marvell device with ID 0x9134Pali Rohár
2020-05-28mmc: host: Drop redundant MMC_CAP_ERASEUlf Hansson
2020-05-28mmc: core: expose info about enhanced rpmb supportKrishna Konda
2020-05-28mmc: host: Introduce the request_atomic() for the hostBaolin Wang
2020-03-26mmc: core: Re-work the code for eMMC sanitizeUlf Hansson
2020-03-24mmc: Replace zero-length array with flexible-array memberGustavo A. R. Silva