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