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
*
mmc: invalidate block cache after hwpart switched successfully
Weijie Gao
2019-08-30
1
-1
/
+6
*
mmc: stm32_sdmmc2: reload watchdog
Christophe Kerello
2019-08-27
1
-0
/
+3
*
mmc: sti_sdhci: Fix sdhci_setup_cfg() call.
Patrice Chotard
2019-08-27
1
-3
/
+3
*
mmc: stm32_sdmmc2: Increase SDMMC_BUSYD0END_TIMEOUT_US
Patrice Chotard
2019-08-27
1
-1
/
+1
*
Convert CONFIG_FSL_USDHC to Kconfig
Adam Ford
2019-08-23
1
-0
/
+7
*
mmc: mtk-sd: Add MT8183 SoC support
Fabien Parent
2019-08-20
1
-0
/
+10
*
mmc: Add support for HI3660 SoC reusing hi6220_dw_mmc driver
Manivannan Sadhasivam
2019-08-11
1
-3
/
+26
*
mmc: Move tegra loopback disable option to be under tegra
Trent Piepho
2019-08-09
1
-11
/
+11
*
Merge tag 'mmc-8-9' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2019-08-09
10
-15
/
+22
|
\
|
*
mmc: tangier_sdhci: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-1
/
+2
|
*
mmc: sdhci-cadence: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-1
/
+2
|
*
mmc: s5p: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-2
/
+2
|
*
mmc: pci: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-2
/
+2
|
*
mmc: msm_sdhci: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-2
/
+2
|
*
mmc: bcm: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
2
-2
/
+5
|
*
mmc: atmel_sdhci: fix uninitialized pointer deref on probe
Peng Fan
2019-08-09
1
-2
/
+2
|
*
mmc: zynq_sdhci: fix uninitialized pointer deref on probe
Matwey V. Kornilov
2019-08-09
1
-3
/
+4
|
*
mmc: Select SPL_HS200_SUPPORT if SPL_HS400_SUPPORT is selected
Faiz Abbas
2019-08-09
1
-0
/
+1
*
|
Merge tag 'u-boot-rockchip-20190809' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
2019-08-09
1
-0
/
+16
|
\
\
|
|
/
|
/
|
|
*
dw_mmc: turn on the IO supply
Urja Rannikko
2019-07-31
1
-0
/
+16
*
|
mmc: relocate code comment
Baruch Siach
2019-07-31
1
-1
/
+1
*
|
mmc: mtk-sd: add WATCHDOG_RESET() to prevent watchdog timeout
Weijie Gao
2019-07-31
1
-0
/
+3
*
|
mmc: sdhci: fix chip detect gpio property name
Baruch Siach
2019-07-31
1
-1
/
+1
*
|
mmc: mv_sdhci: fix uninitialized pointer deref on probe
Baruch Siach
2019-07-31
1
-3
/
+3
|
/
*
Merge branch '2019-07-26-ti-imports'
Tom Rini
2019-07-27
1
-43
/
+71
|
\
|
*
mmc: am654_sdhci: Separate J721E compatible into 8bit and 4bit versions
Faiz Abbas
2019-07-26
1
-43
/
+71
*
|
Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi
Tom Rini
2019-07-27
1
-1
/
+3
|
\
\
|
|
/
|
/
|
|
*
mmc: mmc_spi: Use SPI_XFER_BEGIN and SPI_XFER_END flags
Anup Patel
2019-07-18
1
-1
/
+3
*
|
rockchip: sdhci: Fix sdhci mmc driver probe abort
Kever Yang
2019-07-20
1
-4
/
+4
*
|
mmc: am654_sdhci: Allow driver to probe without PDs specified
Andreas Dannenberg
2019-07-17
1
-8
/
+8
*
|
mmc: am654_sdhci: Add a platform specific set_control_reg() callback
Faiz Abbas
2019-07-17
1
-1
/
+17
*
|
mmc: sdhci: Add support for HOST_CONTROL2 and setting UHS timings
Faiz Abbas
2019-07-17
2
-36
/
+37
*
|
mmc: am654_sdhci: Add Support for PHY
Faiz Abbas
2019-07-17
2
-7
/
+219
*
|
mmc: sdhci: Make set_ios_post() return int
Faiz Abbas
2019-07-17
2
-2
/
+4
*
|
mmc: sdhci: Make sdhci_set_clock() non static
Faiz Abbas
2019-07-17
1
-1
/
+1
*
|
mmc: sdhci: Add support for sdhci-caps-mask
Faiz Abbas
2019-07-17
1
-3
/
+15
*
|
mmc: am654_sdhci: Remove quirks
Faiz Abbas
2019-07-17
1
-3
/
+0
*
|
arm64: dts: k3: Sync sdhci0 node from kernel and change driver name
Faiz Abbas
2019-07-17
3
-23
/
+23
|
/
*
Merge tag 'mmc-2019-7-15' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
Tom Rini
2019-07-15
10
-298
/
+634
|
\
|
*
mmc: fsl_esdhc_imx: enlarge mmc timeout
Peng Fan
2019-07-15
1
-2
/
+2
|
*
mmc: fsl_esdhc_imx: add i.MX8QM compatible
Peng Fan
2019-07-15
1
-0
/
+7
|
*
mmc: fsl_esdhc_imx: add HS400 Enhanced strobe support
Peng Fan
2019-07-15
1
-0
/
+20
|
*
mmc: fsl_esdhc_imx: use mmc_of_parse to set host_caps
Peng Fan
2019-07-15
1
-9
/
+5
|
*
mmc: Parse no-1-8-v DT property
Peng Fan
2019-07-15
1
-0
/
+5
|
*
mmc: Parse HS400 Enhanced strobe DT properties
Peng Fan
2019-07-15
1
-0
/
+2
|
*
mmc: support hs400 enhanced strobe mode
Peng Fan
2019-07-15
3
-1
/
+100
|
*
mmc: fsl_esdhc_imx: fix config check issue when building in SPL
Ye Li
2019-07-15
1
-2
/
+2
|
*
mmc: mmc_spi: Re-write driver using DM framework
Bhargav Shah
2019-07-15
2
-167
/
+320
|
*
mmc: skip select_mode_and_width for MMC SPI host
Anup Patel
2019-07-15
1
-0
/
+14
|
*
mmc: retry a few times if a partition switch failed
Jean-Jacques Hiblot
2019-07-15
1
-3
/
+7
[next]