summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/core
Commit message (Expand)AuthorAgeFilesLines
* mmc: properly iterate over sg list in debug checkPierre Ossman2008-08-011-2/+3
* mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-273-0/+72
* mmc: Export internal host state through debugfsHaavard Skinnemoen2008-07-274-0/+177
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-175-47/+175
|\
| * sdio: sdio_io.c Fix sparse warningsTomas Winkler2008-07-151-5/+4Star
| * sdio: fix the use of hard coded timeout value.Benzi Zbit2008-07-152-5/+7
| * mmc: fix sdio_io sparse errorsTomas Winkler2008-07-151-26/+16Star
| * sdio: clean up handling of byte mode transfer sizePierre Ossman2008-07-151-11/+18
| * mmc,sdio: helper function for transfer paddingPierre Ossman2008-07-152-2/+126
| * MMC: Trivial comment cleanupDeepak Saxena2008-07-152-2/+2
| * mmc: change .get_ro() callback semanticsAnton Vorontsov2008-07-151-2/+2
| * mmc: add support for card-detection pollingAnton Vorontsov2008-07-151-3/+9
|/
* mmc: sdio_ops.c should #include "sdio_ops.h"Adrian Bunk2008-04-181-0/+1
* mmc: proper prototypes for mmc_attach_*()Adrian Bunk2008-04-182-4/+4
* mmc: make __mmc_release_bus() staticAdrian Bunk2008-04-181-1/+1
* mmc: use shorter, equivalent set_current_state()Robert P. J. Day2008-04-181-2/+2
* mmc: set controller name earlyPierre Ossman2008-04-181-17/+22
* mmc: use sysfs groups to handle conditional attributesPierre Ossman2008-03-239-198/+96Star
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-024-4/+0Star
* mmc: use common byte swap macrosPierre Ossman2007-10-271-2/+2
* mmc: fix cid and csd byte orderPierre Ossman2007-10-271-2/+20
* mmc: possible leak in mmc_read_ext_csdFlorin Malita2007-10-171-1/+2
* uevent environment changes falloutAl Viro2007-10-141-11/+4Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-131-14/+7Star
|\
| * Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-14/+7Star
* | mmc: use correct unregister function for led triggerPierre Ossman2007-10-121-1/+1
|/
* sdio: make the IRQ thread more resilient in the presence of bad statesNicolas Pitre2007-10-061-2/+8
* sdio: fix IRQ diagnostic messageNicolas Pitre2007-10-061-1/+1
* sdio: adaptive interrupt pollingPierre Ossman2007-09-271-5/+23
* mmc: add led triggerPierre Ossman2007-09-242-0/+10
* MMC core learns about SPIDavid Brownell2007-09-2310-103/+372
* sdio: store vendor stringsPierre Ossman2007-09-233-1/+55
* mmc: increase power up delayPierre Ossman2007-09-231-1/+9
* sdio: add sdio_f0_readb() and sdio_f0_writeb()David Vrabel2007-09-231-0/+64
* mmc: replace BUG_ON with WARN_ONPierre Ossman2007-09-235-15/+13Star
* sdio: kmalloc + memset conversion to kzallocMariusz Kozlowski2007-09-231-3/+1Star
* sdio: extend sdio_readsb() and friends to handle any length of bufferDavid Vrabel2007-09-233-28/+86
* sdio: set the functions' block sizeDavid Vrabel2007-09-233-1/+59
* sdio: add SDIO_FBR_BASE(f) macroDavid Vrabel2007-09-232-3/+3
* mmc: fix sdio timeout calculationPierre Ossman2007-09-231-0/+9
* mmc: fix incorrect divisor in debug outputPierre Ossman2007-09-231-1/+1
* sdio: enable wide bus modePierre Ossman2007-09-231-0/+33
* sdio: change clock speedPierre Ossman2007-09-231-0/+6
* make struct sdio_dev_attrs[] staticAdrian Bunk2007-09-231-1/+1
* sdio: add interface for host side SDIO interrupt reportingNicolas Pitre2007-09-232-1/+10
* sdio: support IO_RW_EXTENDEDPierre Ossman2007-09-233-0/+243
* sdio: core support for SDIO function interruptNicolas Pitre2007-09-233-1/+246
* sdio: allow for mmc_claim_host to be abortedNicolas Pitre2007-09-231-6/+16
* sdio: add basic sysfs attributesPierre Ossman2007-09-231-0/+32
* sdio: add modalias supportPierre Ossman2007-09-231-1/+20