summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* mmc: core: fix possible use after free of hostPan Bian2019-05-061-2/+0Star
* 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/+0Star
* 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-221-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/+1Star
* 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/+35Star
* 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/+4Star
* 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/+2Star
* 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/+0Star
* 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
* mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-191-7/+6Star
* mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-191-22/+6Star
* mmc: core: fix card detection regressionKristina Martsenko2014-11-051-13/+8Star
* mmc: core: restore detect line inversion semanticsLinus Walleij2014-10-021-4/+28
* mmc: host: switch OF parser to use gpio descriptorsLinus Walleij2014-09-091-45/+23Star
* mmc: implement Driver Stage Register handlingSascha Hauer2014-09-091-0/+8
* mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon2014-05-131-0/+4
* Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-091-0/+18
|\
| * mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung2014-02-221-0/+4
| * mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson2014-02-221-0/+4
| * mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson2014-02-221-0/+10
* | mmc: core: typo fix in printk specifierAlexander Shiyan2014-03-101-1/+1
|/
* mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart2013-08-251-1/+1