summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson2015-01-191-7/+6
* mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson2015-01-191-22/+6
* mmc: core: fix card detection regressionKristina Martsenko2014-11-051-13/+8
* 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/+23
* 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-121-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-241-1/+1
* mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson2013-06-271-0/+2
* mmc: return mmc_of_parse() errors to callerSimon Baatz2013-06-271-5/+25
* mmc: convert to idr_alloc()Tejun Heo2013-02-271-5/+6
* mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski2013-02-241-0/+13
* mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski2013-02-241-0/+110
* workqueue: deprecate system_nrt[_freezable]_wqTejun Heo2012-08-201-2/+2
* mmc: prohibit card detection when host is not readyGuennadi Liakhovetski2012-07-211-0/+2
* mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski2012-07-211-0/+2
* mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski2012-07-211-0/+2
* mmc: start removing enable / disable APIAdrian Hunter2012-03-271-1/+0
* mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski2012-03-041-2/+2
* mmc: core: Fixup delayed work clock gating patchStephen Boyd2012-01-111-5/+1
* mmc: core: Use delayed work in clock gating frameworkSujit Reddy Thumma2012-01-111-4/+53
* Revert "mmc: enable runtime PM by default"Ohad Ben-Cohen2011-12-191-11/+0
* mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-311-0/+1
* mmc: enable runtime PM by defaultDaniel Drake2011-10-261-0/+11
* mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg2011-08-311-1/+1