index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Lines
2012-09-04
mmc: omap: fix broken PIO mode
Paul Walmsley
-3
/
+11
2012-09-04
mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption.
Ian Chen
-1
/
+25
2012-09-04
mmc: dw_mmc: Disable low power mode if SDIO interrupts are used
Doug Anderson
-3
/
+38
2012-09-04
mmc: dw_mmc: fix error handling in PIO mode
Seungwon Jeon
-27
/
+2
2012-09-04
mmc: dw_mmc: correct mishandling error interrupt
Seungwon Jeon
-3
/
+1
2012-09-04
mmc: dw_mmc: amend using error interrupt status
Seungwon Jeon
-6
/
+5
2012-09-04
mmc: atmel-mci: not busy flag has also to be used for read operations
Ludovic Desroches
-1
/
+5
2012-09-04
mmc: sdhci-esdhc: break out early if clock is 0
Shawn Guo
-3
/
+3
2012-09-04
mmc: mxs-mmc: fix deadlock caused by recursion loop
Lauri Hintsala
-5
/
+5
2012-09-04
mmc: mxs-mmc: fix deadlock in SDIO IRQ case
Lauri Hintsala
-2
/
+2
2012-09-04
mmc: bfin_sdh: fix dma_desc_array build error
Sonic Zhang
-7
/
+0
2012-08-01
Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
-307
/
+265
2012-07-31
ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel reque...
Kevin Hilman
-0
/
+2
2012-07-31
mmc: omap: remove private DMA API implementation
Russell King
-229
/
+6
2012-07-31
mmc: omap: add DMA engine support
Russell King
-12
/
+190
2012-07-31
mmc: omap_hsmmc: remove private DMA API implementation
Russell King
-200
/
+63
2012-07-31
mmc: omap_hsmmc: add DMA engine support
Russell King
-27
/
+165
2012-07-26
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-0
/
+4
2012-07-25
Merge branch 'v3.5-rc7-fixes' of git://github.com/lunn/linux into fixes
Arnd Bergmann
-0
/
+4
2012-07-25
ARM: Orion: fix driver probe error handling with respect to clk
Simon Baatz
-0
/
+4
2012-07-24
Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
-44
/
+52
2012-07-23
Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
-3
/
+3
2012-07-23
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
-1
/
+4
2012-07-22
mmc: sdhci-dove: Prepare for common clock framework
Sebastian Hesselbarth
-1
/
+47
2012-07-22
mmc: sdhci-dove: Add SDHCI_QUIRK_NO_HISPD_BIT
Sebastian Hesselbarth
-1
/
+2
2012-07-22
mmc: omap_hsmmc: ensure probe returns error upon resource failure
Kevin Hilman
-0
/
+2
2012-07-22
mmc: mxs-mmc: Add wp-inverted property
Marek Vasut
-2
/
+13
2012-07-22
mmc: esdhc: Fix DMA_MASK to not break mx25 DMA access
Wilson Callan
-2
/
+7
2012-07-22
mmc: core: reset signal voltage on power up
Aaron Lu
-16
/
+3
2012-07-22
mmc: sd: Fix sd current limit setting
Aaron Lu
-43
/
+57
2012-07-22
mmc: omap_hsmmc: add clk_prepare and clk_unprepare
Rajendra Nayak
-7
/
+7
2012-07-22
mmc: sdhci: When a UHS switch fails, cycle power if regulator is used
Philip Rakity
-0
/
+4
2012-07-22
mmc: atmel-mci: modify CLKDIV displaying in debugfs
Nicolas Ferre
-3
/
+9
2012-07-22
mmc: atmel-mci: fix incorrect setting of host->data to NULL
Nicolas Ferre
-1
/
+1
2012-07-22
mmc: sdhci: poll for card even when card is logically unremovable
Daniel Drake
-1
/
+1
2012-07-22
mmc: sdhci: Introduce new flag SDHCI_USING_RETUNING_TIMER
Aaron Lu
-18
/
+12
2012-07-22
mmc: sdio: Change pr_warning to pr_warn_ratelimited
Liu Chuansheng
-1
/
+1
2012-07-22
mmc: core: Simplify and fix for SD switch processing
Aaron Lu
-72
/
+22
2012-07-22
mmc: sdhci: restore host settings when card is removed
Aaron Lu
-0
/
+12
2012-07-22
mmc: sdhci: fix incorrect command used in tuning
Aaron Lu
-1
/
+7
2012-07-22
mmc: sdhci-pci: CaFe has broken card detection
Daniel Drake
-0
/
+1
2012-07-22
mmc: sdhci: Report failure reasons for all cases in sdhci_add_host()
Mark Brown
-2
/
+8
2012-07-22
mmc: s3cmci: Convert s3cmci driver to gpiolib API
Sylwester Nawrocki
-7
/
+3
2012-07-22
mmc: sdhci: Allow caps[1] to be set via SDHCI_QUIRK_MISSING_CAPS
Philip Rakity
-3
/
+5
2012-07-22
mmc: mxs-mmc: enable regulator for mmc slot
Shawn Guo
-0
/
+11
2012-07-21
mmc: core: correct invalid error checking
Alan Cox
-1
/
+1
2012-07-21
mmc: only support voltage (vdd) that regulator agrees with
Philip Rakity
-0
/
+17
2012-07-21
mmc: sdhci: only set 200mA support for 1.8v if 200mA is available
Philip Rakity
-12
/
+13
2012-07-21
mmc: sdhci: if MAX_CURRENT is 0, try getting current from regulator
Philip Rakity
-6
/
+23
2012-07-21
mmc: sh_mmcif: support generic card-detection
Guennadi Liakhovetski
-0
/
+18
[next]