index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-08
mmc: sdhci-s3c: fix the card detection in runtime-pm
Seungwon Jeon
1
-2
/
+4
2012-11-08
mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare
Thomas Abraham
1
-14
/
+14
2012-11-08
mmc: dw_mmc: constify dw_mci_idmac_ops in exynos back-end
Arnd Bergmann
4
-6
/
+6
2012-11-08
mmc: dw_mmc: fix modular build for exynos back-end
Arnd Bergmann
1
-1
/
+1
2012-11-08
mmc: sdhci: fix NULL dereference in sdhci_request() tuning
Chris Ball
1
-10
/
+13
2012-11-08
mmc: sdhci: fix IS_ERR() checking of regulator_get()
Kevin Liu
1
-6
/
+12
2012-11-08
mmc: fix sdhci-dove probe/removal
Russell King - ARM Linux
1
-18
/
+20
2012-11-08
mmc: sh_mmcif: fix use after free
Guennadi Liakhovetski
1
-1
/
+1
2012-11-08
mmc: sdhci-pci: fix 'Invalid iomem size' error message condition
Adrian Hunter
1
-1
/
+1
2012-11-08
mmc: mxcmmc: Fix MODULE_ALIAS
Fabio Estevam
1
-1
/
+1
2012-11-08
mmc: omap_hsmmc: fix NULL pointer dereference for dt boot
Balaji T K
1
-6
/
+11
2012-11-07
mmc: omap_hsmmc: fix host reference after mmc_free_host
Balaji T K
1
-1
/
+1
2012-11-07
mmc: dw_mmc: fix multiple drv_data NULL dereferences
James Hogan
2
-14
/
+19
2012-11-07
mmc: dw_mmc: enable controller interrupt before calling mmc_start_host
Yuvaraj CD
1
-14
/
+15
2012-11-07
mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCs
Jerry Huang
4
-0
/
+22
2012-11-07
mmc: dw_mmc: remove _dev_info compile warning
Seungwon Jeon
1
-1
/
+1
2012-10-12
mmc: mxs-mmc: Fix merge issue causing build error
Marek Vasut
1
-1
/
+1
2012-10-11
Merge tag 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-1
/
+0
2012-10-10
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
37
-784
/
+1873
2012-10-08
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
Ulf Hansson
4
-87
/
+35
2012-10-08
mmc: sdhci-spear: Add clk_{un}prepare() support
Viresh Kumar
1
-5
/
+5
2012-10-08
mmc: sdhci-spear: add device tree bindings
Viresh Kumar
1
-2
/
+55
2012-10-08
mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume
Chander Kashyap
1
-2
/
+27
2012-10-08
mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator
Chris Ball
1
-4
/
+6
2012-10-08
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
Chris Ball
1
-0
/
+2
2012-10-08
mmc: dt: Support "broken-cd" property in sdhci-pltfm
Chris Ball
1
-0
/
+3
2012-10-08
mmc: sdhci-s3c: fix the wrong number of max bus clocks
Jaehoon Chung
1
-1
/
+1
2012-10-07
ARM: tegra: fix mismerges of header file inclusions
Olof Johansson
1
-1
/
+0
2012-10-05
sections: fix section conflicts in drivers/mmc
Andi Kleen
1
-1
/
+1
2012-10-03
mmc: sh-mmcif: avoid oops on spurious interrupts
Guennadi Liakhovetski
1
-0
/
+4
2012-10-03
mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQ
Guennadi Liakhovetski
1
-1
/
+3
2012-10-03
mmc: sdhci-s3c: Fix crash on module insertion for second time
Chander Kashyap
1
-0
/
+1
2012-10-03
mmc: sdhci-s3c: Enable only required bus clock
Chander Kashyap
1
-5
/
+7
2012-10-03
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
Seungwon Jeon
1
-13
/
+2
2012-10-03
mmc: mxcmmc: fix bug that may block a data transfer forever
Javier Martin
1
-6
/
+70
2012-10-03
mmc: omap_hsmmc: Pass on the suspend failure to the PM core
Vaibhav Bedia
1
-2
/
+1
2012-10-03
mmc: atmel-mci: AP700x PDC is not connected to MCI
Hein_Tibosch
2
-1
/
+8
2012-10-03
mmc: atmel-mci: DMA can be used with other controllers
Hein_Tibosch
1
-13
/
+13
2012-10-03
mmc: mmci: use clk_prepare_enable and clk_disable_unprepare
Julia Lawall
1
-10
/
+3
2012-10-03
mmc: sdhci-s3c: Add device tree support
Thomas Abraham
1
-6
/
+152
2012-10-03
mmc: dw_mmc: add support for exynos specific implementation of dw-mshc
Thomas Abraham
3
-0
/
+263
2012-10-03
mmc: dw_mmc: add support for implementation specific callbacks
Thomas Abraham
4
-4
/
+82
2012-10-03
mmc: dw_mmc: prepare functions in dw_mmc-pltfm for reuse
Thomas Abraham
2
-2
/
+29
2012-10-03
mmc: dw_mmc: add device tree support
Thomas Abraham
2
-7
/
+132
2012-10-03
mmc: dw_mmc: add quirk to indicate missing write protect line
Thomas Abraham
1
-1
/
+3
2012-10-03
mmc: dw_mmc: lookup for optional biu and ciu clocks
Thomas Abraham
1
-3
/
+49
2012-10-03
mmc: dw_mmc: allow probe to succeed even if one slot is initialized
Thomas Abraham
1
-10
/
+13
2012-10-03
mmc: dw_mmc: Use devm_* functions in dw_mmc platform driver
Thomas Abraham
1
-21
/
+8
2012-10-03
mmc: dw_mmc: convert copy of struct device in struct dw_mci to a reference
Thomas Abraham
3
-30
/
+30
2012-10-03
mmc: support BKOPS feature for eMMC
Jaehoon Chung
3
-8
/
+189
[next]