Age | Commit message (Expand) | Author |
2010-05-27 | sdio: add new function for RAW (Read after Write) operation | Grazvydas Ignotas |
2010-05-27 | mmc: remove the "state" argument to mmc_suspend_host() | Matt Fleming |
2010-05-27 | mmc: sd: clean up redundant memset | Mark Asselstine |
2010-04-14 | ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling | Daniel Mack |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-24 | mmc: fix incorrect interpretation of card type bits | Adrian Hunter |
2010-03-12 | sdio: recognize io card without powercycle | Albert Herranz |
2010-03-06 | sdio: put active devices into 1-bit mode during suspend | Daniel Drake |
2010-03-06 | sdio: kick the interrupt thread upon a resume | Nicolas Pitre |
2010-03-06 | sdio: don't use CMD[357] as part of a powered SDIO resume | Chris Ball |
2010-03-06 | sdio: introduce API for special power management features | Nicolas Pitre |
2010-03-06 | sdio: add quirk to clamp byte mode transfer | Bing Zhao |
2010-01-11 | mmc: allow for MMC v4.4 | Adrian Hunter |
2009-12-17 | sdio: initialise SDIO functions and update card->sdio_funcs in lockstep | Matt Fleming |
2009-12-17 | sdio: fix reference counting in sdio_remove_func() | Daniel Drake |
2009-12-15 | mmc: add module parameter to set whether cards are assumed removable | Ben Hutchings |
2009-12-15 | sdio: rework cis tuple parsing | Albert Herranz |
2009-10-08 | mmc: sdio: don't require CISTPL_VERS_1 to contain 4 strings | David Vrabel |
2009-10-01 | sdio: pass whitelisted cis funce tuples to sdio drivers | Albert Herranz |
2009-10-01 | const: constify remaining file_operations | Alexey Dobriyan |
2009-09-23 | mmc: make SDIO device/driver struct accessors public | Nicolas Pitre |
2009-09-23 | mmc: propagate error codes back from bus drivers' suspend/resume methods | Nicolas Pitre |
2009-09-23 | mmc: core SDIO suspend/resume support | Nicolas Pitre |
2009-09-23 | mmc_spi: fail gracefully if host or card do not support the switch command | Wolfgang Muees |
2009-09-23 | sdio: add MMC_QUIRK_LENIENT_FN0 | Ohad Ben-Cohen |
2009-09-23 | sdio: fix read buffer overflow | Roel Kluin |
2009-09-23 | sdio: add CD disable support | Ohad Ben-Cohen |
2009-09-23 | mmc: check status after MMC SWITCH command | Adrian Hunter |
2009-09-23 | mmc: power off once at removal | Denis Karpov |
2009-09-23 | mmc: add mmc card sleep and awake support | Jarkko Lavinen |
2009-09-23 | mmc: add ability to save power by powering off cards | Adrian Hunter |
2009-09-23 | mmc: add MMC_CAP_NONREMOVABLE host capability | Adrian Hunter |
2009-09-23 | mmc: allow host claim / release nesting | Adrian Hunter |
2009-09-23 | mmc: add 'enable' and 'disable' methods to mmc host | Adrian Hunter |
2009-09-23 | sdio: do not ignore MMC_VDD_165_195 | Ohad Ben-Cohen |
2009-09-23 | mmc: in mmc_power_up(), use previously selected ocr if available | Balaji Rao |
2009-09-15 | driver model: constify attribute groups | David Brownell |
2009-06-13 | MMC core: limit minimum initialization frequency to 400kHz | Sascha Hauer |
2009-06-13 | mmc: mmc_rescan detects card change in one run | Jorg Schummer |
2009-05-03 | mmc: increase power up delay | José M. Fernández |
2009-04-08 | mmc_spi: do not check CID and CSD blocks with CRC16 | Wolfgang Muees |
2009-04-08 | mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2 | Jarkko Lavinen |
2009-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds |
2009-03-31 | MMC: regulator utilities | David Brownell |
2009-03-24 | mmc_spi: allow higher timeouts for SPI mode | Wolfgang Muees |
2009-03-24 | mmc: During unsafe resume, select the right volatge for the card | Balaji Rao |
2009-03-24 | sdio: check that addresses are within the address space | Pierre Ossman |
2009-03-24 | sdio: handle null tuples | Pierre Ossman |
2009-03-24 | sdio: handle cis end marker in link field | Pierre Ossman |
2009-03-24 | mmc: Add Extended CSD register to debugfs | Adrian Hunter |