summaryrefslogtreecommitdiff
path: root/drivers/mmc/core
AgeCommit message (Expand)Author
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day
2008-04-18mmc: set controller name earlyPierre Ossman
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk
2007-10-27mmc: use common byte swap macrosPierre Ossman
2007-10-27mmc: fix cid and csd byte orderPierre Ossman
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita
2007-10-14uevent environment changes falloutAl Viro
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers
2007-10-12mmc: use correct unregister function for led triggerPierre Ossman
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre
2007-10-06sdio: fix IRQ diagnostic messageNicolas Pitre
2007-09-27sdio: adaptive interrupt pollingPierre Ossman
2007-09-24mmc: add led triggerPierre Ossman
2007-09-23MMC core learns about SPIDavid Brownell
2007-09-23sdio: store vendor stringsPierre Ossman
2007-09-23mmc: increase power up delayPierre Ossman
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel
2007-09-23sdio: set the functions' block sizeDavid Vrabel
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel
2007-09-23mmc: fix sdio timeout calculationPierre Ossman
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman
2007-09-23sdio: enable wide bus modePierre Ossman
2007-09-23sdio: change clock speedPierre Ossman
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre
2007-09-23sdio: add basic sysfs attributesPierre Ossman
2007-09-23sdio: add modalias supportPierre Ossman
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman
2007-09-23sdio: add device id table and matchingPierre Ossman
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre
2007-09-23sdio: split up common and function CIS parsingPierre Ossman
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre
2007-09-23sdio: initial CIS parsing codeNicolas Pitre
2007-09-23sdio: basic parsing of FBRPierre Ossman
2007-09-23sdio: read and decode interesting parts of the CCCRPierre Ossman
2007-09-23mmc: enable/disable functions for SDIOPierre Ossman
2007-09-23mmc: add basic SDIO I/O operationsPierre Ossman
2007-09-23mmc: add SDIO driver handlingPierre Ossman
2007-09-23mmc: basic SDIO device modelPierre Ossman