summaryrefslogtreecommitdiff
path: root/drivers/mmc/core/core.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17mmc: core: reset card voltage after power offUlf Hansson1-0/+7
2011-03-17mmc: core: export function mmc_do_release_host()Ulf Hansson1-1/+9
2011-03-16mmc: core: comment on why sdio_reset is done at init timePhilip Rakity1-0/+6
2011-03-15mmc: put the led blinking code after clock ungatingPierre Tardy1-2/+1
2011-03-09mmc: fix CONFIG_MMC_UNSAFE_RESUME regressionOhad Ben-Cohen1-1/+1
2011-01-09mmc: fix division by zero in MMC coreLinus Walleij1-2/+3
2011-01-09mmc: Explain why we make adjacent mmc_bus_{put,get} calls during rescan.Chris Ball1-2/+4
2011-01-09mmc: Fix sd/sdio/mmc initialization frequency retriesAndy Ross1-83/+36
2011-01-09mmc: fix detection of memory part of SD-combo card with broken SDIOMichal Miroslaw1-0/+5
2011-01-09mmc: sdio: don't power up cards on system suspendOhad Ben-Cohen1-0/+13
2011-01-09mmc: skip detection of nonremovable cards on rescanOhad Ben-Cohen1-2/+6
2011-01-09mmc: Aggressive clock gating frameworkLinus Walleij1-1/+61
2011-01-08Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2010-12-24mmc: update workqueue usagesTejun Heo1-1/+1
2010-12-21mmc: Fix re-probing with PM_POST_RESTORE notificationTakashi Iwai1-0/+1
2010-11-12mmc: fix rmmod race for hosts using card-detection pollingGuennadi Liakhovetski1-1/+1
2010-10-23mmc: propagate power save/restore ops return valueOhad Ben-Cohen1-6/+14
2010-10-23mmc: refine DDR supportAdrian Hunter1-3/+4
2010-10-23mmc: Fixes for Dual Data Rate (DDR) supportAdrian Hunter1-2/+26
2010-10-23mmc: Move regulator handling closer to coreLinus Walleij1-10/+16
2010-10-23mmc: sdhci: mmc_rescan: reduce verbosityEric Bénard1-1/+2
2010-10-23mmc: Make ID freq configurableHein Tibosch1-45/+57
2010-10-23mmc: Add helper function to check if a card is removableMatt Fleming1-0/+1
2010-10-15mmc: sdio: fix SDIO suspend/resume regressionOhad Ben-Cohen1-0/+13
2010-08-12mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter1-0/+346
2010-08-11mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky1-26/+57
2010-08-11mmc: implement SD-combo (IO+mem) supportMichal Miroslaw1-2/+10
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-2/+1
2010-03-13sdio: recognize io card without powercycleAlbert Herranz1-0/+1
2010-03-06sdio: introduce API for special power management featuresNicolas Pitre1-3/+9
2009-12-15mmc: add module parameter to set whether cards are assumed removableBen Hutchings1-0/+16
2009-09-23mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre1-7/+28
2009-09-23mmc: power off once at removalDenis Karpov1-0/+2
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen1-0/+40
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+34
2009-09-23mmc: allow host claim / release nestingAdrian Hunter1-9/+25
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter1-6/+171
2009-09-23mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao1-1/+7
2009-06-14MMC core: limit minimum initialization frequency to 400kHzSascha Hauer1-1/+7
2009-06-14mmc: mmc_rescan detects card change in one runJorg Schummer1-44/+55
2009-05-04mmc: increase power up delayJosé M. Fernández1-2/+2
2009-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds1-0/+18
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+100
2009-03-24mmc_spi: allow higher timeouts for SPI modeWolfgang Muees1-0/+15
2009-03-24mmc: During unsafe resume, select the right volatge for the cardBalaji Rao1-0/+1
2009-03-24mmc: delayed_work was never cancelledJorg Schummer1-0/+2
2008-12-31mmc: warn about voltage mismatchesDavid Brownell1-0/+2
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+75
2008-11-08mmc: increase SD write timeout for crappy cardsPierre Ossman1-1/+5
2008-08-01mmc: properly iterate over sg list in debug checkPierre Ossman1-2/+3