index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
sdhci-of: Fix the wrong accessor to HOSTVER register
Dave Liu
2009-06-03
1
-1
/
+7
*
mvsdio: fix config failure with some high speed SDHC cards
Nicolas Pitre
2009-06-03
1
-0
/
+25
*
mvsdio: ignore high speed timing requests from the core
Nicolas Pitre
2009-06-03
1
-0
/
+9
*
mmc/omap: Use disable_irq_nosync() from within irq handlers.
Ben Nizette
2009-06-03
1
-1
/
+1
*
sdhci-of: Add fsl,esdhc as a valid compatible to bind against
Kumar Gala
2009-06-03
1
-0
/
+1
*
mvsdio: allow automatic loading when modular
Nicolas Pitre
2009-06-03
1
-0
/
+1
*
mxcmmc: Fix missing return value checking in DMA setup code.
Martin Fuzzey
2009-06-03
1
-10
/
+26
*
mxcmmc : Reset the SDHC hardware if software timeout occurs.
Martin Fuzzey
2009-06-03
1
-1
/
+6
*
omap_hsmmc: Trivial fix for a typo in comment
Anand Gadiyar
2009-06-03
1
-1
/
+1
*
mxcmmc: decrease minimum frequency to make MMC cards work
Sascha Hauer
2009-06-03
1
-1
/
+3
*
[ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void *
Alessandro Rubini
2009-05-20
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2009-05-05
6
-13
/
+22
|
\
|
*
mvsdio: fix CONFIG_PM=y build
Rabin Vincent
2009-05-03
1
-6
/
+5
|
*
mmci: fix crash with debug enabled
Rabin Vincent
2009-05-03
1
-1
/
+1
|
*
sdhci: catch ADMA errors
Pierre Ossman
2009-05-03
1
-1
/
+1
|
*
mmc: increase power up delay
José M. Fernández
2009-05-03
1
-2
/
+2
|
*
sdhci-pci: bad error handling in probe function
Dan Carpenter
2009-05-03
1
-3
/
+5
|
*
mmc_block: be prepared for oversized requests
Pierre Ossman
2009-05-03
1
-0
/
+8
*
|
ARM: OMAP: MMC: Remove unused power_pin
Ladislav Michl
2009-04-23
1
-2
/
+0
|
/
*
mmc_spi: support for non-byte-aligned cards
Wolfgang Muees
2009-04-08
1
-38
/
+112
*
omap_hsmmc: Do not expect cmd/data to be non-null when CC/TC occurs
Jarkko Lavinen
2009-04-08
1
-1
/
+1
*
mmc: Fix compile for omap_hsmmc.c
Tony Lindgren
2009-04-08
1
-1
/
+0
*
mmc_spi: convert timeout handling to jiffies and avoid busy waiting
Wolfgang Muees
2009-04-08
1
-17
/
+21
*
mmc_spi: do not check CID and CSD blocks with CRC16
Wolfgang Muees
2009-04-08
1
-9
/
+12
*
omap_hsmmc: Flush posted write to IRQ
Kevin Hilman
2009-04-08
1
-0
/
+4
*
New mail address for Pierre Ossman
Pierre Ossman
2009-04-08
3
-3
/
+3
*
imxmmc: move RSSR BLR
Paulius Zaleckas
2009-04-08
1
-7
/
+3
*
imxmmc: init-exit rework
Paulius Zaleckas
2009-04-08
1
-5
/
+4
*
mmc: Accept EXT_CSD rev 1.3 since it is backwards compatible with 1.2
Jarkko Lavinen
2009-04-08
1
-1
/
+1
*
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
Yang Hongyang
2009-04-07
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...
Linus Torvalds
2009-04-05
18
-271
/
+2090
|
\
|
*
atmel-mci: fix sdc_reg typo
Hans-Christian Egtvedt
2009-03-24
1
-1
/
+1
|
*
mmc: Add OpenFirmware bindings for SDHCI driver
Anton Vorontsov
2009-03-24
3
-0
/
+321
|
*
sdhci: Add quirk for forcing maximum block size to 2048 bytes
Anton Vorontsov
2009-03-24
2
-7
/
+15
|
*
sdhci: Add quirk for controllers that need IRQ re-init after reset
Anton Vorontsov
2009-03-24
2
-0
/
+9
|
*
sdhci: Add quirk for controllers that need small delays for PIO
Anton Vorontsov
2009-03-24
2
-0
/
+5
|
*
sdhci: Add set_clock callback and a quirk for nonstandard clocks
Anton Vorontsov
2009-03-24
2
-0
/
+10
|
*
sdhci: Add get_{max,timeout}_clock callbacks
Ben Dooks
2009-03-24
2
-7
/
+17
|
*
sdhci: Add support for hosts reporting inverted write-protect state
Anton Vorontsov
2009-03-24
2
-0
/
+4
|
*
sdhci: Add support for card-detection polling
Anton Vorontsov
2009-03-24
2
-2
/
+17
|
*
sdhci: Enable only relevant (DMA/PIO) interrupts during transfers
Anton Vorontsov
2009-03-24
1
-3
/
+14
|
*
sdhci: Split card-detection IRQs management from sdhci_init()
Anton Vorontsov
2009-03-24
2
-17
/
+62
|
*
sdhci: Add support for bus-specific IO memory accessors
Anton Vorontsov
2009-03-24
3
-81
/
+180
|
*
mmc_spi: adjust for delayed data token response
Wolfgang Muees
2009-03-24
1
-3
/
+24
|
*
omap_hsmmc: Wait for SDBP
Adrian Hunter
2009-03-24
1
-5
/
+15
|
*
omap_hsmmc: Fix MMC3 dma
Grazvydas Ignotas
2009-03-24
1
-11
/
+25
|
*
omap_hsmmc: Disable SDBP at suspend
Jarkko Lavinen
2009-03-24
1
-14
/
+2
|
*
omap_hsmmc: Do not prefix slot name
Adrian Hunter
2009-03-24
1
-1
/
+1
|
*
omap_hsmmc: Allow cover switch to cause rescan
Adrian Hunter
2009-03-24
1
-4
/
+7
|
*
omap_hsmmc: Add 8-bit bus width mode support
Jarkko Lavinen
2009-03-24
1
-1
/
+11
[next]