summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/host.c
AgeCommit message (Expand)Author
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
2017-02-13mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin
2016-07-25mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter
2016-05-02mmc: core: Convert from IDR to IDA for host indexesUlf Hansson
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-29mmc: core: enable mmc host device to suspend/resume asynchronouslyFu, Zhonghui
2015-12-22mmc: core: Refactor code to register the MMC PM notifierUlf Hansson
2015-12-22mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla
2015-10-27mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson
2015-08-27mmc: host: use of_property_read_bool()Sergei Shtylyov
2015-06-01mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson
2014-11-05mmc: core: fix card detection regressionKristina Martsenko
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij
2014-09-09mmc: host: switch OF parser to use gpio descriptorsLinus Walleij
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-03-10mmc: core: typo fix in printk specifierAlexander Shiyan
2014-02-22mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung
2014-02-22mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson
2014-02-22mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart
2013-06-27mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz
2013-02-27mmc: convert to idr_alloc()Tejun Heo