aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mmc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-23mmc: make SDIO device/driver struct accessors publicNicolas Pitre1-0/+3
2009-09-23sdio: add MMC_QUIRK_LENIENT_FN0Ohad Ben-Cohen1-0/+7
2009-09-23sdio: add CD disable supportOhad Ben-Cohen1-1/+2
2009-09-23mmc: check status after MMC SWITCH commandAdrian Hunter1-0/+1
2009-09-23mmc: add mmc card sleep and awake supportJarkko Lavinen3-0/+9
2009-09-23mmc: add ability to save power by powering off cardsAdrian Hunter1-0/+3
2009-09-23mmc: add MMC_CAP_NONREMOVABLE host capabilityAdrian Hunter1-0/+1
2009-09-23mmc: allow host claim / release nestingAdrian Hunter2-0/+3
2009-09-23mmc: add 'enable' and 'disable' methods to mmc hostAdrian Hunter1-0/+47
2009-07-26imwc3200: move iwmc3200 SDIO ids to sdio_ids.hTomas Winkler1-0/+6
2009-06-16V4L/DVB (11239): sdio: add cards ids for sms (Siano Mobile Silicon) MDTV receiversUri Shkolnik1-0/+8
2009-04-22libertas: add support for Marvell SD8688 chipBing Zhao1-0/+2
2009-03-31MMC: regulator utilitiesDavid Brownell1-0/+5
2008-12-31mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov1-0/+2
2008-12-31mmc: Add 8-bit bus width supportJarkko Lavinen1-0/+2
2008-11-08mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers3-3/+3
2008-10-12Fix comment in include/linux/mmc/host.hThomas Petazzoni1-1/+1
2008-07-27mmc: Add per-card debugfs supportHaavard Skinnemoen1-0/+2
2008-07-27mmc: Export internal host state through debugfsHaavard Skinnemoen1-0/+2
2008-07-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmcLinus Torvalds4-16/+39
2008-07-15sdio: fix the use of hard coded timeout value.Benzi Zbit1-0/+2
2008-07-15mmc: remove multiwrite capabilityPierre Ossman1-6/+5
2008-07-15mmc: fix sdio_io sparse errorsTomas Winkler1-9/+6
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman2-1/+4
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-0/+12
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov1-0/+11
2008-07-15include/linux/mmc/mmc.h: remove CVS tagsAdrian Bunk1-1/+0
2007-12-12mmc: remove unused 'mode' from the mmc_host structureNicolas Pitre1-4/+0
2007-10-17net: libertas sdio driverPierre Ossman1-0/+6
2007-09-24mmc: add led triggerPierre Ossman1-0/+6
2007-09-23MMC headers learn about SPIDavid Brownell3-13/+67
2007-09-23sdio: store vendor stringsPierre Ossman2-0/+5
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel1-0/+5
2007-09-23sdio: set the functions' block sizeDavid Vrabel1-1/+4
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel1-0/+2
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre1-0/+8
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman2-0/+32
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre2-0/+11
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-1/+12
2007-09-23sdio: defines for some standard interface typesNicolas Pitre1-0/+23
2007-09-23sdio: add device id table and matchingPierre Ossman1-1/+29
2007-09-23sdio: split up common and function CIS parsingPierre Ossman2-0/+12
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre1-0/+12
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+5
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman1-0/+11
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman2-0/+95
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman1-0/+12
2007-09-23mmc: add SDIO driver handlingPierre Ossman1-0/+18
2007-09-23mmc: basic SDIO device modelPierre Ossman2-0/+42