aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-15sdio: clean up handling of byte mode transfer sizePierre Ossman1-11/+18
2008-07-15mmc,sdio: helper function for transfer paddingPierre Ossman2-2/+126
2008-07-15MMC: Trivial comment cleanupDeepak Saxena2-2/+2
2008-07-15mmc: change .get_ro() callback semanticsAnton Vorontsov1-2/+2
2008-07-15mmc: add support for card-detection pollingAnton Vorontsov1-3/+9
2008-04-18mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk1-0/+1
2008-04-18mmc: proper prototypes for mmc_attach_*()Adrian Bunk2-4/+4
2008-04-18mmc: make __mmc_release_bus() staticAdrian Bunk1-1/+1
2008-04-18mmc: use shorter, equivalent set_current_state()Robert P. J. Day1-2/+2
2008-04-18mmc: set controller name earlyPierre Ossman1-17/+22
2008-03-22mmc: use sysfs groups to handle conditional attributesPierre Ossman9-198/+96
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk4-4/+0
2007-10-27mmc: use common byte swap macrosPierre Ossman1-2/+2
2007-10-27mmc: fix cid and csd byte orderPierre Ossman1-2/+20
2007-10-17mmc: possible leak in mmc_read_ext_csdFlorin Malita1-1/+2
2007-10-14uevent environment changes falloutAl Viro1-11/+4
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-14/+7
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-14/+7
2007-10-12mmc: use correct unregister function for led triggerPierre Ossman1-1/+1
2007-10-06sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre1-2/+8
2007-10-06sdio: fix IRQ diagnostic messageNicolas Pitre1-1/+1
2007-09-27sdio: adaptive interrupt pollingPierre Ossman1-5/+23
2007-09-24mmc: add led triggerPierre Ossman2-0/+10
2007-09-23MMC core learns about SPIDavid Brownell10-103/+372
2007-09-23sdio: store vendor stringsPierre Ossman3-1/+55
2007-09-23mmc: increase power up delayPierre Ossman1-1/+9
2007-09-23sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel1-0/+64
2007-09-23mmc: replace BUG_ON with WARN_ONPierre Ossman5-15/+13
2007-09-23sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+1
2007-09-23sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel3-28/+86
2007-09-23sdio: set the functions' block sizeDavid Vrabel3-1/+59
2007-09-23sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel2-3/+3
2007-09-23mmc: fix sdio timeout calculationPierre Ossman1-0/+9
2007-09-23mmc: fix incorrect divisor in debug outputPierre Ossman1-1/+1
2007-09-23sdio: enable wide bus modePierre Ossman1-0/+33
2007-09-23sdio: change clock speedPierre Ossman1-0/+6
2007-09-23make struct sdio_dev_attrs[] staticAdrian Bunk1-1/+1
2007-09-23sdio: add interface for host side SDIO interrupt reportingNicolas Pitre2-1/+10
2007-09-23sdio: support IO_RW_EXTENDEDPierre Ossman3-0/+243
2007-09-23sdio: core support for SDIO function interruptNicolas Pitre3-1/+246
2007-09-23sdio: allow for mmc_claim_host to be abortedNicolas Pitre1-6/+16
2007-09-23sdio: add basic sysfs attributesPierre Ossman1-0/+32
2007-09-23sdio: add modalias supportPierre Ossman1-1/+20
2007-09-23mmc: whip bus uevent handler into shapePierre Ossman1-14/+17
2007-09-23sdio: add device id table and matchingPierre Ossman1-6/+52
2007-09-23mmc: initialize mmc subsystem with subsys_initcall()Nicolas Pitre1-1/+1
2007-09-23sdio: split up common and function CIS parsingPierre Ossman5-26/+193
2007-09-23sdio: link unknown CIS tuples to the sdio_func structureNicolas Pitre3-29/+58
2007-09-23sdio: initial CIS parsing codeNicolas Pitre4-1/+144
2007-09-23sdio: basic parsing of FBRPierre Ossman1-0/+38