summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core/host.c
AgeCommit message (Expand)AuthorLines
2015-01-28mmc: core: Initial support for MMC power sequencesUlf Hansson-1/+3
2015-01-19mmc: slot-gpio: Rework how to handle allocation of slot-gpio dataUlf Hansson-10/+10
2015-01-19mmc: core: Free all resources for the class device at ->dev_release()Ulf Hansson-7/+6
2015-01-19mmc: core: Return error at failure of request CD/WP in mmc_of_parse()Ulf Hansson-22/+6
2014-11-05mmc: core: fix card detection regressionKristina Martsenko-13/+8
2014-10-02mmc: core: restore detect line inversion semanticsLinus Walleij-4/+28
2014-09-09mmc: host: switch OF parser to use gpio descriptorsLinus Walleij-45/+23
2014-09-09mmc: implement Driver Stage Register handlingSascha Hauer-0/+8
2014-05-12mmc: core: add DT bindings for eMMC HS400 1.8/1.2VSeungwon Jeon-0/+4
2014-04-09Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+18
2014-03-10mmc: core: typo fix in printk specifierAlexander Shiyan-1/+1
2014-02-22mmc: core: Add DT bindings for eMMC HS200 1.8/1.2VJaehoon Chung-0/+4
2014-02-22mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2VUlf Hansson-0/+4
2014-02-22mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson-0/+10
2013-08-24mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd()Laurent Pinchart-1/+1
2013-06-27mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLEUlf Hansson-0/+2
2013-06-27mmc: return mmc_of_parse() errors to callerSimon Baatz-5/+25
2013-02-27mmc: convert to idr_alloc()Tejun Heo-5/+6
2013-02-24mmc: add DT bindings for more MMC capability flagsGuennadi Liakhovetski-0/+13
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski-0/+110
2012-08-20workqueue: deprecate system_nrt[_freezable]_wqTejun Heo-2/+2
2012-07-21mmc: prohibit card detection when host is not readyGuennadi Liakhovetski-0/+2
2012-07-21mmc: core: convert slot functions to managed allocationGuennadi Liakhovetski-0/+2
2012-07-21mmc: core: use a more generic name for slot function types and fieldsGuennadi Liakhovetski-0/+2
2012-03-27mmc: start removing enable / disable APIAdrian Hunter-1/+0
2012-03-04mmc: core: fix regression: set default clock gating delay to 0Guennadi Liakhovetski-2/+2
2012-01-11mmc: core: Fixup delayed work clock gating patchStephen Boyd-5/+1
2012-01-11mmc: core: Use delayed work in clock gating frameworkSujit Reddy Thumma-4/+53
2011-12-19Revert "mmc: enable runtime PM by default"Ohad Ben-Cohen-11/+0
2011-10-31mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker-0/+1
2011-10-26mmc: enable runtime PM by defaultDaniel Drake-0/+11
2011-08-31mmc: core: use non-reentrant workqueue for clock gatingMika Westerberg-1/+1
2011-08-31mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release}Mika Westerberg-5/+5
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds-2/+2
2011-05-24mmc: core: fix memory leak in mmc_add_hostWolfram Sang-2/+2
2011-05-16Revert "mmc: fix a race between card-detect rescan and clock-gate work instan...Chris Ball-4/+5
2011-04-27mmc: fix a race between card-detect rescan and clock-gate work instancesGuennadi Liakhovetski-5/+4
2011-03-15mmc: add MMC_QUIRK_BROKEN_CLK_GATINGPierre Tardy-4/+1
2011-01-08mmc: check for > 1 clk_requests when disabling gatingLinus Walleij-1/+2
2011-01-08mmc: Aggressive clock gating frameworkLinus Walleij-1/+204
2010-10-23mmc: Remove distinction between hw and phys segmentsMartin K. Petersen-2/+1
2010-08-18mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König-0/+2
2010-08-11mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter-0/+1
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-3/+2
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen-0/+8
2008-04-18mmc: set controller name earlyPierre Ossman-17/+22
2007-10-12mmc: use correct unregister function for led triggerPierre Ossman-1/+1
2007-09-24mmc: add led triggerPierre Ossman-0/+5