Hi Tom, Please pull mmc-2025-07-16
----------------------------------------------- Drop unused kona_sdhci driver Tighten config dependencies and a minor cleanup ----------------------------------------------- CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/commit/0f38307dfe0ddca18ed873408e2c5f67873a7aab Thanks, Peng The following changes since commit bcc7bc69b92ab728790aea0d08b2ae5e22d3b09d: MAINTAINERS: Update email of Stefan Roese (2025-07-15 11:20:10 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2025-07-16 for you to fetch changes up to 0f38307dfe0ddca18ed873408e2c5f67873a7aab: mmc: Remove unused kona_sdhci driver (2025-07-17 00:24:46 +0800) ---------------------------------------------------------------- Andrew Goodbody (1): mmc: Take cleanup path to free memory on error exit Tom Rini (2): mmc: Tighten some mmc driver dependencies mmc: Remove unused kona_sdhci driver drivers/mmc/Kconfig | 26 +++++++++-------------- drivers/mmc/Makefile | 1 - drivers/mmc/kona_sdhci.c | 132 -------------------------------------------------------------------------------------------------------------------- drivers/mmc/mmc.c | 6 ++++-- 4 files changed, 14 insertions(+), 151 deletions(-) delete mode 100644 drivers/mmc/kona_sdhci.c

