From: Peng Fan <peng.fan@oss.nxp.com>
To: trini@konsulko.com
Cc: u-boot@lists.denx.de
Subject: [GIT PULL] Please pull mmc-2025-04-11
Date: Fri, 11 Apr 2025 15:39:23 +0800 [thread overview]
Message-ID: <20250411073923.GA5328@nxa18884-linux> (raw)
Hi Tom,
Please pull mmc-2025-04-11
-------------------------------------------------------------------------
Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing
Optimize eMMC erasing time
Simplify poll CD logic
Fix possible Synchronous Abort for sdhci
Kconfig dependencies fix
Minor code update, return fail if mmc_complete_init, avoid uniniting twice
-------------------------------------------------------------------------
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/25640
Thanks,
Peng
The following changes since commit cb7555e93075114fe4af0adb806877ac4d4ef80d:
Merge patch series "*** Add Ethernet boot support for AM62Ax + phyCORE-AM62 SoMs ***" (2025-04-10 15:04:09 -0600)
are available in the Git repository at:
https://source.denx.de/u-boot/custodians/u-boot-mmc.git tags/mmc-2025-04-11
for you to fetch changes up to 7550bfdbf41b721f750a62b87a42a3329a2e2f81:
mmc: mmc_boot: Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing (2025-04-11 11:51:04 +0800)
----------------------------------------------------------------
Jonas Karlman (1):
mmc: sdhci: Fix possible Synchronous Abort using PIO mode
Luke Wang (1):
mmc: mmc_boot: Support Sandisk and Micron eMMC BOOT/RPMB hardware partition resizing
Marek Vasut (2):
mmc: Simplify poll CD logic in case cyclic framework is enabled
mmc: Exit from mmc_init() if mmc_complete_init() fails
Peng Fan (1):
mmc: Optimize eMMC erase speed
Simon Glass (1):
mmc: Avoid uniniting twice
Tom Rini (1):
mmc: Kconfig: Correct dependencies SDHCI ADMA options
drivers/mmc/Kconfig | 2 ++
drivers/mmc/mmc-uclass.c | 16 ++---------
drivers/mmc/mmc.c | 16 +++++------
drivers/mmc/mmc_boot.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------
drivers/mmc/mmc_write.c | 11 ++++++++
drivers/mmc/sdhci.c | 6 ++--
include/mmc.h | 12 +++++++-
7 files changed, 183 insertions(+), 53 deletions(-)
next reply other threads:[~2025-04-11 6:31 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-11 7:39 Peng Fan [this message]
2025-04-11 18:10 ` [GIT PULL] Please pull mmc-2025-04-11 Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250411073923.GA5328@nxa18884-linux \
--to=peng.fan@oss.nxp.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.