aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc
Commit message (Expand)AuthorAge
*-. Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ...Tony Lindgren2012-09-12
|\ \
| | * ARM: OMAP: remove plat/board.h fileIgor Grinberg2012-09-10
| | * mmc: omap: fix broken PIO modePaul Walmsley2012-09-04
| | * mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.Ian Chen2012-09-04
| | * mmc: dw_mmc: Disable low power mode if SDIO interrupts are usedDoug Anderson2012-09-04
| | * mmc: dw_mmc: fix error handling in PIO modeSeungwon Jeon2012-09-04
| | * mmc: dw_mmc: correct mishandling error interruptSeungwon Jeon2012-09-04
| | * mmc: dw_mmc: amend using error interrupt statusSeungwon Jeon2012-09-04
| | * mmc: atmel-mci: not busy flag has also to be used for read operationsLudovic Desroches2012-09-04
| | * mmc: sdhci-esdhc: break out early if clock is 0Shawn Guo2012-09-04
| | * mmc: mxs-mmc: fix deadlock caused by recursion loopLauri Hintsala2012-09-04
| | * mmc: mxs-mmc: fix deadlock in SDIO IRQ caseLauri Hintsala2012-09-04
| | * mmc: bfin_sdh: fix dma_desc_array build errorSonic Zhang2012-09-04
| |/
* | TTY: use tty_port_register_deviceJiri Slaby2012-08-13
* | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-06
|\|
| * Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-08-01
| |\
| | * ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...Kevin Hilman2012-07-31
| | * mmc: omap: remove private DMA API implementationRussell King2012-07-31
| | * mmc: omap: add DMA engine supportRussell King2012-07-31
| | * mmc: omap_hsmmc: remove private DMA API implementationRussell King2012-07-31
| | * mmc: omap_hsmmc: add DMA engine supportRussell King2012-07-31
| * | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-07-26
| |\ \
| | * \ Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixesArnd Bergmann2012-07-25
| | |\ \
| | | * | ARM: Orion: fix driver probe error handling with respect to clkSimon Baatz2012-07-25
| * | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2012-07-24
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mmc: sh_mmcif: switch to the new DMA channel allocation and configurationGuennadi Liakhovetski2012-07-20
| | * | | mmc: sh_mobile_sdhi: prepare for conversion to the shdma base libraryGuennadi Liakhovetski2012-07-12
| | * | | mmc: sh_mmcif: remove unneeded struct sh_mmcif_dma, prepare to shdma conversionGuennadi Liakhovetski2012-07-12
| * | | | Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-23
| |\ \ \ \
| | * \ \ \ Merge branch 'for-3.6/common-clk' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-07-06
| | |\ \ \ \
| | | * | | | mmc: tegra: add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-11
| | | |/ / /
| | * | | | Merge branch 'tegra/cleanup' into next/clkArnd Bergmann2012-07-06
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-23
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'for-3.6/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2012-07-06
| | |\ \ \ \ \ | | | |/ / / / | | |/| / / / | | | |/ / /
| | | * / / mmc: tegra: use bus-width property instead of support-8bitStephen Warren2012-06-11
| | | |/ /
| * | | | mmc: sdhci-dove: Prepare for common clock frameworkSebastian Hesselbarth2012-07-22
| * | | | mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BITSebastian Hesselbarth2012-07-22
| * | | | mmc: omap_hsmmc: ensure probe returns error upon resource failureKevin Hilman2012-07-22
| * | | | mmc: mxs-mmc: Add wp-inverted propertyMarek Vasut2012-07-22
| * | | | mmc: esdhc: Fix DMA_MASK to not break mx25 DMA accessWilson Callan2012-07-22
| * | | | mmc: core: reset signal voltage on power upAaron Lu2012-07-22
| * | | | mmc: sd: Fix sd current limit settingAaron Lu2012-07-22
| * | | | mmc: omap_hsmmc: add clk_prepare and clk_unprepareRajendra Nayak2012-07-22
| * | | | mmc: sdhci: When a UHS switch fails, cycle power if regulator is usedPhilip Rakity2012-07-22
| * | | | mmc: atmel-mci: modify CLKDIV displaying in debugfsNicolas Ferre2012-07-22
| * | | | mmc: atmel-mci: fix incorrect setting of host->data to NULLNicolas Ferre2012-07-22
| * | | | mmc: sdhci: poll for card even when card is logically unremovableDaniel Drake2012-07-22
| * | | | mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMERAaron Lu2012-07-22
| * | | | mmc: sdio: Change pr_warning to pr_warn_ratelimitedLiu Chuansheng2012-07-22
| * | | | mmc: core: Simplify and fix for SD switch processingAaron Lu2012-07-22