index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
2018-02-21
mmc: synchronize the sequence with enum bus_mode in mmc.h
Jaehoon Chung
2018-02-19
mmc: Fix uninitialised priv member
Alex Kiernan
2018-02-19
mmc: fix bug in mmc_startup_v4()
Jean-Jacques Hiblot
2018-02-19
mmc: Fix bug in sd_set_card_speed()
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: add signal voltage selection support
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: allow mmc clock to be gated
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: implement send_init_stream callback
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: update mmc->clock with the actual bus speed
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: allow the simple HS modes to use the default pinctrl
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: Add support to get pinctrl values and max frequency for diff...
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: Add support to set IODELAY values
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: use mmc_of_parse to populate mmc_config
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: Reduce the max timeout for reset controller fsm
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: Workaround for errata id i802
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: Add tuning support
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: Enable DDR mode support
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: set MMC mode in the UHSMS bit field
Jean-Jacques Hiblot
2018-02-19
mmc: omap_hsmmc: add support to set default io voltage
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: cleanup omap_hsmmc_set_ios
Kishon Vijay Abraham I
2018-02-19
mmc: omap_hsmmc: cleanup clock configuration
Jean-Jacques Hiblot
2018-02-19
mmc: use pr_* log functions
Masahiro Yamada
2018-02-08
Move most CONFIG_HAVE_BLOCK_DEVICE to Kconfig
Adam Ford
2018-02-08
Convert CONFIG_APBH_DMA et al to Kconfig
Adam Ford
2018-02-04
mmc: fsl_esdhc: support SDR104 and HS200
Peng Fan
2018-02-04
mmc: fsl_esdhc: add strobe and tuning entry
Peng Fan
2018-02-04
mmc: fsl_esdhc: support i.MX8M
Peng Fan
2018-01-28
mmc: Add bcm2835 sdhost controller
Alexander Graf
2018-01-26
Merge git://git.denx.de/u-boot-spi
Tom Rini
2018-01-24
mmc: Poll for broken card detection case
Jun Nie
2018-01-24
mmc: fix to assign to correct clock value when clock is enabling
Jaehoon Chung
2018-01-24
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
Álvaro Fernández Rojas
2018-01-22
mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock
Benoît Thébaudeau
2018-01-22
mmc: fix the wrong disabling clock
Jaehoon Chung
2018-01-22
mmc: sdhci: change data transfer failure into debug message
Masahiro Yamada
2018-01-22
mmc: sdhci-cadence: add HS200 support
Masahiro Yamada
2018-01-22
mmc: sdhci-cadence: call mmc_of_parse()
Masahiro Yamada
2018-01-22
mmc: sdhci-cadence: use bitfield access macros for cleanup
Masahiro Yamada
2018-01-22
mmc: sdhci: do not overwrite host_caps in sdhci_setup_cfg()
Masahiro Yamada
2018-01-22
mmc: let mmc_of_parse() fail for insane bus-width value
Masahiro Yamada
2018-01-22
mmc: do not overwrite cfg->f_max if "max-frequency" if missing
Masahiro Yamada
2018-01-19
mmc: omap_hsmmc: Fix incorrect bit operations for disabling a bit
Kishon Vijay Abraham I
2018-01-19
mmc: omap_hsmmc: Enable Auto command (CMD12) enable
Kishon Vijay Abraham I
2018-01-19
mmc: omap_hsmmc: Add support for DMA (ADMA2)
Kishon Vijay Abraham I
2018-01-18
Revert "omap_hsmmc: update struct hsmmc to accommodate omap3 from DT"
Jean-Jacques Hiblot
2018-01-13
mmc: fsl_esdhc: Fix eMMC 1.8v setting issue
Peng Fan
2018-01-12
mmc: remove hc_wp_grp_size from struct mmc if not needed
Jean-Jacques Hiblot
2018-01-12
mmc: don't read the size of eMMC enhanced user data area in SPL
Jean-Jacques Hiblot
2018-01-12
mmc: compile out erase and write mmc commands if write operations are not ena...
Jean-Jacques Hiblot
2018-01-12
mmc: read ssr only if MMC write support is enabled
Jean-Jacques Hiblot
2018-01-12
mmc: add a Kconfig option to enable the support for MMC write operations
Jean-Jacques Hiblot
[next]