summaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | MMC: AU1xMMC: Allow platforms to disable host capabilitiesManuel Lauss2010-02-271-0/+4
| * | | | | | MIPS: Alchemy: change dbdma to accept physical memory addressesManuel Lauss2010-02-271-2/+2
| * | | | | | MIPS: Alchemy: remove dbdma compat macrosManuel Lauss2010-02-271-2/+2
| |/ / / / /
* | | | | | Merge branch 'omap-fixes-for-linus' into omap-for-linusTony Lindgren2010-02-171-3/+6
|\| | | | |
| * | | | | mmc_test: block addressed cardsJohan Kristell2010-02-111-3/+6
| | |_|_|/ | |/| | |
* | | | | omap_hsmmc: allow compile without regulator frameworkAdrian Hunter2010-02-151-54/+79
* | | | | omap_hsmmc: Allow for a shared VccQAdrian Hunter2010-02-151-1/+15
* | | | | omap_hsmmc: Ensure regulator enable / disable are pairedAdrian Hunter2010-02-151-6/+3Star
* | | | | omap_hsmmc: Fix disable timeoutsAdrian Hunter2010-02-151-2/+2
* | | | | omap_hsmmc: Allow for power saving without going offAdrian Hunter2010-02-151-0/+6
* | | | | omap_hsmmc: Move gpio and regulator control from board fileAdrian Hunter2010-02-151-13/+339
|/ / / /
* | | | mfd: tmio_mmc hardware abstraction for CNF areaIan Molton2010-01-182-80/+25Star
* | | | mmc: allow for MMC v4.4Adrian Hunter2010-01-111-1/+1
* | | | mmc_block: fix queue cleanupAdrian Hunter2010-01-112-9/+11
* | | | mmc_block: fix probe error cleanup bugJarkko Lavinen2010-01-111-0/+1
* | | | mmc_block: add dev_t initialization checkAnna Lemehova2010-01-111-0/+5
|/ / /
* | | sdhci-of: add support for the wii sdhci controllerAlbert Herranz2009-12-185-1/+82
* | | sdhci-of: reorganize driver to support additional hardwareAlbert Herranz2009-12-185-127/+224
* | | sdhci-of: rename main driver file prior to reorganizationAlbert Herranz2009-12-182-1/+3
* | | sdhci: protect header file against multi inclusionAlbert Herranz2009-12-181-0/+4
* | | sdio: initialise SDIO functions and update card->sdio_funcs in lockstepMatt Fleming2009-12-181-2/+3
* | | sdio: fix reference counting in sdio_remove_func()Daniel Drake2009-12-181-2/+5
* | | mmc: let tmio-mmc use dev_name() with request_irq()Magnus Damm2009-12-151-1/+1
* | | mmc: Blackfin SD Host Controller DriverCliff Cai2009-12-153-0/+659
* | | mmc: atmel-mci: new MCI2 module support in atmel-mci driverNicolas Ferre2009-12-151-10/+75
* | | atmel-mci: change use of dma slave interfaceNicolas Ferre2009-12-151-20/+36
* | | mmc: add module parameter to set whether cards are assumed removableBen Hutchings2009-12-155-43/+23Star
* | | s3cmci: convert missed s3c2410_gpio calls to gpiolib callsBen Dooks2009-12-151-5/+3Star
* | | sdhci: add support for the SysKonnect CardBus2SDIO adapterNicolas Pitre2009-12-151-0/+75
* | | mmci-omap: remove bogus check for host->iclkLadislav Michl2009-12-151-5/+5
* | | davinci: mmc: add cpufreq supportChaithrika U S2009-12-151-16/+84
* | | mmc: davinci: modify data types of EDMA related variablesSudhakar Rajashekhara2009-12-151-2/+2
* | | DaVinci: MMC: MMC/SD controller driver for DaVinci familyVipin Bhandari2009-12-153-0/+1290
* | | drivers/mmc: Move dereference after NULL testJulia Lawall2009-12-151-1/+2
* | | sdio: rework cis tuple parsingAlbert Herranz2009-12-151-74/+93
* | | mxcmmc: fix error path in mxcmci_probeUwe Kleine-König2009-12-151-5/+5
* | | const: constify remaining dev_pm_opsAlexey Dobriyan2009-12-152-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2009-12-121-0/+2
|\ \ \
| * \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-12-094-16/+18
| |\ \ \
| * \ \ \ Merge commit 'gcl/next' into nextBenjamin Herrenschmidt2009-12-091-0/+2
| |\ \ \ \
| | * | | | mmc: fix missing module license declaration in of_mmc_spi.cGrant Likely2009-11-051-0/+2
* | | | | | Merge branch 'for-linus' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2009-12-121-4/+1Star
|\ \ \ \ \ \
| * | | | | | HTC Dream: mmc compilation fixesPavel Machek2009-12-101-4/+1Star
| | |/ / / / | |/| | | |
* | | | | | tty: sdio_uart: Fix the locking on "func" for new codeAlan Cox2009-12-121-0/+4
* | | | | | tty: sdio_uart: add modem functionalityAlan Cox2009-12-121-1/+32
* | | | | | tty: sdio_uart: Style fixesAlan Cox2009-12-121-11/+12
* | | | | | tty: sdio_uart: Fix termios handlingAlan Cox2009-12-121-6/+0Star
* | | | | | tty: sdio_uart: Switch to the open/close helpersAlan Cox2009-12-121-82/+119
* | | | | | sdio_uart: Move the open lockAlan Cox2009-12-121-11/+9Star
* | | | | | sdio_uart: refcount the tty objectsAlan Cox2009-12-121-17/+42