- 34bb7d3 drivers: mmc: Remove duplicate newlines by Marek Vasut · 4 months ago
- dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
- abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- c0f4bc7 mmc: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- c1edd47 mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig by Tom Rini · 7 months ago
- 6853d89 mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops by Ian Roberts · 7 months ago
- dad81fb mmc: Drop unused mmc_send_tuning() cmd_error parameter by Marek Vasut · 9 months ago
- 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
- 7ab6500 mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error by Pali Rohár · 2 years, 7 months ago
- bdd47f3 Convert CONFIG_ESDHC_DETECT_QUIRK to Kconfig by Tom Rini · 2 years, 5 months ago
- 3a672d6 mmc: fsl_esdhc: Add new config option for default fallback mode by Pali Rohár · 2 years, 7 months ago
- 39a43b0 mmc: fsl_esdhc: Set fallback mode to 1-bit by Pali Rohár · 2 years, 7 months ago
- 6c6cec3 mmc: fsl_esdhc: Define macro ESDHCCTL_SNOOP for Snoop attribute by Pali Rohár · 2 years, 8 months ago
- 1822a97 drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver by Stephen Carlson · 3 years, 3 months ago
- ff31efc mmc: fsl_esdhc: remove 1ms sleep in esdhc_send_cmd_common() by Michael Walle · 3 years, 3 months ago
- e087cd6 mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT by Yangbo Lu · 3 years, 6 months ago
- 7259dc5 mmc: fsl_esdhc: add pulse width detection workaround by Michael Walle · 3 years, 8 months ago
- 148dc61 mmc: fsl_esdhc: add workaround for erratum A-011334 by Michael Walle · 3 years, 8 months ago
- 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- 8fbe95b mmc: fsl_esdhc: make sure delay chain locked for HS400 by Yangbo Lu · 4 years, 1 month ago
- ee2708b mmc: fsl_esdhc: set sysctl register for clock initialization by Yangbo Lu · 4 years, 1 month ago
- 081d401 mmc: fsl_esdhc: add ADMA2 support by Michael Walle · 4 years, 1 month ago
- bc9e13e mmc: fsl_esdhc: replace most #ifdefs by IS_ENABLED() by Michael Walle · 4 years, 1 month ago
- bdd413f mmc: fsl_esdhc: simplify esdhc_setup_data() by Michael Walle · 4 years, 2 months ago
- c9bba2e mmc: fsl_esdhc: use dma-mapping API by Michael Walle · 4 years, 2 months ago
- 4ff0c69 mmc: fsl_esdhc: simplify 64bit check for SDMA transfers by Michael Walle · 4 years, 2 months ago
- 9ac60a4 mmc: fsl_esdhc: fix eMMC HS400 stability issue by Yangbo Lu · 4 years, 3 months ago
- dd08eea mmc: fsl_esdhc: fix mmc->clock with actual clock by Yangbo Lu · 4 years, 3 months ago
- 8f9ace1 mmc: fsl_esdhc: support eMMC HS400 mode by Yangbo Lu · 4 years, 3 months ago
- 573859c mmc: fsl_esdhc: clean TBCTL[TB_EN] manually during init by Yangbo Lu · 4 years, 3 months ago
- 73da9c8 mmc: fsl_esdhc: support tuning for eMMC HS200 by Yangbo Lu · 4 years, 3 months ago
- 76c7469 mmc: fsl_esdhc: add a reinit() callback by Yangbo Lu · 4 years, 3 months ago
- f9049b2 Move eSDHC adapter card identification to board files by Yangbo Lu · 4 years, 5 months ago
- ff98fde Drop global data sdhc_adapter for powerpc by Yangbo Lu · 4 years, 5 months ago
- f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
- ce88402 mmc: fsl_esdhc: workaround for hardware 3.3v IO reliability issue by Yangbo Lu · 4 years, 6 months ago
- 8abc043 mmc: fsl_esdhc: read register once for card inserted status by Yangbo Lu · 4 years, 6 months ago
- 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
- a6d1f1a mmc: fsl_esdhc: actually enable cache snooping on mpc830x by Rasmus Villemoes · 4 years, 10 months ago
- 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- 1ca7a9f Drop CONFIG_FSL_ESDHC_USE_PERIPHERAL_CLK usage by Yangbo Lu · 5 years ago
- 5ebc07a mmc: fsl_esdhc: drop useless fdt fixup by Yangbo Lu · 5 years ago
- 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- b8626e4 mmc: fsl_esdhc: get clock directly from global data by Yangbo Lu · 5 years ago
- 4fc9333 mmc: fsl_esdhc: clean up DM and non-DM code by Yangbo Lu · 5 years ago
- f3bcc83 mmc: fsl_esdhc: always check write protect state by Yangbo Lu · 5 years ago
- 9fed28d mmc: fsl_esdhc: drop redundant code for non-removable feature by Yangbo Lu · 5 years ago
- b64dc8d mmc: fsl_esdhc: convert to use fsl_esdhc_get_cfg_common() by Yangbo Lu · 5 years ago
- 501e3a5 mmc: fsl_esdhc: clean up bus width configuration code by Yangbo Lu · 5 years ago
- 63267b4 mmc: fsl_esdhc: fix voltage validation by Yangbo Lu · 5 years ago
- d17d260 mmc: fsl_esdhc: drop controller initialization in fsl_esdhc_init() by Yangbo Lu · 5 years ago
- 4ee9b86 mmc: fsl_esdhc: drop i.MX DDR support code by Yangbo Lu · 5 years ago
- d385697 mmc: fsl_esdhc: remove redundant DM_MMC checking by Yangbo Lu · 5 years ago
- 77f2632 mmc: fsl_esdhc: make BLK as hard requirement of DM_MMC by Yangbo Lu · 5 years ago
- 101d3ef mmc: fsl_esdhc: Add emmc hs200 support by Yinbo Zhu · 5 years ago
- 62b56b3 mmc: fsl_esdhc: drop i.MX code by Yangbo Lu · 5 years ago
- 4cc119b mmc: fsl_esdhc: fix probe issue without CONFIG_BLK enabled by Yangbo Lu · 6 years ago
- 583d5e9 driver: mmc: adopt 32 bit addr in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · 6 years ago
- 4bc8601 driver: mmc: set sdhc clock in fsl_esdhc for CONFIG_PPC by Yinbo Zhu · 6 years ago
- 2a52183 Revert "mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue" by Lukasz Majewski · 6 years ago
- e1f4f69 mmc: fsl_esdhc: Fix wp_enable issue by Ye Li · 6 years ago
- 56fd85d mmc: fsl_esdhc: fix sd/mmc ddr mode clock setting issue by Ye Li · 6 years ago
- f3a7c24 mmc: fsl_esdhc: Fix DM_REGULATOR ifdefs for SPL builds by Abel Vesa · 6 years ago
- 0b0409c Merge tag 'u-boot-imx-20190129' of git://git.denx.de/u-boot-imx by Tom Rini · 6 years ago
- 3fba961 mmc: fsl_esdhc: add compatible for fsl, imx53-esdhc by Patrick Bruenn · 6 years ago
- 520a669 drivers: esdhc: add support for ColdFire mcf5441x family by Angelo Dureghello · 6 years ago
- af9d442 mmc: fsl_esdhc: make get_cd work well in dm_mmc_ops by Yinbo Zhu · 6 years ago
- 7300ef5 mmc: fsl_esdhc: Avoid infinite loop in esdhc_send_cmd_common() by Fabio Estevam · 6 years ago
- 39945c1 imx: rename mx8m,MX8M to imx8m,IMX8M by Peng Fan · 6 years ago
- 4c286b7 mmc: fsl_esdhc: add uclass clk support by Peng Fan · 6 years ago
- ef6e9ca fsl_esdhc: Update usdhc driver to support i.MX8 by Ye Li · 6 years ago
- ddd8d75 mmc: fsl_esdhc: enable HS400 feature by Peng Fan · 6 years ago
- 239cb2f mmc: add the MMC_CLK_ENABLE/DISABLE macro in mmc.h by Jaehoon Chung · 7 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- c414270 mmc: fsl_esdhc: support SDR104 and HS200 by Peng Fan · 7 years ago
- b9b4236 mmc: fsl_esdhc: add strobe and tuning entry by Peng Fan · 7 years ago
- 3364c4b mmc: fsl_esdhc: support i.MX8M by Peng Fan · 7 years ago
- 22464e0 mmc: fsl_esdhc: Fix i.MX53 eSDHCv3 clock by Benoît Thébaudeau · 7 years ago
- 283620c mmc: fsl_esdhc: Fix eMMC 1.8v setting issue by Peng Fan · 7 years ago
- d6246bf mmc: add a new mmc parameter to disable mmc clock by Kishon Vijay Abraham I · 7 years ago
- 2a7b6f5 mmc: fsl_esdhc: Fix PIO timeout by Benoît Thébaudeau · 7 years ago
- eba48f9 dm: mmc: Drop CONFIG_DM_MMC_OPS by Simon Glass · 7 years ago
- b9876e2 dm: imx: cm_fx6: Enable more driver model support by Simon Glass · 7 years ago
- 407025d dm: mmc: fsl_esdhc: Update to support MMC operations by Simon Glass · 7 years ago
- 80e9df4 dm: mmc: fsl_esdhc: Update to support livetree by Simon Glass · 7 years ago
- 5ee3980 dm: mmc: fsl_esdhc: Drop mmc_init() call from fsl_esdhc_init() by Simon Glass · 7 years ago
- fa02ca5 dm: mmc: fsl_esdhc: Set up platform data by Simon Glass · 7 years ago
- 0c3ef22 dm: mmc: fsl_esdhc: Detect init failure by Simon Glass · 7 years ago
- 81357b5 dm: mmc: fsl_esdhc: Detect reset failure by Simon Glass · 7 years ago
- 6aa55dc dm: mmc: fsl_esdhc: Set up common versions of operations by Simon Glass · 7 years ago
- 1d177d4 dm: mmc: fsl_esdhc: Pass private data to internal functions by Simon Glass · 7 years ago
- 88610a7 mmc: fsl_esdhc: not always setting esdhc fdt status to okay by Yang Li · 7 years ago
- 107a5e4 driver: mmc: fsl_esdhc: Fix compiling warning by York Sun · 7 years ago
- 7ecd35e mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECT by Peng Fan · 7 years ago
- 5eb8b43 dm: mmc: fsl_esdhc: handle vqmmc supply by Peng Fan · 7 years ago