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
2014-03-04
mmc: omap_hsmmc: support more DT properties
Daniel Mack
1
-0
/
+6
2014-03-04
mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controller
Nishanth Menon
1
-4
/
+22
2014-03-04
mmc: omap_hsmmc: remove a duplicative test
Dan Carpenter
1
-2
/
+1
2014-03-03
mmc: dw_mmc: fix possible build error
Felipe Balbi
2
-1
/
+3
2014-03-03
mmc: sdhci-s3c: Do not allow frequencies higher than requested
Tomasz Figa
1
-1
/
+8
2014-03-03
mmc: sdhci-s3c: Fix handling of bus clock switching
Tomasz Figa
1
-61
/
+17
2014-03-03
mmc: sdhci-s3c: Simplify min/max clock calculation
Tomasz Figa
1
-20
/
+40
2014-03-03
mmc: sdhci-s3c: Use correct condition to check for clock presence
Tomasz Figa
1
-5
/
+3
2014-03-03
mmc: sdhci-s3c: Cache bus clock rates
Tomasz Figa
1
-3
/
+6
2014-03-03
mmc: sdhci-s3c: Use shifts to divide by powers of two
Tomasz Figa
1
-5
/
+5
2014-02-27
mmc: dw_mmc: Add support for SOCFPGA's platform specific implementation
Dinh Nguyen
1
-2
/
+8
2014-02-27
mmc: dw_mmc-socfpga: Remove the SOCFPGA specific platform for dw_mmc
Dinh Nguyen
3
-147
/
+0
2014-02-26
mmc: dw_mmc: Fix NULL pointer dereference
Sachin Kamat
1
-1
/
+1
2014-02-26
mmc: dw_mmc: Add missing description
Sachin Kamat
1
-0
/
+1
2014-02-26
mmc: sdhci-dove: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2014-02-26
mmc: dw_mmc: Remove redundant of_match_ptr
Sachin Kamat
1
-1
/
+1
2014-02-26
mmc: davinci: Remove redundant of_match_ptr
Sachin Kamat
1
-2
/
+2
2014-02-26
mmc: sdhci-spear: Fix NULL pointer dereference
Sachin Kamat
1
-5
/
+3
2014-02-26
mmc: wmt-sdmmc: Fix NULL pointer dereference
Sachin Kamat
1
-1
/
+3
2014-02-26
mmc: ushc: Fix incorrect parameter in sizeof
Sachin Kamat
1
-1
/
+1
2014-02-24
mmc: sdhci-bcm-kona: Add basic use of clocks
Tim Kryger
1
-2
/
+35
2014-02-23
mmc: mmci: Enable support for busy detection for ux500 variant
Ulf Hansson
2
-8
/
+45
2014-02-23
mmc: mmci: Handle CMD irq before DATA irq
Ulf Hansson
1
-4
/
+5
2014-02-23
mmc: block: Fixup busy detection while invoking stop cmd at recovery
Ulf Hansson
1
-28
/
+55
2014-02-23
mmc: block: Respect hw busy detection in card_busy_detect()
Ulf Hansson
1
-2
/
+8
2014-02-23
mmc: block: Implement card_busy_detect() for busy detection
Ulf Hansson
1
-35
/
+47
2014-02-23
mmc: block: Use R1 responses for stop cmds for read requests
Ulf Hansson
1
-1
/
+6
2014-02-23
mmc: core: Respect host's max_busy_timeout when sending sleep cmd
Ulf Hansson
1
-3
/
+16
2014-02-23
mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode
Ulf Hansson
1
-1
/
+3
2014-02-23
mmc: core: Fixup busy detection for mmc switch operations
Ulf Hansson
1
-7
/
+26
2014-02-23
mmc: core: Minor simplifications to __mmc_switch
Ulf Hansson
1
-11
/
+9
2014-02-23
mmc: core: Add ignore_crc flag to __mmc_switch
Ulf Hansson
3
-16
/
+19
2014-02-23
mmc: core: Rename cmd_timeout_ms to busy_timeout
Ulf Hansson
3
-6
/
+6
2014-02-23
mmc: core: Rename max_discard_to to max_busy_timeout
Ulf Hansson
2
-4
/
+4
2014-02-22
mmc: core: Add DT bindings for eMMC HS200 1.8/1.2V
Jaehoon Chung
1
-0
/
+4
2014-02-22
mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2V
Ulf Hansson
1
-0
/
+4
2014-02-22
mmc: core: Add DT bindings for SD card's UHS bus speed modes
Ulf Hansson
1
-0
/
+10
2014-02-22
mmc: rtsx: add support for pre_req and post_req
Micky Ching
1
-68
/
+350
2014-02-22
mmc: rtsx: modify phase searching method for tuning
Micky Ching
1
-80
/
+32
2014-02-22
mmc: rtsx: fix card poweroff bug
Micky Ching
1
-1
/
+2
2014-02-22
mmc: sdhci: add support for realtek rts5250
Micky Ching
2
-1
/
+22
2014-02-22
mmc: omap: Add erase capability
Jarkko Nikula
1
-7
/
+11
2014-02-22
mmc: omap: Remove always set use_dma flag from struct mmc_omap_host
Jarkko Nikula
1
-10
/
+5
2014-02-22
mmc: omap: Convert to devm_ioremap_resource
Jarkko Nikula
1
-29
/
+12
2014-02-22
mmc: omap: Remove mem_res field from struct mmc_omap_host
Jarkko Nikula
1
-3
/
+1
2014-02-22
mmc: omap: Remove duplicate host->irq assignment
Jarkko Nikula
1
-1
/
+0
2014-02-22
mmc: omap: Convert to devm_kzalloc
Jarkko Nikula
1
-4
/
+2
2014-02-22
mmc: omap: Fix NULL pointer dereference due uninitialized cover_tasklet
Jarkko Nikula
1
-5
/
+7
2014-02-22
mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791
Kuninori Morimoto
1
-0
/
+1
2014-02-22
mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7790
Kuninori Morimoto
1
-1
/
+9
[prev]
[next]