summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/host.c
AgeCommit message (Expand)Author
2024-03-06mmc: core: make mmc_host_class constantRicardo B. Marliere
2024-03-05mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen
2024-02-13mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2024-01-03mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz
2023-12-07mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven
2023-02-17mmc: core: fix return value check in devm_mmc_alloc_host()Yang Yingliang
2023-02-13mmc: core: add devm_mmc_alloc_hostHeiner Kallweit
2022-12-07mmc: core: refactor debugfs codeYe Bin
2022-12-07mmc: Remove duplicate words in commentsAdrian Hunter
2022-09-14mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit
2022-07-12mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein
2022-03-15mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson
2022-03-15mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson
2021-12-20mmc: core: Disable card detect during shutdownUlf Hansson
2021-08-24mmc: host: factor out clearing the retune stateWolfram Sang
2021-08-24mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang
2021-07-14mmc: core: Don't allocate IDA for OF aliasesStephen Boyd
2021-06-14mmc: core: add support for disabling HS400 mode via DTLucas Stach
2021-04-23mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko
2021-04-23mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko
2021-03-30mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf 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-09-07mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda
2020-07-13mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson
2019-12-18mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław
2019-12-18mmc: core: Rework cd-gpio handlingMichał Mirosław
2019-12-18mmc: core: Rework wp-gpio handlingMichał Mirosław
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-06mmc: core: fix possible use after free of hostPan Bian
2019-04-29mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek
2019-02-25mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson
2019-02-25mmc: slot-gpio: Remove override_active_level on WPLinus Walleij
2019-02-25mmc: core: annotate implicit fall throughMathieu Malaterre
2019-01-11mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl
2018-09-27mmc: core: Fix debounce time to use microsecondsTony Lindgren
2018-05-29mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson
2018-05-21mmc: core: add tunable delay waiting for power to be stableShawn Lin
2018-05-03mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter
2017-08-30mmc: core: Add mmc_retune_hold_now()Adrian Hunter
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson
2017-02-13mmc: core: fix error path in mmc_host_allocHeiner Kallweit
2017-02-13mmc: core: simplify ida handlingHeiner Kallweit