summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: core: simplify ida handlingHeiner Kallweit2017-02-131-16/+4
* mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson2017-02-131-0/+2
* mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin2016-07-251-0/+6
* mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin2016-07-251-0/+2
* mmc: core: Add a facility to "pause" re-tuningAdrian Hunter2016-05-171-0/+24
* mmc: core: Convert from IDR to IDA for host indexesUlf Hansson2016-05-021-8/+14
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-3/+3
* mmc: core: enable mmc host device to suspend/resume asynchronouslyFu, Zhonghui2016-02-291-0/+1
* mmc: core: Refactor code to register the MMC PM notifierUlf Hansson2015-12-221-6/+2
* mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla2015-12-221-1/+2
* mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing2015-10-271-0/+2
* mmc: core: Remove MMC_CLKGATEUlf Hansson2015-10-261-245/+0
* mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson2015-09-291-2/+2
* mmc: host: use of_property_read_bool()Sergei Shtylyov2015-08-271-21/+21
* mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen2015-06-011-0/+3
* mmc: core: Add support for HS400 re-tuningAdrian Hunter2015-06-011-0/+17
* mmc: host: Add facility to support re-tuningAdrian Hunter2015-06-011-0/+68
* mmc: core: Initial support for MMC power sequencesUlf Hansson2015-01-281-1/+3
* mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson2015-01-191-10/+10