summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07mmc: core: refactor debugfs codeYe Bin1-4/+0
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter1-1/+1
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit1-1/+1
2022-07-12mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein1-1/+1
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson1-2/+11
2022-03-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson1-2/+13
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson1-0/+9
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang1-2/+1
2021-08-24mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang1-0/+10
2021-07-14mmc: core: Don't allocate IDA for OF aliasesStephen Boyd1-10/+10
2021-06-14mmc: core: add support for disabling HS400 mode via DTLucas Stach1-0/+3
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko1-14/+32
2021-04-23mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko1-2/+2
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson1-3/+37
2021-02-01mmc: core: Add basic support for inline encryptionEric Biggers1-0/+1
2021-02-01mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery1-0/+44
2020-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer1-1/+25
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda1-0/+2
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti1-0/+1
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson1-0/+3
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław1-3/+2
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław1-17/+4
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław1-7/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-06mmc: core: fix possible use after free of hostPan Bian1-2/+0
2019-04-29mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek1-1/+1
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson1-0/+44
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij1-1/+1
2019-02-25mmc: core: annotate implicit fall throughMathieu Malaterre1-1/+1
2019-01-11mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl1-1/+1
2018-09-27mmc: core: Fix debounce time to use microsecondsTony Lindgren1-1/+1
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson1-3/+0
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin1-0/+4
2018-05-03mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin1-2/+7
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang1-1/+12
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter1-6/+1
2017-08-30mmc: core: Add mmc_retune_hold_now()Adrian Hunter1-0/+6
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods1-37/+35
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+2
2017-02-13mmc: core: fix error path in mmc_host_allocHeiner Kallweit1-0/+2
2017-02-13mmc: core: simplify ida handlingHeiner Kallweit1-16/+4
2017-02-13mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson1-0/+2
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin1-0/+6
2016-07-25mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin1-0/+2
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter1-0/+24
2016-05-02mmc: core: Convert from IDR to IDA for host indexesUlf Hansson1-8/+14
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-02-29mmc: core: enable mmc host device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1