index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
/
host
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmc: sdhci: split up sdhci.h for sdhci-pltfm users
Giuseppe Cavallaro
2010-10-23
1
-131
/
+7
*
mmc: sdhci: fix "pwr may be used uninitialized" warning
Giuseppe Cavallaro
2010-10-23
1
-4
/
+2
*
mmc: sdhci-pltfm: add suspend/resume functions
Giuseppe Cavallaro
2010-10-23
1
-0
/
+21
*
mmc: Move regulator handling closer to core
Linus Walleij
2010-10-23
3
-26
/
+64
*
mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case
Jaehoon Chung
2010-10-23
1
-1
/
+2
*
mmc: Makefile: Fix EXTRA_CFLAGS assignment
matt mooney
2010-10-23
1
-4
/
+0
*
mmc: sdhci: print out controller name for register debug
Philip Rakity
2010-10-23
1
-1
/
+2
*
mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilities
Giuseppe Cavallaro
2010-10-23
1
-1
/
+1
*
mmc: sdhci: Enable high-speed support for MMC cards
Zhangfei Gao
2010-10-23
1
-1
/
+1
*
mmc: SDHC 3.0: correct f_min calculation for SD 3.0 spec
Zhangfei Gao
2010-10-23
2
-3
/
+12
*
mmc: SDHC 3.0: Base clock frequency change in spec 3.0
Zhangfei Gao
2010-10-23
2
-2
/
+8
*
mmc: SDHC 3.0: support 10-bit divided clock mode
Zhangfei Gao
2010-10-23
2
-5
/
+25
*
mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging
George G. Davis
2010-10-23
1
-1
/
+1
*
mmc: USB SD Host Controller (USHC) driver
David Vrabel
2010-10-23
3
-0
/
+581
*
mmc: Remove distinction between hw and phys segments
Martin K. Petersen
2010-10-23
21
-44
/
+25
*
mmc: au1xmmc.c: use resource_size()
H Hartley Sweeten
2010-10-23
1
-1
/
+1
*
mmc: atmel-mci.c: use resource_size()
H Hartley Sweeten
2010-10-23
1
-1
/
+1
*
mmc: at91_mci.c: use resource_size()
H Hartley Sweeten
2010-10-23
1
-4
/
+4
*
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2010-10-22
2
-20
/
+64
|
\
|
*
-
-
-
.
Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's...
Russell King
2010-10-18
9
-40
/
+85
|
|
\
\
\
|
|
|
|
*
ARM: 6437/2: mmci: add some register defines for ST Micro variants
Linus Walleij
2010-10-11
1
-4
/
+10
|
|
|
|
*
ARM: 6370/1: mmci: use _cansleep GPIO functions
Linus Walleij
2010-09-23
1
-2
/
+3
|
|
|
|
*
ARM: 6309/1: mmci: allow neither ->status nor gpio_cd to be specified
Rabin Vincent
2010-09-23
1
-3
/
+7
|
|
|
|
*
ARM: 6308/1: mmci: support card detection interrupts
Rabin Vincent
2010-09-23
2
-1
/
+24
|
|
|
|
*
ARM: 6310/1: mmci: support different FIFO sizes
Rabin Vincent
2010-08-26
2
-10
/
+19
|
|
|
|
*
ARM: 6307/1: mmci: allow the card detect GPIO value not to be inverted
Rabin Vincent
2010-08-26
1
-2
/
+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
pcmcia: move driver name to struct pcmcia_driver
Dominik Brodowski
2010-09-29
1
-3
/
+1
*
|
|
|
pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device
Dominik Brodowski
2010-09-29
1
-1
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_remove
Marek Szyprowski
2010-09-26
1
-2
/
+4
*
|
|
mmc: sdhci-s3c: fix incorrect spinlock usage after merge
Marek Szyprowski
2010-09-26
1
-2
/
+4
|
|
/
|
/
|
*
|
drivers/mmc/host/imxmmc.c: adjust confusing if indentation
Julia Lawall
2010-09-10
1
-1
/
+2
*
|
omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspend
Ethan Du
2010-09-10
1
-1
/
+1
*
|
mmc: at91_mci: add missing linux/highmem.h include
Marc Kleine-Budde
2010-09-10
1
-0
/
+1
*
|
omap_hsmmc: remove unused local `state'
Sergio Aguirre
2010-09-10
1
-1
/
+0
*
|
ARM: SAMSUNG: MMC: fix build error when both DMA and PIO mode selected
Jiri Pinkava
2010-09-10
1
-1
/
+1
*
|
mmc: fix the use of kunmap_atomic() in tmio_mmc.h
Guennadi Liakhovetski
2010-09-10
2
-8
/
+7
*
|
tmio_mmc: don't clear unhandled pending interrupts
Yusuke Goda
2010-09-10
1
-4
/
+1
|
/
*
drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function
Kyungmin Park
2010-08-20
1
-3
/
+3
*
sdhci: add no hi-speed bit quirk support
Kyungmin Park
2010-08-20
2
-1
/
+4
*
s5pc110: SDHCI-s3c support on s5pc110
Kyungmin Park
2010-08-20
1
-1
/
+1
*
Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-14
1
-48
/
+11
|
\
|
*
Merge commit 'v2.6.35-rc6' into spi/test
Grant Likely
2010-07-26
1
-0
/
+20
|
|
\
|
*
|
spi/mmc_spi: mmc_spi adaptations for SPI bus locking API
Ernst Schwab
2010-07-04
1
-48
/
+11
*
|
|
Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux...
Linus Torvalds
2010-08-14
3
-17
/
+29
|
\
\
\
|
*
|
|
mmc: msm_sdcc: Rename config MMC_MSM7X00A to MMC_MSM
Sahitya Tummala
2010-08-10
2
-4
/
+5
|
*
|
|
mmc: msm_sdcc: Compile the driver for msm7x30
Sahitya Tummala
2010-08-10
2
-13
/
+2
|
*
|
|
mmc: msm: fix up build breakage on !PM
Daniel Walker
2010-06-24
1
-16
/
+22
|
|
/
/
*
|
|
Merge branch 'msm-core' of git://codeaurora.org/quic/kernel/dwalker/linux-msm
Linus Torvalds
2010-08-12
2
-2
/
+2
|
\
\
\
|
*
|
|
msm: mmc: Add msm prefix to platform data structure
Sahitya Tummala
2010-08-10
2
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2010-08-12
2
-4
/
+5
|
\
\
\
[next]