summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=yUwe Kleine-König2010-08-181-0/+2
* mmc: add erase, secure erase, trim and secure trim operationsAdrian Hunter2010-08-126-1/+525
* sdio: allow non-standard SDIO cardsGrazvydas Ignotas2010-08-111-6/+30
* mmc: only set blockaddressed for > 2GiB cardsHanumath Prasad2010-08-111-1/+3
* mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resumeMaxim Levitsky2010-08-112-26/+61
* mmc: implement SD-combo (IO+mem) supportMichal Miroslaw2010-08-113-23/+133
* mmc: split mmc_sd_init_card()Michal Miroslaw2010-08-113-119/+186
* mmc: recognize CSD structureKyungmin Park2010-08-111-7/+19
* sdio: add new function for RAW (Read after Write) operationGrazvydas Ignotas2010-05-271-0/+30
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-2/+1
* mmc: sd: clean up redundant memsetMark Asselstine2010-05-271-2/+0
* ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handlingDaniel Mack2010-04-141-0/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-308-0/+8
* mmc: fix incorrect interpretation of card type bitsAdrian Hunter2010-03-241-2/+1
* sdio: recognize io card without powercycleAlbert Herranz2010-03-123-6/+32
* sdio: put active devices into 1-bit mode during suspendDaniel Drake2010-03-061-0/+43
* sdio: kick the interrupt thread upon a resumeNicolas Pitre2010-03-061-0/+2
* sdio: don't use CMD[357] as part of a powered SDIO resumeChris Ball2010-03-061-8/+11
* sdio: introduce API for special power management featuresNicolas Pitre2010-03-062-3/+58
* sdio: add quirk to clamp byte mode transferBing Zhao2010-03-061-1/+6
* mmc: allow for MMC v4.4Adrian Hunter2010-01-111-1/+1
* sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming2009-12-171-2/+3
* sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-171-2/+5
* mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-155-43/+23
* sdio: rework cis tuple parsingAlbert Herranz2009-12-151-74/+93
* mmc: sdio: don't require CISTPL_VERS_1 to contain 4 stringsDavid Vrabel2009-10-081-4/+3
* sdio: pass whitelisted cis funce tuples to sdio driversAlbert Herranz2009-10-011-16/+49
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-1/+1
* mmc: make SDIO device/driver struct accessors publicNicolas Pitre2009-09-231-3/+0
* mmc: propagate error codes back from bus drivers' suspend/resume methodsNicolas Pitre2009-09-235-54/+69
* mmc: core SDIO suspend/resume supportNicolas Pitre2009-09-231-89/+196
* mmc_spi: fail gracefully if host or card do not support the switch commandWolfgang Muees2009-09-232-10/+10
* sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen2009-09-231-1/+1
* sdio: fix read buffer overflowRoel Kluin2009-09-231-1/+1
* sdio: add CD disable supportOhad Ben-Cohen2009-09-231-0/+30
* mmc: check status after MMC SWITCH commandAdrian Hunter2009-09-232-6/+41
* mmc: power off once at removalDenis Karpov2009-09-231-0/+2
* mmc: add mmc card sleep and awake supportJarkko Lavinen2009-09-235-5/+128
* mmc: add ability to save power by powering off cardsAdrian Hunter2009-09-234-0/+58
* mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter2009-09-232-14/+68
* mmc: allow host claim / release nestingAdrian Hunter2009-09-231-9/+25
* mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter2009-09-233-6/+174
* sdio: do not ignore MMC_VDD_165_195Ohad Ben-Cohen2009-09-231-7/+0
* mmc: in mmc_power_up(), use previously selected ocr if availableBalaji Rao2009-09-231-1/+7
* driver model: constify attribute groupsDavid Brownell2009-09-152-2/+2
* MMC core: limit minimum initialization frequency to 400kHzSascha Hauer2009-06-131-1/+7
* mmc: mmc_rescan detects card change in one runJorg Schummer2009-06-131-44/+55
* mmc: increase power up delayJosé M. Fernández2009-05-031-2/+2
* mmc_spi: do not check CID and CSD blocks with CRC16Wolfgang Muees2009-04-081-9/+12
* mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2Jarkko Lavinen2009-04-081-1/+1
OpenPOWER on IntegriCloud