aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Remove unused of_gpio.hAndy Shevchenko2024-04-021-1/+0
* mmc: core: make mmc_host_class constantRicardo B. Marliere2024-03-061-1/+1
* mmc: core: Use a struct device* as in-param to mmc_of_parse_clk_phase()Yang Xiwen2024-03-051-3/+1
* mmc: core: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-02-131-2/+3
* mmc: core: Do not force a retune before RPMB switchJorge Ramirez-Ortiz2024-01-031-2/+1
* mmc: core: Cancel delayed work before releasing hostGeert Uytterhoeven2023-12-071-0/+1
* mmc: core: fix return value check in devm_mmc_alloc_host()Yang Yingliang2023-02-171-3/+3
* mmc: core: add devm_mmc_alloc_hostHeiner Kallweit2023-02-131-0/+26
* mmc: core: refactor debugfs codeYe Bin2022-12-071-4/+0
* mmc: Remove duplicate words in commentsAdrian Hunter2022-12-071-1/+1
* mmc: core: Switch to basic workqueue API for sdio_irq_workHeiner Kallweit2022-09-141-1/+1
* mmc: core: Do not evaluate HS400 capabilities if bus has no MMC capabilityAlexander Stein2022-07-121-1/+1
* mmc: core: Drop HS400 caps unless 8-bit bus is supported tooUlf Hansson2022-03-151-2/+11
* mmc: host: Return an error when ->enable_sdio_irq() ops is missingUlf Hansson2022-03-151-2/+13
* mmc: core: Disable card detect during shutdownUlf Hansson2021-12-201-0/+9
* mmc: host: factor out clearing the retune stateWolfram Sang2021-08-241-2/+1
* mmc: host: add kdoc for mmc_retune_{en|dis}ableWolfram Sang2021-08-241-0/+10
* mmc: core: Don't allocate IDA for OF aliasesStephen Boyd2021-07-141-10/+10
* mmc: core: add support for disabling HS400 mode via DTLucas Stach2021-06-141-0/+3
* mmc: core: Convert mmc_of_parse_voltage() to use device property APIAndy Shevchenko2021-04-231-14/+32
* mmc: core: Correct descriptions in mmc_of_parse()Andy Shevchenko2021-04-231-2/+2
* mmc: core: Fix hanging on I/O during system suspend for removable cardsUlf Hansson2021-03-301-3/+37
* mmc: core: Add basic support for inline encryptionEric Biggers2021-02-011-0/+1
* mmc: core: Add helper for parsing clock phase propertiesAndrew Jeffery2021-02-011-0/+44
* mmc: core: Allow setting slot index via device tree aliasMatthias Schiffer2020-09-071-1/+25
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda2020-07-131-0/+2
* mmc: core: Set default power mode in mmc_alloc_host()Veerabhadrarao Badiganti2020-07-131-0/+1
* mmc: core: Always allow the card detect uevent to be consumedUlf Hansson2020-07-131-0/+3
* mmc: core: Remove mmc_gpiod_request_*(invert_gpio)Michał Mirosław2019-12-181-3/+2
* mmc: core: Rework cd-gpio handlingMichał Mirosław2019-12-181-17/+4
* mmc: core: Rework wp-gpio handlingMichał Mirosław2019-12-181-7/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* mmc: core: fix possible use after free of hostPan Bian2019-05-061-2/+0
* mmc: core: Fix warning and undefined behavior in mmc voltage handlingPavel Machek2019-04-291-1/+1
* mmc: core: Move mmc_of_parse_voltage() to host.cUlf Hansson2019-02-251-0/+44
* mmc: slot-gpio: Remove override_active_level on WPLinus Walleij2019-02-251-1/+1
* mmc: core: annotate implicit fall throughMathieu Malaterre2019-02-251-1/+1
* mmc: core: don't override the CD GPIO level when "cd-inverted" is setMartin Blumenstingl2019-01-111-1/+1
* mmc: core: Fix debounce time to use microsecondsTony Lindgren2018-09-271-1/+1
* mmc: core: Move calls to ->prepare_hs400_tuning() closer to mmc codeUlf Hansson2018-05-291-3/+0
* mmc: core: add tunable delay waiting for power to be stableShawn Lin2018-05-211-0/+4
* mmc: core: Add tunable delay before detecting card after card is insertedShawn Lin2018-05-031-2/+7
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* mmc: parse new binding for eMMC fixed driver typeWolfram Sang2017-10-301-1/+12
* mmc: core: Export a few functions needed for blkmq supportAdrian Hunter2017-10-301-6/+1
* mmc: core: Add mmc_retune_hold_now()Adrian Hunter2017-08-301-0/+6
* mmc: core: Use device_property_read instead of of_property_readDavid Woods2017-06-201-37/+35
* mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson2017-06-201-0/+2
* mmc: core: fix error path in mmc_host_allocHeiner Kallweit2017-02-131-0/+2