summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | sdio: give sdio irq thread a host specific namePierre Ossman2008-10-121-1/+2
| | | * | sdio: make sleep on error interruptablePierre Ossman2008-10-121-4/+9
| | | * | sdhci: reduce card detection delayPierre Ossman2008-10-121-1/+1
| | | * | sdhci: let the controller wait for busy state to endPierre Ossman2008-10-121-6/+33
| | * | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-10-111-2/+2
| | |\ \ \
| | * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-10-101-3/+7
| | |\ \ \ \
| | | * | | | [SCSI] mmc_block: use generic helper to print capacitiesPierre Ossman2008-10-031-3/+7
| | | | |_|/ | | | |/| |
| | * | | | block: don't depend on consecutive minor spaceTejun Heo2008-10-091-1/+1
| | | |_|/ | | |/| |
| * | | | Use PCI_DEVICE_ID_88ALP01 for CAFÉ chip, rather than PCI_DEVICE_ID_CAFE.David Woodhouse2008-09-041-1/+1
* | | | | Merge branch 's3c-move' into develRussell King2008-10-144-13/+22
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | atmel-mci: Initialize BLKR before sending data transfer commandHaavard Skinnemoen2008-10-061-2/+4
| | |/ / | |/| |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-09-214-11/+18
| |\ \ \
| | * | | mmc_test: initialize mmc_test_lock staticallyAkinobu Mita2008-09-201-3/+1
| | * | | mmc_block: handle error from mmc_register_driver()Akinobu Mita2008-09-201-2/+7
| | * | | atmel-mci: Set MMC_CAP_NEEDS_POLL if no detect_pinHaavard Skinnemoen2008-09-201-0/+4
| | * | | atmel-mci: Fix bogus debugfs file sizeHaavard Skinnemoen2008-09-201-4/+0
| | * | | atmel-mci: Fix memory leak in atmci_regs_showHaavard Skinnemoen2008-09-201-0/+2
| | * | | atmel-mci: debugfs: enable clock before dumping regsHaavard Skinnemoen2008-09-201-0/+2
| | * | | tmio_mmc: fix compilation with debug enabledDmitry Baryshkov2008-09-201-2/+2
| | |/ /
* | | | Merge branch 'omap-all' into develRussell King2008-10-141-3/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ARM] omap: fix a load of "warning: symbol 'xxx' was not declared. Should it ...Russell King2008-09-051-2/+2
| * | | [ARM] omap: convert OMAP drivers to use ioremap()Russell King2008-09-051-1/+6
* | | | Merge branches 'pxa-core' and 'pxa-machines' into pxa-allRussell King2008-10-072-5/+19
|\ \ \ \ | | |/ / | |/| |
| * | | drivers/mmc/card/block.c: fix refcount leak in mmc_block_open()Andrew Morton2008-09-051-1/+3
| |/ /
| * / mmc: at91_mci: don't use coherent dma buffersDavid Brownell2008-09-021-4/+16
| |/
* / [ARM] pxa: make cpu_is_pxa2* macros more consistentEric Miao2008-09-251-2/+2
|/
* sdricoh_cs: removed unused #include <version.h>Huang Weiyi2008-08-171-1/+0
* s3cmci: attach get_cd host opsBen Dooks2008-08-171-2/+4
* s3cmci: fix sparse errors from non-exported functionsBen Dooks2008-08-171-5/+6
* mfd: have TMIO drivers and subdevices depend on ARMSamuel Ortiz2008-08-101-1/+1
* mfd: TMIO MMC driverIan Molton2008-08-104-0/+892
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-075-15/+15
* Merge branch 'header-move' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Russell King2008-08-071-1/+1
|\
| * avr32: Use <mach/foo.h> instead of <asm/arch/foo.h>Haavard Skinnemoen2008-08-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-077-95/+40
|\|
| * au1xmmc: raise segment size limit.Manuel Lauss2008-08-011-1/+7
| * mmc_block: use proper sg iteratorsPierre Ossman2008-08-011-6/+11
| * mmc: properly iterate over sg list in debug checkPierre Ossman2008-08-011-2/+3
| * mmc_test: Revert "mmc_test: test oversized sg lists"Pierre Ossman2008-08-011-82/+3
| * sdhci: check correct return valuePierre Ossman2008-08-011-1/+1
| * sdhci: disable DMA for req, not completelyPierre Ossman2008-08-011-2/+2
| * sdhci: handle bug in JMB38x for sizes < 4 bytesPierre Ossman2008-08-013-1/+13
* | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-071-1/+0
|/
* avr32: some mmc/sd cleanupsDavid Brownell2008-07-271-8/+8
* Merge commit 'upstream/master'Haavard Skinnemoen2008-07-2716-236/+865
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-269-36/+457
| |\
| | * atmel-mci: debugfs supportHaavard Skinnemoen2008-07-272-0/+191
| | * mmc: Add per-card debugfs supportHaavard Skinnemoen2008-07-273-0/+72
| | * mmc: Export internal host state through debugfsHaavard Skinnemoen2008-07-274-0/+177
| | * imxmmc: fix crash when no platform data is providedPaulius Zaleckas2008-07-271-2/+9