index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
PXA: Kill last remnants of set_GPIO_mode function
Marek Vasut
2011-12-19
1
-5
/
+0
*
tegra2: Modify MMC driver to handle power and cd GPIOs
Stephen Warren
2011-12-09
2
-7
/
+39
*
PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X
Marek Vasut
2011-12-06
2
-5
/
+6
*
Revert "mmc: retry the cmd8 to meet 74 clocks requirement in the spec"
Macpaul Lin
2011-11-25
1
-14
/
+2
*
mmc: mv_sdhci: Fix host version read for Armada100
Ajay Bhargav
2011-11-25
1
-1
/
+4
*
davinci, mmc: fix gcc 4.6 build warnings
Heiko Schocher
2011-11-16
1
-4
/
+3
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-11-16
3
-12
/
+366
|
\
|
*
omap: Checkpatch fixes
Sricharan
2011-11-15
1
-12
/
+14
|
*
iMX28: Add SSP MMC driver
Marek Vasut
2011-11-11
2
-0
/
+352
*
|
Tegra2: mmc: Factor out mmc_wait_inhibit functionality
Anton staaf
2011-11-12
1
-19
/
+27
*
|
Tegra2: mmc: Add data transfer completion timeout
Anton staaf
2011-11-12
1
-0
/
+14
*
|
Tegra2: mmc: Support DMA restarts at buffer boundaries
Anton staaf
2011-11-12
1
-2
/
+11
*
|
Tegra2: mmc: define register field values in tegra2_mmc.h
Anton staaf
2011-11-12
2
-27
/
+85
*
|
MMC: PL180: Fix infinite loop with VExpress extended fifo implementation
Jon Medhurst (Tixy)
2011-11-08
1
-26
/
+0
|
/
*
tegra2: Move MMC clock initialization into MMC driver
Stephen Warren
2011-11-03
1
-3
/
+9
*
mmc: sdhci: fix sdma bug for large file transfer
Lei Wen
2011-11-03
1
-1
/
+1
*
mmc: sdhci: add timeout for data transfer
Lei Wen
2011-11-03
1
-1
/
+8
*
mmc: sdhci: add mmc structure for host
Lei Wen
2011-11-03
1
-0
/
+1
*
mmc: sdhci: fix cache flush
Lei Wen
2011-11-03
1
-1
/
+1
*
mmc: CMD7:MMC_CMD_SELECT_CARD response fix
Ajay Bhargav
2011-11-03
1
-1
/
+1
*
mmc: test mmc bus width on startup
Lei Wen
2011-11-03
1
-18
/
+26
*
mmc: change magic number to macro define
Lei Wen
2011-11-03
1
-9
/
+12
*
mmc: mv_sdhci: fix 8bus width access for 88SV331xV5
Lei Wen
2011-11-03
1
-0
/
+33
*
mmc: retry the cmd8 to meet 74 clocks requirement in the spec
Lei Wen
2011-11-03
1
-2
/
+14
*
PXA: Add MMC driver using the generic MMC framework
Marek Vasut
2011-11-03
2
-0
/
+443
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Wolfgang Denk
2011-10-28
3
-62
/
+37
|
\
|
*
mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unset
Tom Rini
2011-10-27
1
-0
/
+4
|
*
tegra2: Enable MMC for Seaboard
Tom Warren
2011-10-27
1
-1
/
+1
|
*
tegra2: Add more clock functions
Simon Glass
2011-10-27
2
-61
/
+32
*
|
GCC4.6: Fix warnings in pxa_mmc.c
Marek Vasut
2011-10-27
1
-16
/
+16
|
/
*
mmc: dcache: allocate cache aligned buffers for ext_csd
Anton staaf
2011-10-25
1
-2
/
+2
*
mmc: dcache: allocate cache aligned buffer for scr and switch_status
Anton staaf
2011-10-25
1
-5
/
+5
*
mmc: omap: config VMMC, MMC1_PBIAS
Balaji T K
2011-09-30
1
-3
/
+28
*
mmc: omap: enable high capacity
Balaji T K
2011-09-30
1
-1
/
+2
*
ftsdc010: add support of ftsdc010 mmc controller
Macpaul Lin
2011-09-04
2
-0
/
+668
*
mmc: Fix mmc_send_status()
Marek Vasut
2011-09-04
1
-1
/
+2
*
OMAP3: Remove legacy mmc driver
Tom Rini
2011-09-04
3
-804
/
+0
*
mmc: S5P: Support DMA restarts at buffer boundaries
Anton Staaf
2011-09-03
1
-4
/
+11
*
Revert "AT91:mmc:fix multiple read/write error"
Andy Fleming
2011-07-28
2
-12
/
+1
*
disk/part.c: Make features optional
Matthew McClintock
2011-07-26
1
-0
/
+2
*
AT91:mmc:fix multiple read/write error
elen.song
2011-07-15
2
-1
/
+12
*
mmc: Access mode validation for eMMC cards > 2 GiB
Ćukasz Majewski
2011-07-15
2
-2
/
+6
*
mmc: sh_mmcif: add support for Renesas MMCIF
Yoshihiro Shimoda
2011-07-15
3
-0
/
+847
*
mmc: fix the condition for MMC version 4
Yoshihiro Shimoda
2011-07-15
1
-4
/
+11
*
MMC: add marvell sdhci driver
Lei Wen
2011-07-15
2
-0
/
+22
*
MMC: add sdhci generic framework
Lei Wen
2011-07-15
2
-0
/
+434
*
MMC: add erase function to both mmc and sd
Lei Wen
2011-07-15
1
-0
/
+102
*
mmc: Tegra2: SD/MMC driver for Seaboard - eMMC on SDMMC4, SDIO on SDMMC3
Tom Warren
2011-07-15
3
-0
/
+592
*
S5P: add set_mmc_clk for external clock control
Jaehoon Chung
2011-05-26
1
-0
/
+4
*
MMC S5P: Fix typo
Dirk Behme
2011-05-26
1
-1
/
+1
[next]