summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2009-01-091-75/+28
|\
| * dmaengine: kill enum dma_state_clientDan Williams2009-01-061-3/+3
| * dmaengine: kill struct dma_client and supporting infrastructureDan Williams2009-01-061-1/+0
| * atmel-mci: convert to dma_request_channel and down-level dma_slaveDan Williams2009-01-061-71/+27
| * dmaengine: up-level reference counting to the module levelDan Williams2009-01-061-3/+1
| |
| \
*-. \ Merge branches 'fixes', 'cleanups' and 'boards'Haavard Skinnemoen2009-01-071-1/+1
|\ \ \ | |_|/ |/| |
| | * atmel-mci: move atmel-mci.h file to include/linuxNicolas Ferre2009-01-051-1/+1
| |/
* | Merge branch 'master' of ../mmcPierre Ossman2008-12-3118-294/+638
|\ \
| * | mmc: warn about voltage mismatchesDavid Brownell2008-12-311-0/+2
| * | mmc_spi: Add support for OpenFirmware bindingsAnton Vorontsov2008-12-313-1/+155
| * | pxamci: fix dma_unmap_sg lengthVernon Sauder2008-12-311-1/+1
| * | mmc_block: ensure all sectors that do not have errors are readAdrian Hunter2008-12-311-17/+59
| * | drivers/mmc: Move a dereference below a NULL testJulia Lawall2008-12-311-1/+2
| * | sdhci: handle built-in sdhci with modular leds classPierre Ossman2008-12-311-6/+11
| * | mmc: balanc pci_iomap with pci_iounmapRoel Kluin2008-12-311-1/+1
| * | mmc_block: print better error messagesAdrian Hunter2008-12-311-7/+37
| * | mmc: Add mmc_vddrange_to_ocrmask() helper functionAnton Vorontsov2008-12-311-0/+75
| * | ricoh_mmc: Handle newer models of Ricoh controllersphilipl@overt.org2008-12-311-6/+11
| * | mmc: Add 8-bit bus width supportJarkko Lavinen2008-12-311-4/+14
| * | sdhci: activate led support also when moduleÉric Piel2008-12-312-7/+7
| * | mmc: trivial annotation of 'blocks'Harvey Harrison2008-12-311-4/+2
| * | pci: use pci_ioremap_bar() in drivers/mmcArjan van de Ven2008-12-311-1/+1
| * | Merge branch 'rmk-devel-mxc-pu-v2' of git://pasiphae.extern.pengutronix.de/gi...Russell King2008-12-172-238/+258
| |\ \
| | * | imxmmc: use readl/writelMarc Kleine-Budde2008-12-162-93/+134
| | * | imxmmc: Remove unused variablesMarc Kleine-Budde2008-12-161-2/+0
| | * | imxmmc: Checkpatch cleanupMarc Kleine-Budde2008-12-161-160/+141
| * | | Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tm...Russell King2008-12-171-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | omap mmc: Add low-level initialization for hsmmc controllerTony Lindgren2008-12-101-1/+1
| | * | omap mmc: Add better MMC low-level initTony Lindgren2008-12-101-3/+4
| | |/
| * | Merge branch 'clks' into develRussell King2008-11-301-1/+1
| |\ \
| | * | [ARM] amba drivers: don't pass a consumer clock name for devices with unique ...Russell King2008-11-301-1/+1
| * | | Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King2008-11-291-1/+1
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Ben Dooks2008-11-031-2/+3
| | |\ \ \
| | * | | | [ARM] S3C24XX: Move mci.h to arch/arm/plat-s3c24xx/include/platBen Dooks2008-10-301-1/+1
| * | | | | [ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King2008-11-291-1/+1
| * | | | | [ARM] pxa: avoid polluting the kernel's namespaceRussell King2008-11-281-1/+2
| | |_|/ / | |/| | |
| * | | | [ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King2008-11-271-1/+1
| | |_|/ | |/| |
* | | | sdricoh_cs: Add support for Bay Controller devicesSascha Sommer2008-11-301-0/+2
* | | | mmc: at91_mci: reorder timer setup and mmc_add_host() callNicolas Ferre2008-11-301-2/+2
|/ / /
* | | mmc: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-086-17/+14
* | | mmc: increase SD write timeout for crappy cardsPierre Ossman2008-11-081-1/+5
| |/ |/|
* | [ARM] 5322/1: Fix fastpath issue in mmci.cLinus Walleij2008-10-281-2/+3
|/
* [PATCH] switch mmcAl Viro2008-10-211-9/+8
* [PATCH] beginning of methods conversionAl Viro2008-10-211-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-10-203-52/+165
|\
| * s3cmci: Add Ben Dooks/Simtec Electronics to header & copyrightben@fluff.org.uk2008-10-151-1/+4
| * s3cmci: fix continual accesses to host->pio_ptrben@fluff.org.uk2008-10-151-2/+8
| * s3cmci: Support transfers which are not multiple of 32 bits.Christer Weinigel2008-10-152-28/+54
| * s3cmci: cpufreq supportben@fluff.org.uk2008-10-152-19/+96
| * s3cmci: Make general protocol errors less noisyben@fluff.org.uk2008-10-151-2/+2
OpenPOWER on IntegriCloud