All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20220727080103epcas1p4c3103d75001a8582f37066f46e2b4209@epcas1p4.samsung.com>
@ 2022-07-27  8:01 ` Jaehoon Chung
  2022-07-27 13:05   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-07-27  8:01 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Peng Fan, Pali Rohár, Ying-Chun Liu (PaulLiu),
	Heinrich Schuchardt

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/12906


The following changes since commit 86feeab3dc71977afb70f595e42060ce324086d0:

  Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-07-26 10:26:00 -0400)

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 2785fc4868db1f2643ffd2b989c88cde9dcced4c:

  mmc: pci_mmc.c should build with ACPIGEN=n (2022-07-27 15:19:42 +0900)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      mmc: pci_mmc.c should build with ACPIGEN=n

Jim Liu (1):
      mmc: nuvoton: Add NPCM7xx mmc driver

Pali Rohár (1):
      mmc: fsl_esdhc: Fix 'Internal clock never stabilised.' error

Ying-Chun Liu (PaulLiu) (2):
      drivers: mmc: write protect single boot area
      cmd: mmc: allow to write protect single boot partition

 cmd/mmc.c                | 18 ++++++++--
 drivers/mmc/Kconfig      | 12 +++++++
 drivers/mmc/Makefile     |  1 +
 drivers/mmc/fsl_esdhc.c  | 17 ++++++++++
 drivers/mmc/mmc.c        | 27 +++++++++++++++
 drivers/mmc/npcm_sdhci.c | 86 ++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/pci_mmc.c    |  3 ++
 include/mmc.h            | 16 +++++++++
 8 files changed, 177 insertions(+), 3 deletions(-)
 create mode 100644 drivers/mmc/npcm_sdhci.c

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-07-27  8:01 ` [GIT PULL] Please pull u-boot-mmc master Jaehoon Chung
@ 2022-07-27 13:05   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-07-27 13:05 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, Pali Rohár,
	Ying-Chun Liu (PaulLiu),
	Heinrich Schuchardt

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

On Wed, Jul 27, 2022 at 05:01:03PM +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.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12906
> 
> 
> The following changes since commit 86feeab3dc71977afb70f595e42060ce324086d0:
> 
>   Merge tag 'u-boot-imx-20220726' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-07-26 10:26:00 -0400)
> 
> 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 2785fc4868db1f2643ffd2b989c88cde9dcced4c:
> 
>   mmc: pci_mmc.c should build with ACPIGEN=n (2022-07-27 15:19:42 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-30  7:42       ` Francesco Dolcini
  2024-05-01  7:30         ` Greg Malysa
@ 2024-05-02  2:40         ` Greg Malysa
  1 sibling, 0 replies; 40+ messages in thread
From: Greg Malysa @ 2024-05-02  2:40 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: Judith Mendez, Jae hoon Chung, Ian Roberts, Tom Rini,
	Jaehoon Chung, U-Boot Mailing List, maximilian.brune,
	curtis.machida, Jonas Karlman, ian.roberts@timesys.com Peng Fan,
	sheng.tan

On Tue, Apr 30, 2024 at 3:42 AM Francesco Dolcini <francesco@dolcini.it> wrote:
>
> On Mon, Apr 29, 2024 at 03:39:53PM -0500, Judith Mendez wrote:
> > A patch in this series caused a regression for AM62x SK with the
> > following error:
>
> +1, this affects also Verdin AM62.

Hi, please try https://patchwork.ozlabs.org/project/uboot/patch/20240501185331.1189647-1-alexander.sverdlin@siemens.com/
as this should explain the issue and also fix it.

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-30  7:42       ` Francesco Dolcini
@ 2024-05-01  7:30         ` Greg Malysa
  2024-05-02  2:40         ` Greg Malysa
  1 sibling, 0 replies; 40+ messages in thread
From: Greg Malysa @ 2024-05-01  7:30 UTC (permalink / raw)
  To: Francesco Dolcini
  Cc: Judith Mendez, Jae hoon Chung, Ian Roberts, Tom Rini,
	Jaehoon Chung, U-Boot Mailing List, maximilian.brune,
	curtis.machida, Jonas Karlman, ian.roberts@timesys.com Peng Fan,
	sheng.tan

I am also looking into it since it's our change that is causing the
issue. The functions modified don't return status codes so that must
mean that it is causing the transaction to be configured incorrectly.
However I don't have hardware to test these platforms locally, but I
might be able to get a coworker who has an am62 platform to help me
test (not sure which one though).

Some things I would like to look at first:
1) host->ops->adma_write_desc is expected to be NULL on this platform.
If it weren't it'd probably crash instead but it seems like a decent
starting point. I believe this corresponds to j721e_4bit_sdhci_ops in
this case?
2) Could we compare the contents of the descriptors that are written
in sdhci_adma_write_desc between working and broken builds?
3) sdhci_adma_init is only called if the descriptor table is null; is
there any chance it has a random value instead of NULL to start off,
so it isn't called and adma_addr is not populated correctly?

Thanks,
Greg

--
Greg Malysa
Timesys Corporation

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-29 20:39     ` Judith Mendez
  2024-04-29 22:34       ` Jaehoon Chung
@ 2024-04-30  7:42       ` Francesco Dolcini
  2024-05-01  7:30         ` Greg Malysa
  2024-05-02  2:40         ` Greg Malysa
  1 sibling, 2 replies; 40+ messages in thread
From: Francesco Dolcini @ 2024-04-30  7:42 UTC (permalink / raw)
  To: Judith Mendez, Jae hoon Chung, Greg Malysa, Ian Roberts
  Cc: Tom Rini, Jaehoon Chung, U-Boot Mailing List, maximilian.brune,
	curtis.machida, Jonas Karlman, greg.malysa,
	ian.roberts@timesys.com Peng Fan, sheng.tan

On Mon, Apr 29, 2024 at 03:39:53PM -0500, Judith Mendez wrote:
> On 4/26/24 10:51 AM, Tom Rini wrote:
> > On Fri, Apr 26, 2024 at 07:38:30PM +0900, Jaehoon Chung wrote:
> > > Please pull u-boot-mmc master into u-boot master branch.
> > > If there is any problem, let me know, plz
> > Applied to u-boot/master, thanks!
> A patch in this series caused a regression for AM62x SK with the
> following error:

+1, this affects also Verdin AM62.

```
Trying to boot from MMC1
mmc_load_image_raw_sector: mmc block read error
Partition 1 invalid on device 0
spl_register_fat_device: fat register err - -1
spl_load_image_fat: error reading image u-boot.img, err - -1
SPL: failed to boot from all boot devices
### ERROR ### Please RESET the board ###
```

Francesco


^ permalink raw reply	[flat|nested] 40+ messages in thread

* RE: [GIT PULL] Please pull u-boot-mmc master
  2024-04-29 20:39     ` Judith Mendez
@ 2024-04-29 22:34       ` Jaehoon Chung
  2024-04-30  7:42       ` Francesco Dolcini
  1 sibling, 0 replies; 40+ messages in thread
From: Jaehoon Chung @ 2024-04-29 22:34 UTC (permalink / raw)
  To: 'Judith Mendez', 'Tom Rini'
  Cc: 'U-Boot Mailing List',
	maximilian.brune, curtis.machida, 'Jonas Karlman',
	greg.malysa, ian.roberts, 'Jae	hoon Chung',
	'Peng Fan',
	sheng.tan

Dear Judith,

> -----Original Message-----
> From: Judith Mendez <jm@ti.com>
> Sent: Tuesday, April 30, 2024 5:40 AM
> To: Tom Rini <trini@konsulko.com>; Jaehoon Chung <jh80.chung@samsung.com>
> Cc: U-Boot Mailing List <U-Boot@lists.denx.de>; maximilian.brune@9elements.com;
> curtis.machida@intel.com; Jonas Karlman <jonas@kwiboo.se>; greg.malysa@timesys.com;
> ian.roberts@timesys.com; Jae hoon Chung <jh80.chung@gmail.com>; Peng Fan <peng.fan@nxp.com>;
> sheng.tan@9elements.com
> Subject: Re: [GIT PULL] Please pull u-boot-mmc master
>
> Hi all,
>
> On 4/26/24 10:51 AM, Tom Rini wrote:
> > On Fri, Apr 26, 2024 at 07:38:30PM +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
> >>
> >> Best Regards,
> >> Jaehoon Chung
> >>
> >> CI: https://protect2.fireeye.com/v1/url?k=aa60f1d5-cbebe4f5-aa617a9a-74fe485fb347-
> 9095c5a77eabfca7&q=1&e=d67a142c-0b69-4de3-be99-de9292c603f2&u=https%3A%2F%2Fsource.denx.de%2Fu-
> boot%2Fcustodians%2Fu-boot-mmc%2F-%2Fpipelines%2F20547
> >>
> >> The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd:
> >>
> >>    Merge tag 'fsl-qoriq-2024-4-24' of https://protect2.fireeye.com/v1/url?k=93e2c287-f269d7a7-
> 93e349c8-74fe485fb347-247fe01368500b3b&q=1&e=d67a142c-0b69-4de3-be99-
> de9292c603f2&u=https%3A%2F%2Fsource.denx.de%2Fu-boot%2Fcustodians%2Fu-boot-fsl-qoriq (2024-04-23
> 17:53:06 -0600)
> >>
> >> 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 1776213dadef4b578f98bcf18beb152f8975a8bf:
> >>
> >>    mmc: arm_pl180: Limit data transfer to U16_MAX (2024-04-26 15:32:06 +0900)
> >>
> >
> > Applied to u-boot/master, thanks!
> >
>
>
> A patch in this series caused a regression for AM62x SK with the
> following error:
>
> Error reading cluster
> spl_load_image_fat: error reading image u-boot.img, err - -22
> SPL: failed to boot from all boot devices (err=-6)
> ### ERROR ### Please RESET the board ###
>
> Git bisect showed "mmc: sdhci: introduce adma_write_desc() hook to
> struct sdhci_ops" to be the offending commit.
>
> Could someone point me to the next steps to fix this issue?

I will check this problem. Thanks for pointing out.

Best Regards,
Jaehoon Chung

>
> regards,
> Judith



^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-26 15:51   ` Tom Rini
@ 2024-04-29 20:39     ` Judith Mendez
  2024-04-29 22:34       ` Jaehoon Chung
  2024-04-30  7:42       ` Francesco Dolcini
  0 siblings, 2 replies; 40+ messages in thread
From: Judith Mendez @ 2024-04-29 20:39 UTC (permalink / raw)
  To: Tom Rini, Jaehoon Chung
  Cc: U-Boot Mailing List, maximilian.brune, curtis.machida,
	Jonas Karlman, greg.malysa, ian.roberts, Jae hoon Chung,
	Peng Fan, sheng.tan

Hi all,

On 4/26/24 10:51 AM, Tom Rini wrote:
> On Fri, Apr 26, 2024 at 07:38:30PM +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
>>
>> Best Regards,
>> Jaehoon Chung
>>
>> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20547
>>
>> The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd:
>>
>>    Merge tag 'fsl-qoriq-2024-4-24' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2024-04-23 17:53:06 -0600)
>>
>> 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 1776213dadef4b578f98bcf18beb152f8975a8bf:
>>
>>    mmc: arm_pl180: Limit data transfer to U16_MAX (2024-04-26 15:32:06 +0900)
>>
> 
> Applied to u-boot/master, thanks!
> 


A patch in this series caused a regression for AM62x SK with the
following error:

Error reading cluster
spl_load_image_fat: error reading image u-boot.img, err - -22
SPL: failed to boot from all boot devices (err=-6)
### ERROR ### Please RESET the board ###

Git bisect showed "mmc: sdhci: introduce adma_write_desc() hook to
struct sdhci_ops" to be the offending commit.

Could someone point me to the next steps to fix this issue?

regards,
Judith

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-26 10:38 ` Jaehoon Chung
@ 2024-04-26 15:51   ` Tom Rini
  2024-04-29 20:39     ` Judith Mendez
  0 siblings, 1 reply; 40+ messages in thread
From: Tom Rini @ 2024-04-26 15:51 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, maximilian.brune, curtis.machida,
	Jonas Karlman, greg.malysa, ian.roberts, Jae hoon Chung,
	Peng Fan, sheng.tan

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On Fri, Apr 26, 2024 at 07:38:30PM +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
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20547
> 
> The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd:
> 
>   Merge tag 'fsl-qoriq-2024-4-24' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2024-04-23 17:53:06 -0600)
> 
> 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 1776213dadef4b578f98bcf18beb152f8975a8bf:
> 
>   mmc: arm_pl180: Limit data transfer to U16_MAX (2024-04-26 15:32:06 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20240426103830epcas1p3720a09dd50c8ef3d16de0a6ff2ff514b@epcas1p3.samsung.com>
@ 2024-04-26 10:38 ` Jaehoon Chung
  2024-04-26 15:51   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2024-04-26 10:38 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: maximilian.brune, curtis.machida, Jonas Karlman, greg.malysa,
	ian.roberts, Tom Rini, Jae hoon Chung, Peng Fan, sheng.tan

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/20547

The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd:

  Merge tag 'fsl-qoriq-2024-4-24' of https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq (2024-04-23 17:53:06 -0600)

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 1776213dadef4b578f98bcf18beb152f8975a8bf:

  mmc: arm_pl180: Limit data transfer to U16_MAX (2024-04-26 15:32:06 +0900)

----------------------------------------------------------------
Greg Malysa (1):
      mmc: Support 32-bit only ADMA on 64-bit platforms

Ian Roberts (2):
      mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops
      mmc: sdhci: Fix potential ADMA descriptor table overflow

Jonas Karlman (2):
      mmc: Imply HS200 cap with mmc-hs400 prop to match linux
      mmc: Add support for the no-mmc-hs400 prop

Maximilian Brune (1):
      mmc: arm_pl180: Limit data transfer to U16_MAX

cmachida (1):
      mmc: sdhci: programmable clock calculation needs multiplier +1

 drivers/mmc/Kconfig          | 18 ++++++++++++++++++
 drivers/mmc/arm_pl180_mmci.c | 10 ++++++++++
 drivers/mmc/fsl_esdhc.c      |  2 +-
 drivers/mmc/mmc-uclass.c     |  7 +++++--
 drivers/mmc/sdhci-adma.c     | 43 +++++++++++++++++++++++++++++--------------
 drivers/mmc/sdhci.c          | 26 ++++++++++++++++++--------
 include/sdhci.h              | 21 +++++++++++++++------
 7 files changed, 96 insertions(+), 31 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2024-04-15  9:52 ` Jaehoon Chung
@ 2024-04-16  0:35   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2024-04-16  0:35 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Heinrich Schuchardt, Jonas Karlman,
	Linus Walleij, Marek Vasut, Yang Xiwen

[-- Attachment #1: Type: text/plain, Size: 956 bytes --]

On Mon, Apr 15, 2024 at 06:52:30PM +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.
> 
> BTW, I'm checking other pending patches in more detail.
> After checking, I will apply them into u-boot-mmc. Sorry for too late.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20345
> 
> The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)
> 
> 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 3657ef738ad6aa2c32c569e7ae67a5557343f7d0:
> 
>   mmc: cv1800b_sdhci: Remove the unused argument (2024-04-15 17:58:59 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20240415095231epcas1p4106945fe2de51e77e1fd60684c3c83bb@epcas1p4.samsung.com>
@ 2024-04-15  9:52 ` Jaehoon Chung
  2024-04-16  0:35   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2024-04-15  9:52 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Heinrich Schuchardt, Tom Rini, Jonas Karlman, Linus Walleij,
	Marek Vasut, Yang Xiwen, Jaehoon Chung

Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz.

BTW, I'm checking other pending patches in more detail.
After checking, I will apply them into u-boot-mmc. Sorry for too late.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/20345

The following changes since commit b03b49046af5dfca599d2ce8f0aafed89b97aa91:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2024-04-14 15:58:31 -0600)

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 3657ef738ad6aa2c32c569e7ae67a5557343f7d0:

  mmc: cv1800b_sdhci: Remove the unused argument (2024-04-15 17:58:59 +0900)

----------------------------------------------------------------
Heinrich Schuchardt (2):
      mmc: Avoid buffer overrun in mmc_startup()
      mmc: Don't suggest to build modules in Kconfig.

Jaehoon Chung (1):
      mmc: cv1800b_sdhci: Remove the unused argument

Jonas Karlman (1):
      mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL

Linus Walleij (1):
      mmc: arm_pl180_mmci: Rely on DM

Marek Vasut (7):
      mmc: Drop unused mmc_send_tuning() cmd_error parameter
      mmc: tmio: Check INFO1 for completion during DMA transfer
      mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails
      mmc: Convert hs400_tuning flag from u8 to bool
      mmc: Add generic tuning flag
      mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback
      mmc: Unconditionally call mmc_deinit()

Yang Xiwen (3):
      mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled
      mmc: dw_mmc: Don't return error if data busy timeout
      mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe

 drivers/mmc/Kconfig           | 23 +++++++++-----
 drivers/mmc/Makefile          |  2 +-
 drivers/mmc/am654_sdhci.c     |  2 +-
 drivers/mmc/arm_pl180_mmci.c  | 66 ++-------------------------------------
 drivers/mmc/cv1800b_sdhci.c   |  2 +-
 drivers/mmc/dw_mmc.c          |  4 +--
 drivers/mmc/fsl_esdhc.c       |  2 +-
 drivers/mmc/fsl_esdhc_imx.c   |  2 +-
 drivers/mmc/hi6220_dw_mmc.c   | 72 +++++++++++++++++++++++++++++++++++++++++--
 drivers/mmc/meson_gx_mmc.c    |  2 +-
 drivers/mmc/mmc-uclass.c      | 21 +++++--------
 drivers/mmc/mmc.c             | 38 +++++++++++++++++------
 drivers/mmc/mtk-sd.c          | 21 ++++++-------
 drivers/mmc/octeontx_hsmmc.c  |  8 ++++-
 drivers/mmc/omap_hsmmc.c      |  6 ++--
 drivers/mmc/renesas-sdhi.c    | 21 +++++++------
 drivers/mmc/rockchip_dw_mmc.c |  2 +-
 drivers/mmc/sdhci-cadence.c   |  2 +-
 drivers/mmc/tmio-common.c     |  8 ++++-
 include/mmc.h                 |  9 +++---
 20 files changed, 179 insertions(+), 134 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-11-01  7:56 ` Jaehoon Chung
@ 2023-11-01 14:47   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2023-11-01 14:47 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, marex, sean.anderson, Bin Meng,
	Oleksandr Suvorov, Peng Fan, Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

On Wed, Nov 01, 2023 at 04:56:30PM +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. 
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/18386
> 
> The following changes since commit 62fc66b6d228d628c3f672c736aa57e4174ac783:
> 
>   Merge branch '2023-10-31-platform-updates' (2023-10-31 13:08:10 -0400)
> 
> 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 b5f403936d037e0bc08e78b8af64adf53da13b90:
> 
>   cmd: mmc: Add mmc reg read command for reading card registers (2023-11-01 10:09:21 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20231101075631epcas1p319becae866c164fd73339181486f8f35@epcas1p3.samsung.com>
@ 2023-11-01  7:56 ` Jaehoon Chung
  2023-11-01 14:47   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-11-01  7:56 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: marex, sean.anderson, Bin Meng, Tom Rini, Oleksandr Suvorov,
	Peng Fan, Jae hoon Chung

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/18386

The following changes since commit 62fc66b6d228d628c3f672c736aa57e4174ac783:

  Merge branch '2023-10-31-platform-updates' (2023-10-31 13:08:10 -0400)

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 b5f403936d037e0bc08e78b8af64adf53da13b90:

  cmd: mmc: Add mmc reg read command for reading card registers (2023-11-01 10:09:21 +0900)

----------------------------------------------------------------
Bin Meng (1):
      mmc: pci: Drop the superfluous cast

Marek Vasut (1):
      cmd: mmc: Add mmc reg read command for reading card registers

Oleksandr Suvorov (1):
      mmc: spl: select SPL_BLK for SPL_DM_MMC

Sean Anderson (1):
      mmc: sdhci: Rework SDHCI_QUIRK_BROKEN_R1B

 cmd/Kconfig           |  7 ++++
 cmd/mmc.c             | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++
 doc/usage/cmd/mmc.rst | 26 ++++++++++++++
 drivers/mmc/Kconfig   |  1 +
 drivers/mmc/pci_mmc.c |  4 +--
 drivers/mmc/sdhci.c   | 19 ++++++----
 include/sdhci.h       |  1 +
 7 files changed, 145 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-07-18  7:49 ` Jaehoon Chung
@ 2023-07-19 14:46   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2023-07-19 14:46 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Hai Pham, Marek Vasut, alentine Barshak,
	Peng Fan, Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

On Tue, Jul 18, 2023 at 04:49:26PM +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. 
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/16946
> 
> The following changes since commit 13aa090b87a0fbdfe690011669b9fdb96bb1ccc7:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-07-17 10:38:28 -0400)
> 
> 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 50dee4f3610331cc31f1f02f9d4116b716907011:
> 
>   mmc: Set clock when reverting to safe bus mode (2023-07-18 09:17:29 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20230718074927epcas1p35e9551400a04bf405b78288e2a75bd85@epcas1p3.samsung.com>
@ 2023-07-18  7:49 ` Jaehoon Chung
  2023-07-19 14:46   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-07-18  7:49 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Hai Pham, Marek Vasut, alentine Barshak, Peng Fan,
	Jae hoon Chung

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/16946

The following changes since commit 13aa090b87a0fbdfe690011669b9fdb96bb1ccc7:

  Merge https://source.denx.de/u-boot/custodians/u-boot-x86 (2023-07-17 10:38:28 -0400)

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 50dee4f3610331cc31f1f02f9d4116b716907011:

  mmc: Set clock when reverting to safe bus mode (2023-07-18 09:17:29 +0900)

----------------------------------------------------------------
Hai Pham (2):
      mmc: Introduce mmc_send_stop_transmission()
      mmc: renesas-sdhi: Send stop when MMC tuning command fails

Marek Vasut (1):
      mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment

Valentine Barshak (1):
      mmc: Set clock when reverting to safe bus mode

 drivers/mmc/mmc.c          | 26 ++++++++++++++++++++++----
 drivers/mmc/renesas-sdhi.c | 11 +++++++++++
 include/mmc.h              |  2 ++
 3 files changed, 35 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* RE: [GIT PULL] Please pull u-boot-mmc master
  2023-07-04  1:29 ` Jaehoon Chung
@ 2023-07-06  7:16   ` Jaehoon Chung
  0 siblings, 0 replies; 40+ messages in thread
From: Jaehoon Chung @ 2023-07-06  7:16 UTC (permalink / raw)
  To: 'U-Boot Mailing List'
  Cc: 'Tom Rini', 'Hai Pham', 'Marek	Vasut',
	'Pali Rohár', 'alentine Barshak',
	'Jae hoon Chung', 'Peng Fan'

Dear Tom,

> -----Original Message-----
> From: U-Boot <u-boot-bounces@lists.denx.de> On Behalf Of Jaehoon Chung
> Sent: Tuesday, July 4, 2023 10:29 AM
> To: U-Boot Mailing List <U-Boot@lists.denx.de>
> Cc: Tom Rini <trini@konsulko.com>; Hai Pham <hai.pham.ud@renesas.com>; Marek Vasut <marex@denx.de>;
> Pali Rohár <pali@kernel.org>; alentine Barshak <valentine.barshak@cogentembedded.com>; Jae hoon Chung
> <jh80.chung@gmail.com>; Peng Fan <peng.fan@nxp.com>
> Subject: [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. Sorry for too late.
> 
> Those patches are the fixing reensas-sdhi tuning command error and improve the comment.
> (I have also tested with this patchset on my board.)


Discard this PR. I will resend PR for next with other patches.

Best Regards,
Jaehoon Chung

> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://protect2.fireeye.com/v1/url?k=3413c387-6b8feaad-341248c8-000babe598f7-
> 1d8ae2363cc60248&q=1&e=aa47dcdd-bf48-4c74-8476-5a86c94862a1&u=https%3A%2F%2Fsource.denx.de%2Fu-
> boot%2Fcustodians%2Fu-boot-mmc%2F-%2Fpipelines%2F16765
> 
> 
> The following changes since commit e1bebc16e1d9aa0ddd56c53c0b781f7186dce557:
> 
>   Prepare v2023.07-rc6 (2023-07-03 13:48:58 -0400)
> 
> 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 40825dbac96542e914df4baa3aa0252a503b6b88:
> 
>   mmc: Set clock when reverting to safe bus mode (2023-07-04 08:14:18 +0900)
> 
> ----------------------------------------------------------------
> Hai Pham (2):
>       mmc: Introduce mmc_send_stop_transmission()
>       mmc: renesas-sdhi: Send stop when MMC tuning command fails
> 
> Marek Vasut (1):
>       mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment
> 
> Pali Rohár (1):
>       mmc: spl: Add comments for default_spl_mmc_emmc_boot_partition()
> 
> Valentine Barshak (1):
>       mmc: Set clock when reverting to safe bus mode
> 
>  common/spl/spl_mmc.c       | 42 +++++++++++++++++++++++++++++++++++++++---
>  drivers/mmc/mmc.c          | 26 ++++++++++++++++++++++----
>  drivers/mmc/renesas-sdhi.c | 11 +++++++++++
>  include/mmc.h              |  2 ++
>  4 files changed, 74 insertions(+), 7 deletions(-)



^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20230704012927epcas1p105b12a861e9d2503989486c42fbdf964@epcas1p1.samsung.com>
@ 2023-07-04  1:29 ` Jaehoon Chung
  2023-07-06  7:16   ` Jaehoon Chung
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-07-04  1:29 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Hai Pham, Marek Vasut, Pali Rohár,
	alentine Barshak, Jae hoon Chung, Peng Fan

Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz. Sorry for too late.

Those patches are the fixing reensas-sdhi tuning command error and improve the comment.
(I have also tested with this patchset on my board.)

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/16765


The following changes since commit e1bebc16e1d9aa0ddd56c53c0b781f7186dce557:

  Prepare v2023.07-rc6 (2023-07-03 13:48:58 -0400)

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 40825dbac96542e914df4baa3aa0252a503b6b88:

  mmc: Set clock when reverting to safe bus mode (2023-07-04 08:14:18 +0900)

----------------------------------------------------------------
Hai Pham (2):
      mmc: Introduce mmc_send_stop_transmission()
      mmc: renesas-sdhi: Send stop when MMC tuning command fails

Marek Vasut (1):
      mmc: Fix MMC_CMD_STOP_TRANSMISSION response type and add comment

Pali Rohár (1):
      mmc: spl: Add comments for default_spl_mmc_emmc_boot_partition()

Valentine Barshak (1):
      mmc: Set clock when reverting to safe bus mode

 common/spl/spl_mmc.c       | 42 +++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/mmc.c          | 26 ++++++++++++++++++++++----
 drivers/mmc/renesas-sdhi.c | 11 +++++++++++
 include/mmc.h              |  2 ++
 4 files changed, 74 insertions(+), 7 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-04-10 10:18 ` Jaehoon Chung
@ 2023-04-10 14:37   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2023-04-10 14:37 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Loic Poulain, ZY - sr, Jae hoon Chung,
	Pali Rohár

[-- Attachment #1: Type: text/plain, Size: 842 bytes --]

On Mon, Apr 10, 2023 at 07:18:55PM +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.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/15969
> 
> 
> The following changes since commit 7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc:
> 
>   Merge tag 'efi-2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-04-09 11:08:39 -0400)
> 
> 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 fbf368f176641029ac30843d4d3dbf26e384df38:
> 
>   cmd: mmc: Return CMD_RET_* from commands (2023-04-10 12:18:45 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20230410101856epcas1p31eeb4d987e1323b270e82f40d67f81aa@epcas1p3.samsung.com>
@ 2023-04-10 10:18 ` Jaehoon Chung
  2023-04-10 14:37   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-04-10 10:18 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Loic Poulain, ZY - sr, Jaehoon Chung, Jae hoon Chung,
	Pali Rohár

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/15969


The following changes since commit 7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc:

  Merge tag 'efi-2023-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-efi (2023-04-09 11:08:39 -0400)

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 fbf368f176641029ac30843d4d3dbf26e384df38:

  cmd: mmc: Return CMD_RET_* from commands (2023-04-10 12:18:45 +0900)

----------------------------------------------------------------
Loic Poulain (3):
      mmc: Check support for TRIM operations
      mmc: erase: Use TRIM erase when available
      test: dm: mmc: Check block erasing boundaries

Pali Rohár (2):
      mmc: Use EXT_CSD_EXTRACT_BOOT_PART() macro for extracting boot part
      cmd: mmc: Return CMD_RET_* from commands

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

 board/purism/librem5/librem5.c |  2 +-
 cmd/mmc.c                      | 18 ++++++++++----
 cmd/mvebu/bubt.c               |  3 +--
 common/spl/spl_mmc.c           |  2 +-
 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 +++++------
 10 files changed, 63 insertions(+), 73 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* RE: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10 18:08       ` Tom Rini
@ 2023-03-13  5:26         ` Jaehoon Chung
  0 siblings, 0 replies; 40+ messages in thread
From: Jaehoon Chung @ 2023-03-13  5:26 UTC (permalink / raw)
  To: 'Tom Rini', 'Marek Vasut'
  Cc: 'U-Boot Mailing List', 'Loic Poulain',
	'Stefan Roese', 'Jae hoon Chung'

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


^ permalink raw reply	[flat|nested] 40+ messages in thread

* RE: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10 15:44   ` Tom Rini
  2023-03-10 16:28     ` Marek Vasut
@ 2023-03-12 23:06     ` Jaehoon Chung
  1 sibling, 0 replies; 40+ messages in thread
From: Jaehoon Chung @ 2023-03-12 23:06 UTC (permalink / raw)
  To: 'Tom Rini'
  Cc: 'U-Boot Mailing List', 'Loic Poulain',
	'Marek Vasut', 'Stefan Roese',
	'Jae hoon Chung'

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


^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10 16:28     ` Marek Vasut
  2023-03-10 16:30       ` Stefan Roese
@ 2023-03-10 18:08       ` Tom Rini
  2023-03-13  5:26         ` Jaehoon Chung
  1 sibling, 1 reply; 40+ messages in thread
From: Tom Rini @ 2023-03-10 18:08 UTC (permalink / raw)
  To: Marek Vasut
  Cc: Jaehoon Chung, U-Boot Mailing List, Loic Poulain, Stefan Roese,
	Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 1015 bytes --]

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.

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10 16:28     ` Marek Vasut
@ 2023-03-10 16:30       ` Stefan Roese
  2023-03-10 18:08       ` Tom Rini
  1 sibling, 0 replies; 40+ messages in thread
From: Stefan Roese @ 2023-03-10 16:30 UTC (permalink / raw)
  To: Marek Vasut, Tom Rini, Jaehoon Chung
  Cc: U-Boot Mailing List, Loic Poulain, Jae hoon Chung

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

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10 15:44   ` Tom Rini
@ 2023-03-10 16:28     ` Marek Vasut
  2023-03-10 16:30       ` Stefan Roese
  2023-03-10 18:08       ` Tom Rini
  2023-03-12 23:06     ` Jaehoon Chung
  1 sibling, 2 replies; 40+ messages in thread
From: Marek Vasut @ 2023-03-10 16:28 UTC (permalink / raw)
  To: Tom Rini, Jaehoon Chung
  Cc: U-Boot Mailing List, Loic Poulain, Stefan Roese, Jae hoon Chung

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.

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-03-10  4:22 ` Jaehoon Chung
@ 2023-03-10 15:44   ` Tom Rini
  2023-03-10 16:28     ` Marek Vasut
  2023-03-12 23:06     ` Jaehoon Chung
  0 siblings, 2 replies; 40+ messages in thread
From: Tom Rini @ 2023-03-10 15:44 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Loic Poulain, Marek Vasut, Stefan Roese,
	Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20230310042215epcas1p1fdf2d3566134769ce7a384e02555b72f@epcas1p1.samsung.com>
@ 2023-03-10  4:22 ` Jaehoon Chung
  2023-03-10 15:44   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-03-10  4:22 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Loic Poulain, Marek Vasut, Stefan Roese,
	Jae hoon Chung, Jaehoon Chung

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(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2023-01-31 23:38 ` Jaehoon Chung
@ 2023-02-01  3:33   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2023-02-01  3:33 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Michal Simek, ashok.reddy.soma, Marek Vasut,
	Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

On Wed, Feb 01, 2023 at 08:38:35AM +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.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/14951
> 
> 
> The following changes since commit 30db474704405be823259851cbb76fa05366c8af:
> 
>   Prepare v2023.04-rc1 (2023-01-30 15:36:45 -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 a1f8abf4686065f46ac840e956a1aeb68d90d969:
> 
>   mmc: zynq_sdhci: Add support and quirk for HS400 (2023-01-31 22:02:27 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20230131233835epcas1p4dce463a1db46e3ef773ca560fd305af8@epcas1p4.samsung.com>
@ 2023-01-31 23:38 ` Jaehoon Chung
  2023-02-01  3:33   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2023-01-31 23:38 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Michal Simek, ashok.reddy.soma, Marek Vasut, Jae hoon Chung, Tom Rini

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/14951


The following changes since commit 30db474704405be823259851cbb76fa05366c8af:

  Prepare v2023.04-rc1 (2023-01-30 15:36:45 -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 a1f8abf4686065f46ac840e956a1aeb68d90d969:

  mmc: zynq_sdhci: Add support and quirk for HS400 (2023-01-31 22:02:27 +0900)

----------------------------------------------------------------
Ashok Reddy Soma (4):
      mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform
      mmc: sdhci: Check and call config_dll callback functions
      mmc: sdhci: Enable HS400 support if available in caps
      mmc: zynq_sdhci: Add support and quirk for HS400

Marek Vasut (1):
      cmd: mmc: Expand bkops handling

 cmd/mmc.c                |  49 ++++++--
 drivers/mmc/mmc.c        |  14 ++-
 drivers/mmc/sdhci.c      |  20 ++++
 drivers/mmc/zynq_sdhci.c | 292 ++++++++++++++++++++++++++++++++++++++++++++++-
 include/mmc.h            |  14 ++-
 include/sdhci.h          |   5 +
 6 files changed, 375 insertions(+), 19 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-10-25  0:55 ` Jaehoon Chung
@ 2022-10-25 13:53   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-10-25 13:53 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, John Keeping, Kunihiko Hayashi,
	Venkatesh Yadav Abbarapu, Sergei Antonov, Yann Gautier,
	Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 808 bytes --]

On Tue, Oct 25, 2022 at 09:55:06AM +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.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/13923
> 
> 
> The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:
> 
>   Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400)
> 
> 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 337af54a36c6409b7eeb49619c796178b3c22372:
> 
>   mmc: Fix static checker warnings (2022-10-24 18:02:54 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20221025005507epcas1p131b66b1491086a79905fc40491104ba3@epcas1p1.samsung.com>
@ 2022-10-25  0:55 ` Jaehoon Chung
  2022-10-25 13:53   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-10-25  0:55 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Peng Fan, John Keeping, Kunihiko Hayashi,
	Venkatesh Yadav Abbarapu, Sergei Antonov, Yann Gautier,
	Jae hoon Chung, Tom Rini

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/13923


The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:

  Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400)

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 337af54a36c6409b7eeb49619c796178b3c22372:

  mmc: Fix static checker warnings (2022-10-24 18:02:54 +0900)

----------------------------------------------------------------
John Keeping (1):
      mmc: dwmmc: only clear handled interrupts

Kunihiko Hayashi (2):
      mmc: sdhci: Add new quirks for SUPPORT_SINGLE
      mmc: f_sdh30: Add support for F_SDH30_E51

Sergei Antonov (1):
      mmc: ftsdc010: make command timeout 250 ms as in the comment

Venkatesh Yadav Abbarapu (1):
      mmc: Fix static checker warnings

Yann Gautier (3):
      mmc: stm32_sdmmc2: add dual data rate support
      mmc: stm32_sdmmc2: protect against unsupported modes
      mmc: stm32_sdmmc2: manage vqmmc

 drivers/mmc/Kconfig        |  4 ++--
 drivers/mmc/dw_mmc.c       |  3 ++-
 drivers/mmc/f_sdh30.c      | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
 drivers/mmc/ftsdc010_mci.c |  2 +-
 drivers/mmc/mmc.c          |  6 ++++--
 drivers/mmc/sdhci.c        |  8 +++++---
 drivers/mmc/stm32_sdmmc2.c | 20 +++++++++++++++++++-
 include/sdhci.h            |  1 +
 8 files changed, 98 insertions(+), 12 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-06-15 22:57 ` Jaehoon Chung
@ 2022-06-16 19:17   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-06-16 19:17 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, Loic Poulain, Patrick DELAUNAY

[-- Attachment #1: Type: text/plain, Size: 841 bytes --]

On Thu, Jun 16, 2022 at 07:57:24AM +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.
> Sorry for late.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12319
> 
> 
> The following changes since commit c18e5fb055ab789f58434e3cb432582adee0134c:
> 
>   dtoc: Update test_src_scan.py for new tegra compatibles (2022-06-14 13:59:23 -0400)
> 
> 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 12a29d3b851029212ca3b3e0f233fc7b62aa0a39:
> 
>   mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops (2022-06-15 15:39:59 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20220615225725epcas1p20fb187b0577d3951ce329ac864763cac@epcas1p2.samsung.com>
@ 2022-06-15 22:57 ` Jaehoon Chung
  2022-06-16 19:17   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-06-15 22:57 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Jaehoon Chung, Peng Fan, Loic Poulain, Patrick DELAUNAY

Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz.
Sorry for late.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/12319


The following changes since commit c18e5fb055ab789f58434e3cb432582adee0134c:

  dtoc: Update test_src_scan.py for new tegra compatibles (2022-06-14 13:59:23 -0400)

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 12a29d3b851029212ca3b3e0f233fc7b62aa0a39:

  mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops (2022-06-15 15:39:59 +0900)

----------------------------------------------------------------
Loic Poulain (2):
      mmc: Add support for wait_dat0 callback
      mmc: fsl_esdhc_imx: Implement wait_dat0 mmc ops

Patrick Delaunay (2):
      mmc: fix error message for unaligned erase request
      env: mmc : align erase address and size on erase_grp_size

 drivers/mmc/fsl_esdhc_imx.c | 50 ++++++++++++++++++++++++++++++---------------
 drivers/mmc/mmc.c           |  3 +++
 drivers/mmc/mmc_write.c     |  2 +-
 env/mmc.c                   | 10 ++++++---
 include/mmc.h               |  1 +
 5 files changed, 45 insertions(+), 21 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-03-16 10:30 ` Jaehoon Chung
@ 2022-03-16 14:48   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-03-16 14:48 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, Alper Nebi Yasak, Haibo Chen,
	Robert Marko, Max Merchel, Jae hoon Chung

[-- Attachment #1: Type: text/plain, Size: 853 bytes --]

On Wed, Mar 16, 2022 at 07:30:11PM +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.
> Sorry for late.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/11304
> 
> The following changes since commit 4dc9b1771b152838ddfc4ae86a0ab9fd53ea16f7:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-03-14 22:54:53 -0400)
> 
> 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 c48021d184097ea4a1bb6bab8c24653de2477fde:
> 
>   rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568 (2022-03-16 18:10:41 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20220316103012epcas1p326fb2f912a3a467259138214e7d56c42@epcas1p3.samsung.com>
@ 2022-03-16 10:30 ` Jaehoon Chung
  2022-03-16 14:48   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-03-16 10:30 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Peng Fan, Alper Nebi Yasak, Haibo Chen, Robert Marko,
	Max Merchel, Jae hoon Chung

Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
If there is any problem, let me know, plz.
Sorry for late.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/11304

The following changes since commit 4dc9b1771b152838ddfc4ae86a0ab9fd53ea16f7:

  Merge https://source.denx.de/u-boot/custodians/u-boot-usb (2022-03-14 22:54:53 -0400)

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 c48021d184097ea4a1bb6bab8c24653de2477fde:

  rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568 (2022-03-16 18:10:41 +0900)

----------------------------------------------------------------
Alper Nebi Yasak (3):
      mmc: sdhci: Add HS400 Enhanced Strobe support
      rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3399
      rockchip: sdhci: Add HS400 Enhanced Strobe support for RK3568

Haibo Chen (1):
      mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON when necessary

Max Merchel (1):
      cmd/mmc: fix output of mmc info for e-MMC

Robert Marko (1):
      mmc: xenon_sdhci: remove wait_dat0 SDHCI OP

 cmd/mmc.c                    |  16 ++++--
 drivers/mmc/fsl_esdhc_imx.c  |  25 +++++++--
 drivers/mmc/rockchip_sdhci.c | 117 ++++++++++++++++++++++++++++++++++++++++---
 drivers/mmc/sdhci.c          |  18 +++++++
 drivers/mmc/xenon_sdhci.c    |   7 ++-
 include/fsl_esdhc_imx.h      |   2 +
 include/sdhci.h              |  12 +++++
 7 files changed, 183 insertions(+), 14 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-02-09  1:04 ` Jaehoon Chung
@ 2022-02-10 12:36   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-02-10 12:36 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, Fabio Estevam, marcel.ziswiler, marex

[-- Attachment #1: Type: text/plain, Size: 848 bytes --]

On Wed, Feb 09, 2022 at 10:04:35AM +0900, Jaehoon Chung wrote:

> Dear Tom,
> 
> Please pull u-boot-mmc master into u-boot master branch.
> There is the fixing fsl_esdhc_imx issue.
> 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/10913
> 
> The following changes since commit 531c00894577a0a852431adf61ade76925f8b162:
> 
>   Merge branch '2022-02-08-TI-platform-updates' (2022-02-08 12:28:04 -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 14448e9c97f06717cac95888329ab7cf31929050:
> 
>   mmc: fsl_esdhc_imx: fix watermark level in dma (2022-02-09 08:33:28 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20220209010344epcas1p29487c28bee1a49b78058de7f8114b197@epcas1p2.samsung.com>
@ 2022-02-09  1:04 ` Jaehoon Chung
  2022-02-10 12:36   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-02-09  1:04 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Peng Fan, Fabio Estevam, marcel.ziswiler, marex

Dear Tom,

Please pull u-boot-mmc master into u-boot master branch.
There is the fixing fsl_esdhc_imx issue.
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/10913

The following changes since commit 531c00894577a0a852431adf61ade76925f8b162:

  Merge branch '2022-02-08-TI-platform-updates' (2022-02-08 12:28:04 -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 14448e9c97f06717cac95888329ab7cf31929050:

  mmc: fsl_esdhc_imx: fix watermark level in dma (2022-02-09 08:33:28 +0900)

----------------------------------------------------------------
Marcel Ziswiler (1):
      mmc: fsl_esdhc_imx: fix watermark level in dma

Marek Vasut (1):
      cmd: mmc: Consider GP partitions in mmc hwpartition user enh start -

 cmd/mmc.c                   | 22 ++++++++++++++++++++--
 drivers/mmc/fsl_esdhc_imx.c |  5 ++---
 2 files changed, 22 insertions(+), 5 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2022-01-12  2:37 ` Jaehoon Chung
@ 2022-01-12 15:38   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2022-01-12 15:38 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, Heinrich Schuchardt,
	Sean Anderson, John Keeping

[-- Attachment #1: Type: text/plain, Size: 772 bytes --]

On Wed, Jan 12, 2022 at 11:37:44AM +0900, Jaehoon Chung wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc master into u-boot master branch. 
> If there is a problem, let me know, plz.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/10571
> 
> The following changes since commit fe04d885fb540b614a2f989e16e808b300ccb52e:
> 
>   Merge branch 'next' (2022-01-10 14:01:57 -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 a15b2e6bcf5ae605073a7db54bfb68b07f736ba4:
> 
>   mmc: unconditionally define mmc_deinit() (2022-01-12 09:56:40 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20220112023702epcas1p3ac13f4eab0415c6f04da0703e870fecf@epcas1p3.samsung.com>
@ 2022-01-12  2:37 ` Jaehoon Chung
  2022-01-12 15:38   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2022-01-12  2:37 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Peng Fan, Heinrich Schuchardt, Sean Anderson,
	John Keeping, Jaehoon Chung

Hi Tom,

Please pull u-boot-mmc master into u-boot master branch. 
If there is a problem, let me know, plz.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/10571

The following changes since commit fe04d885fb540b614a2f989e16e808b300ccb52e:

  Merge branch 'next' (2022-01-10 14:01:57 -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 a15b2e6bcf5ae605073a7db54bfb68b07f736ba4:

  mmc: unconditionally define mmc_deinit() (2022-01-12 09:56:40 +0900)

----------------------------------------------------------------
Heinrich Schuchardt (1):
      mmc: unconditionally define mmc_deinit()

John Keeping (1):
      mmc: dwmmc: return a proper error code when busy

Sean Anderson (12):
      mmc: fsl_esdhc_imx: make BLK as hard requirement of DM_MMC
      mmc: fsl_esdhc_imx: remove redundant DM_MMC checking
      mmc: fsl_esdhc_imx: fix voltage validation
      mmc: fsl_esdhc_imx: clean up bus width configuration code
      mmc: fsl_esdhc_imx: drop redundant code for non-removable feature
      mmc: fsl_esdhc_imx: fix mmc->clock with actual clock
      mmc: fsl_esdhc_imx: simplify 64bit check for SDMA transfers
      mmc: fsl_esdhc_imx: use dma-mapping API
      mmc: fsl_esdhc_imx: simplify esdhc_setup_data()
      mmc: fsl_esdhc_imx: replace most #ifdefs by IS_ENABLED()
      mmc: fsl_esdhc_imx: Replace more #ifdefs by if
      mmc: fsl_esdhc_imx: set sysctl register for clock initialization

 drivers/mmc/dw_mmc.c        |   2 +-
 drivers/mmc/fsl_esdhc_imx.c | 635 ++++++++++++++++++--------------------------
 include/fsl_esdhc_imx.h     |  14 +-
 include/mmc.h               |   5 -
 4 files changed, 260 insertions(+), 396 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

* Re: [GIT PULL] Please pull u-boot-mmc master
  2021-10-29 10:52 ` Jaehoon Chung
@ 2021-10-29 17:28   ` Tom Rini
  0 siblings, 0 replies; 40+ messages in thread
From: Tom Rini @ 2021-10-29 17:28 UTC (permalink / raw)
  To: Jaehoon Chung
  Cc: U-Boot Mailing List, Peng Fan, kirill.kapranov, Stephen Carlson,
	Marek Vasut, Usama Arif

[-- Attachment #1: Type: text/plain, Size: 834 bytes --]

On Fri, Oct 29, 2021 at 07:52:00PM +0900, Jaehoon Chung wrote:

> Hi Tom,
> 
> Please pull u-boot-mmc master into u-boot master branch. 
> If there is a problem, let me know, plz.
> 
> Best Regards,
> Jaehoon Chung
> 
> CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/9649
> 
> The following changes since commit aafc378a6caef453a40f2f9f3d6bef69e592c28d:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-28 07:57:54 -0400)
> 
> 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 c95b0297e95613fc68b1d92118ee64720d142f8c:
> 
>   mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI (2021-10-29 18:22:32 +0900)
> 

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 40+ messages in thread

* [GIT PULL] Please pull u-boot-mmc master
       [not found] <CGME20211029105118epcas1p11d7a7c3ba1799d374e6e39f95f9e50e1@epcas1p1.samsung.com>
@ 2021-10-29 10:52 ` Jaehoon Chung
  2021-10-29 17:28   ` Tom Rini
  0 siblings, 1 reply; 40+ messages in thread
From: Jaehoon Chung @ 2021-10-29 10:52 UTC (permalink / raw)
  To: U-Boot Mailing List
  Cc: Tom Rini, Peng Fan, kirill.kapranov, Stephen Carlson,
	Marek Vasut, Usama Arif, Jaehoon Chung

Hi Tom,

Please pull u-boot-mmc master into u-boot master branch. 
If there is a problem, let me know, plz.

Best Regards,
Jaehoon Chung

CI: https://source.denx.de/u-boot/custodians/u-boot-mmc/-/pipelines/9649

The following changes since commit aafc378a6caef453a40f2f9f3d6bef69e592c28d:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-10-28 07:57:54 -0400)

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 c95b0297e95613fc68b1d92118ee64720d142f8c:

  mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI (2021-10-29 18:22:32 +0900)

----------------------------------------------------------------
- Fix mmc_switch timeout
- Update mmc hwpartitiion command
- Support wait_dat0 for Freescale eSDHC/sdhci drivers

----------------------------------------------------------------
Jaehoon Chung (1):
      cmd: mmc: check whether card is SD or eMMC before hwpartition

Kirill Kapranov (1):
      mmc: Fix mmc_switch excessive timeout

Marek Vasut (1):
      cmd: mmc: Support mmc hwpartition user enh start -

Stephen Carlson (2):
      drivers: mmc: Add wait_dat0 support for Freescale eSDHC driver
      drivers: mmc: Add wait_dat0 support for sdhci driver

Usama Arif (1):
      mmc: arm_pl180_mmci: Enable HWFC for specific versions of MCI

 cmd/mmc.c                    | 38 ++++++++++++++++++++++++++++++++++----
 drivers/mmc/arm_pl180_mmci.c | 14 ++++++++++++++
 drivers/mmc/arm_pl180_mmci.h |  1 +
 drivers/mmc/fsl_esdhc.c      | 16 ++++++++++++++++
 drivers/mmc/mmc.c            |  4 ++--
 drivers/mmc/sdhci.c          | 20 ++++++++++++++++++++
 include/sdhci.h              |  2 ++
 7 files changed, 89 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2024-05-02  2:41 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20220727080103epcas1p4c3103d75001a8582f37066f46e2b4209@epcas1p4.samsung.com>
2022-07-27  8:01 ` [GIT PULL] Please pull u-boot-mmc master Jaehoon Chung
2022-07-27 13:05   ` Tom Rini
     [not found] <CGME20240426103830epcas1p3720a09dd50c8ef3d16de0a6ff2ff514b@epcas1p3.samsung.com>
2024-04-26 10:38 ` Jaehoon Chung
2024-04-26 15:51   ` Tom Rini
2024-04-29 20:39     ` Judith Mendez
2024-04-29 22:34       ` Jaehoon Chung
2024-04-30  7:42       ` Francesco Dolcini
2024-05-01  7:30         ` Greg Malysa
2024-05-02  2:40         ` Greg Malysa
     [not found] <CGME20240415095231epcas1p4106945fe2de51e77e1fd60684c3c83bb@epcas1p4.samsung.com>
2024-04-15  9:52 ` Jaehoon Chung
2024-04-16  0:35   ` Tom Rini
     [not found] <CGME20231101075631epcas1p319becae866c164fd73339181486f8f35@epcas1p3.samsung.com>
2023-11-01  7:56 ` Jaehoon Chung
2023-11-01 14:47   ` Tom Rini
     [not found] <CGME20230718074927epcas1p35e9551400a04bf405b78288e2a75bd85@epcas1p3.samsung.com>
2023-07-18  7:49 ` Jaehoon Chung
2023-07-19 14:46   ` Tom Rini
     [not found] <CGME20230704012927epcas1p105b12a861e9d2503989486c42fbdf964@epcas1p1.samsung.com>
2023-07-04  1:29 ` Jaehoon Chung
2023-07-06  7:16   ` Jaehoon Chung
     [not found] <CGME20230410101856epcas1p31eeb4d987e1323b270e82f40d67f81aa@epcas1p3.samsung.com>
2023-04-10 10:18 ` Jaehoon Chung
2023-04-10 14:37   ` Tom Rini
     [not found] <CGME20230310042215epcas1p1fdf2d3566134769ce7a384e02555b72f@epcas1p1.samsung.com>
2023-03-10  4:22 ` Jaehoon Chung
2023-03-10 15:44   ` Tom Rini
2023-03-10 16:28     ` Marek Vasut
2023-03-10 16:30       ` Stefan Roese
2023-03-10 18:08       ` Tom Rini
2023-03-13  5:26         ` Jaehoon Chung
2023-03-12 23:06     ` Jaehoon Chung
     [not found] <CGME20230131233835epcas1p4dce463a1db46e3ef773ca560fd305af8@epcas1p4.samsung.com>
2023-01-31 23:38 ` Jaehoon Chung
2023-02-01  3:33   ` Tom Rini
     [not found] <CGME20221025005507epcas1p131b66b1491086a79905fc40491104ba3@epcas1p1.samsung.com>
2022-10-25  0:55 ` Jaehoon Chung
2022-10-25 13:53   ` Tom Rini
     [not found] <CGME20220615225725epcas1p20fb187b0577d3951ce329ac864763cac@epcas1p2.samsung.com>
2022-06-15 22:57 ` Jaehoon Chung
2022-06-16 19:17   ` Tom Rini
     [not found] <CGME20220316103012epcas1p326fb2f912a3a467259138214e7d56c42@epcas1p3.samsung.com>
2022-03-16 10:30 ` Jaehoon Chung
2022-03-16 14:48   ` Tom Rini
     [not found] <CGME20220209010344epcas1p29487c28bee1a49b78058de7f8114b197@epcas1p2.samsung.com>
2022-02-09  1:04 ` Jaehoon Chung
2022-02-10 12:36   ` Tom Rini
     [not found] <CGME20220112023702epcas1p3ac13f4eab0415c6f04da0703e870fecf@epcas1p3.samsung.com>
2022-01-12  2:37 ` Jaehoon Chung
2022-01-12 15:38   ` Tom Rini
     [not found] <CGME20211029105118epcas1p11d7a7c3ba1799d374e6e39f95f9e50e1@epcas1p1.samsung.com>
2021-10-29 10:52 ` Jaehoon Chung
2021-10-29 17:28   ` Tom Rini

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.