[GIT PULL] Please pull u-boot-mmc master

Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
Best Regards, Jaehoon Chung
CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/15512
The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28:
Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06 14:56:05 -0500)
are available in the Git repository at:
git@source.denx.de:u-boot/custodians/u-boot-mmc.git master
for you to fetch changes up to 279b0f4a9265bb9fd55cf2005646ebf43e47b50e:
mmc: mv_sdhci: Depend on DM_MMC (2023-03-09 14:33:40 +0900)
---------------------------------------------------------------- Loic Poulain (3): mmc: Check support for TRIM operations mmc: erase: Use TRIM erase when available test: dm: mmc: Check block erasing boundaries
Marek Vasut (2): spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_sector() spl: mmc: Pass eMMC HW partition 7 through
Stefan Roese (3): mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config() mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support mmc: mv_sdhci: Depend on DM_MMC
arch/arm/mach-imx/image-container.c | 2 ++ arch/arm/mach-sunxi/board.c | 2 ++ common/spl/spl_mmc.c | 10 +++++-- drivers/mmc/Kconfig | 1 + drivers/mmc/mmc.c | 3 ++ drivers/mmc/mmc_write.c | 34 +++++++++++++++-------- drivers/mmc/mv_sdhci.c | 55 ++++++------------------------------- include/mmc.h | 4 +++ test/dm/mmc.c | 14 +++++----- 9 files changed, 58 insertions(+), 67 deletions(-)

On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!

On 3/10/23 16:44, Tom Rini wrote:
On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!
The stuff from me can easily go into next.

On 3/10/23 17:28, Marek Vasut wrote:
On 3/10/23 16:44, Tom Rini wrote:
On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!
The stuff from me can easily go into next.
Same for my patches.
Thanks, Stefan

On Fri, Mar 10, 2023 at 05:28:40PM +0100, Marek Vasut wrote:
On 3/10/23 16:44, Tom Rini wrote:
On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!
The stuff from me can easily go into next.
And on that note, I have bad news. This commit: Author: Marek Vasut marex@denx.de Date: Thu Jan 5 15:28:31 2023 +0100
spl: mmc: Pass eMMC HW partition 7 through
leads to my pine64_plus board hanging in SPL with: U-Boot SPL 2023.04-rc3-00084-g85f29eb025cb (Mar 10 2023 - 13:05:36 -0500) DRAM: 1024 MiB Trying to boot from MMC1
When trying to boot from SD card. If you don't have something there that you can get to fail, let me know and I'll get you access to my lab.

Hi,
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Saturday, March 11, 2023 3:09 AM To: Marek Vasut marex@denx.de Cc: Jaehoon Chung jh80.chung@samsung.com; U-Boot Mailing List U-Boot@lists.denx.de; Loic Poulain loic.poulain@linaro.org; Stefan Roese sr@denx.de; Jae hoon Chung jh80.chung@gmail.com Subject: Re: [GIT PULL] Please pull u-boot-mmc master
On Fri, Mar 10, 2023 at 05:28:40PM +0100, Marek Vasut wrote:
On 3/10/23 16:44, Tom Rini wrote:
On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!
The stuff from me can easily go into next.
And on that note, I have bad news. This commit: Author: Marek Vasut marex@denx.de Date: Thu Jan 5 15:28:31 2023 +0100
spl: mmc: Pass eMMC HW partition 7 through
leads to my pine64_plus board hanging in SPL with: U-Boot SPL 2023.04-rc3-00084-g85f29eb025cb (Mar 10 2023 - 13:05:36 -0500) DRAM: 1024 MiB Trying to boot from MMC1
When trying to boot from SD card. If you don't have something there that you can get to fail, let me know and I'll get you access to my lab.
I will check again this. Thanks!
Best Regards, Jaehoon Chung
-- Tom

Dear Tom,
-----Original Message----- From: Tom Rini trini@konsulko.com Sent: Saturday, March 11, 2023 12:44 AM To: Jaehoon Chung jh80.chung@samsung.com Cc: U-Boot Mailing List U-Boot@lists.denx.de; Loic Poulain loic.poulain@linaro.org; Marek Vasut marex@denx.de; Stefan Roese sr@denx.de; Jae hoon Chung jh80.chung@gmail.com Subject: Re: [GIT PULL] Please pull u-boot-mmc master
On Fri, Mar 10, 2023 at 01:22:15PM +0900, Jaehoon Chung wrote:
Dear Tom,
Please pull u-boot-mmc master into u-boot master branch. If there is any problem, let me know, plz.
At this point in the cycle I have to ask, are these all fixes of specific issues? If not, I'd rather take this to -next. Thanks!
Okay. I will request PR as -next again. Discard this PR.
Best Regards, Jaehoon Chung
-- Tom
participants (4)
-
Jaehoon Chung
-
Marek Vasut
-
Stefan Roese
-
Tom Rini