aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-10-30mmc: parse new binding for eMMC fixed driver typeWolfram Sang1-1/+12
2017-10-30mmc: core: Export a few functions needed for blkmq supportAdrian Hunter1-6/+1
2017-08-30mmc: core: Add mmc_retune_hold_now()Adrian Hunter1-0/+6
2017-06-20mmc: core: Use device_property_read instead of of_property_readDavid Woods1-37/+35
2017-06-20mmc: sdio: Add API to manage SDIO IRQs from a workqueueUlf Hansson1-0/+2
2017-02-13mmc: core: fix error path in mmc_host_allocHeiner Kallweit1-0/+2
2017-02-13mmc: core: simplify ida handlingHeiner Kallweit1-16/+4
2017-02-13mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3vUlf Hansson1-0/+2
2016-07-25mmc: core: expose MMC_CAP2_NO_* to dtShawn Lin1-0/+6
2016-07-25mmc: core: add mmc-hs400-enhanced-strobe supportShawn Lin1-0/+2
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter1-0/+24
2016-05-02mmc: core: Convert from IDR to IDA for host indexesUlf Hansson1-8/+14
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-3/+3
2016-02-29mmc: core: enable mmc host device to suspend/resume asynchronouslyFu, Zhonghui1-0/+1
2015-12-22mmc: core: Refactor code to register the MMC PM notifierUlf Hansson1-6/+2
2015-12-22mmc: core: enable support for the standard "wakeup-source" propertySudeep Holla1-1/+2
2015-10-27mmc: core: Add DT bindings for eMMC hardware reset supportChaotian Jing1-0/+2
2015-10-26mmc: core: Remove MMC_CLKGATEUlf Hansson1-245/+0
2015-09-29mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unsetUlf Hansson1-2/+2
2015-08-27mmc: host: use of_property_read_bool()Sergei Shtylyov1-21/+21
2015-06-01mmc: dt: Allow to specify that no write protect signal is presentLars-Peter Clausen1-0/+3
2015-06-01mmc: core: Add support for HS400 re-tuningAdrian Hunter1-0/+17
2015-06-01mmc: host: Add facility to support re-tuningAdrian Hunter1-0/+68
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson1-1/+3
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson1-10/+10
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson1-7/+6
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson1-22/+6
2014-11-05mmc: core: fix card detection regressionKristina Martsenko1-13/+8
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij1-4/+28
2014-09-09mmc: host: switch OF parser to use gpio descriptorsLinus Walleij1-45/+23
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer1-0/+8
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon1-0/+4
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmcLinus Torvalds1-0/+18
2014-03-10mmc: core: typo fix in printk specifierAlexander Shiyan1-1/+1
2014-02-22mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung1-0/+4
2014-02-22mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson1-0/+4
2014-02-22mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson1-0/+10
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart1-1/+1
2013-06-27mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson1-0/+2
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz1-5/+25
2013-02-27mmc: convert to idr_alloc()Tejun Heo1-5/+6
2013-02-24mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski1-0/+13
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+110
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo1-2/+2
2012-07-21mmc: prohibit card detection when host is not readyGuennadi Liakhovetski1-0/+2
2012-07-21mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski1-0/+2
2012-07-21mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski1-0/+2
2012-03-27mmc: start removing enable / disable APIAdrian Hunter1-1/+0
2012-03-04mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski1-2/+2