Re: [PATCH v2 2/2] mmc: Add quirk to disable PWREN for dw_mmc

2023-10-30 Thread Jaehoon Chung
; > See commit ba33172a36f298641f51a5e6b855c3e89e3f5d3e in > https://github.com/CounterPillow/u-boot-quartz64 > > Signed-off-by: David Hewitt > Cc: Simon Glass > Cc: Philipp Tomsich > Cc: Kever Yang > Cc: Peng Fan > Cc: Jaehoon Chung Reviewed-by: Jaehoon Chung Best Regards, Jaehoon

[PATCH] event: Fix an wrong type_name from dm_post_init to dm_post_init_f

2023-08-01 Thread Jaehoon Chung
DM_POST_INIT was changed to DM_POST_INIT_F. To debug correct message, change type_name from dm_post_init to dm_post_init_f. Signed-off-by: Jaehoon Chung --- common/event.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/event.c b/common/event.c index 20720c52839e

RE: Trying to boot JH7110 RISCV-V CPU from MMC

2023-07-27 Thread Jaehoon Chung
ge/cpu.c| 2 +- arch/x86/cpu/quark/quark.c | 2 +- arch/x86/lib/fsp2/fsp_init.c| 2 +- doc/develop/event.rst | 6 +++--- drivers/core/root.c | 4 ++-- drivers/cpu/microblaze_cpu.c| 2 +- include/event.h | 2 +- 18 f

RE: [PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices

2023-07-20 Thread Jaehoon Chung
> -Original Message- > From: Svyatoslav Ryhel > Sent: Thursday, July 20, 2023 12:26 PM > To: Jaehoon Chung ; 'Simon Glass' > Cc: u-boot@lists.denx.de > Subject: RE: [PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices > > > > 20 липня 2023

RE: [PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices

2023-07-19 Thread Jaehoon Chung
Hi > -Original Message- > From: Svyatoslav Ryhel > Sent: Saturday, July 15, 2023 1:16 AM > To: Jaehoon Chung ; Simon Glass ; > Svyatoslav Ryhel > > Cc: u-boot@lists.denx.de > Subject: [PATCH v1 0/6] Add support for PMICs used on Tegra 3 devices > >

RE: [PATCH 1/3] mmc: sdhci-cadence: Rename functions to SD4 specific

2023-07-19 Thread Jaehoon Chung
d-by: Jayanthi Annadurai > Signed-off-by: Jayanthi Annadurai > Signed-off-by: Piyush Malgujar Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/sdhci-cadence.c | 48 ++--- > 1 file changed, 24 insertions(+), 24 deleti

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

2023-07-18 Thread 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/16946 The following changes since commit 13aa090b87a0fbdfe690011669b9fdb96bb1ccc7

RE: [PATCH] mmc:Remove thr legacy mode clock setting operation

2023-07-12 Thread Jaehoon Chung
gt; abnormalities between the host and card Thanks for resend patch after updated. Which board and driver does it occur the issue? Best Regards, Jaehoon Chung > > Signed-off-by: xiefei > --- > drivers/mmc/mmc.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/dri

RE: [PATCH] mmc: zynq_sdhci: Dll reset only for ZynqMP platform

2023-07-11 Thread Jaehoon Chung
Hi, > -Original Message- > From: Michal Simek > Sent: Tuesday, July 11, 2023 3:28 PM > To: Jaehoon Chung ; u-boot@lists.denx.de; > g...@xilinx.com > Cc: 'Ashok Reddy Soma' ; 'Peng Fan' > > Subject: Re: [PATCH] mmc: zynq_sdhci: Dll reset only for ZynqMP platfo

RE: [PATCH] mmc: zynq_sdhci: Dll reset only for ZynqMP platform

2023-07-10 Thread Jaehoon Chung
Hi, > -Original Message- > From: Michal Simek > Sent: Monday, July 10, 2023 9:12 PM > To: u-boot@lists.denx.de; g...@xilinx.com > Cc: Ashok Reddy Soma ; Jaehoon Chung > ; Peng Fan > > Subject: [PATCH] mmc: zynq_sdhci: Dll reset only for ZynqMP platform >

RE: [PATCH u-boot 0/4] mmc: Explain and cleanup partition selection

2023-07-06 Thread Jaehoon Chung
> -Original Message- > From: Pali Rohár > Sent: Thursday, July 6, 2023 7:51 PM > To: Jaehoon Chung ; Tom Rini > Cc: Peng Fan ; Stefan Roese ; > u-boot@lists.denx.de > Subject: Re: [PATCH u-boot 0/4] mmc: Explain and cleanup partition selection > > On M

RE: [PATCH] ARM: dts: imx: Fix eMMC boot on Data Modul i.MX8M Plus eDM SBC

2023-07-06 Thread Jaehoon Chung
s at offset 0x2c0 instead of 0x300 sectors from the start. > > Handle this difference in custom spl_mmc_get_uboot_raw_sector() . > > > > Signed-off-by: Marek Vasut > > Reviewed-by: Peng Fan Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > > > --- >

RE: [PATCH u-boot 0/4] mmc: Explain and cleanup partition selection

2023-07-06 Thread Jaehoon Chung
Hi > -Original Message- > From: Pali Rohár > Sent: Friday, July 7, 2023 2:39 AM > To: Jaehoon Chung ; Tom Rini > Cc: Peng Fan ; Stefan Roese ; > u-boot@lists.denx.de > Subject: Re: [PATCH u-boot 0/4] mmc: Explain and cleanup partition selection > > On Thu

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

2023-07-06 Thread Jaehoon Chung
Dear Tom, > -Original Message- > From: U-Boot On Behalf Of Jaehoon Chung > Sent: Tuesday, July 4, 2023 10:29 AM > To: U-Boot Mailing List > Cc: Tom Rini ; Hai Pham ; Marek > Vasut ; > Pali Rohár ; alentine Barshak > ; Jae hoon Chung > ; Peng Fan > Sub

RE: [PATCH v2 1/5] dm: test: Fix partition test to use mmc2

2023-07-04 Thread Jaehoon Chung
part: Update test to use mmc2") attempted to make the > test use mmc2, but the change was incomplete in that it didn't also > change the strings that reference a specific partition. Fix these so > that the test passes again > > Signed-off-by: Joshua Watt Reviewed-by: Jaehoon Chun

[GIT PULL] Please pull u-boot-pmic next

2023-07-04 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic next into u-boot next branch. If there is a problem, let me know, plz. Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/16767 The following changes since commit 67d8b46e6efa306403e45f4c76f24b86a5e63b75: Merge

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

2023-07-03 Thread Jaehoon 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 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

Re: [PATCH 2/3] mmc: sdhci-cadence: SD6 Controller support

2023-07-03 Thread Jaehoon Chung
Hi, On 6/5/23 22:58, Piyush Malgujar wrote: > From: Dhananjay Kangude > > Add support for SD6 controller along with: > - HS200, HS400 and HS400ES support > - Host side Slew and drive configuration > > These changes to support SD6 cadence IP are isolated from the > existing support of SD4

Re: [PATCH u-boot 0/4] mmc: Explain and cleanup partition selection

2023-07-03 Thread Jaehoon Chung
Best Regards, Jaehoon Chung > > Pali Rohár (4): > mmc: spl: Make partition choice in > default_spl_mmc_emmc_boot_partition() more explicit > cmd: mvebu/bubt: Validate EXT_CSD[179] eMMC register in > mmc_burn_image() > sunxi: eMMC: Add comments ex

Re: [PATCH] mmc:Remove the legacy mode clock setting operation

2023-07-03 Thread Jaehoon Chung
gacy_speed, MMC_CLK_ENABLE); Even except your intention, your patch didn't consider #ifdef ~ #endif. Best Regards, Jaehoon Chung > > for_each_mmc_mode_by_pref(card_caps, mwt) { > for_each_supported_width(card_caps & mwt->widths,

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

2023-04-10 Thread 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/15969 The following changes since commit 7daa8dd59bc8455a43cdd2d0e34206e406e5cdcc

Re: [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

2023-03-22 Thread Jaehoon Chung
_data: Transfer data > timeout" on db410c board with v2018.01. Thanks for sharing it. I had been trying to find db410c board. I found its board, so I will try to check with/without its patch. After checked, I will reply again ASAP. Best Regards, Jaehoon Chung > > Best Regards &

Re: [PATCH v2 2/2] mmc: tmio: Replace ifdeffery with IS_ENABLED/CONFIG_IS_ENABLED macros

2023-03-13 Thread Jaehoon Chung
ional change. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Jaehoon Chung > Cc: Peng Fan > --- > V2: - Rebase on 1/2 > - Drop DM_REGULATOR check from struct tmio_sd_priv in tmio-common.h >

Re: [PATCH v2 1/2] mmc: tmio: Check 'addr' width before checking for 64bit limitation

2023-03-13 Thread Jaehoon Chung
ck is also > optimized out at compile time. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Jaehoon Chung > Cc: Peng Fan > --- > V2: New patch > --- > drivers/mmc/tmio-common.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

2023-03-13 Thread Jaehoon Chung
Hi, On 3/11/23 19:31, Henrik Grimler wrote: > Hi Jaehoon, > > On Fri, Feb 10, 2023 at 09:00:33AM +0900, Jaehoon Chung wrote: >> Hi, >> >>> -Original Message- >>> From: U-Boot On Behalf Of Henrik Grimler >>> Sent: Thursday, February

RE: [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

2023-03-12 Thread Jaehoon Chung
Hi Henrik, > -Original Message- > From: Henrik Grimler > Sent: Saturday, March 11, 2023 7:32 PM > To: Jaehoon Chung > Cc: jo...@diskos.nl; peng@nxp.com; andy...@sony.com; s...@chromium.org; > u-boot@lists.denx.de; > ~postmarketos/upstream...@lists.sr.ht >

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

2023-03-12 Thread Jaehoon Chung
Hi, > -Original Message- > From: Tom Rini > Sent: Saturday, March 11, 2023 3:09 AM > To: Marek Vasut > Cc: Jaehoon Chung ; U-Boot Mailing List > ; Loic Poulain > ; Stefan Roese ; Jae hoon Chung > > Subject: Re: [GIT PULL] Please pull u-boot-mmc master >

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

2023-03-12 Thread Jaehoon Chung
Dear Tom, > -Original Message- > From: Tom Rini > Sent: Saturday, March 11, 2023 12:44 AM > To: Jaehoon Chung > Cc: U-Boot Mailing List ; Loic Poulain > ; Marek Vasut > ; Stefan Roese ; Jae hoon Chung > > Subject: Re: [GIT PULL] Please pull u-boot-mmc maste

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

2023-03-09 Thread 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

Re: [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-03-09 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > All build targets using this driver already use DM_MMC. So let's depend > this driver on this Kconfig symbol and remove the non-DM driver part. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan

Re: [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support

2023-03-09 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > CONFIG_MMC_SDHCI_IO_ACCESSORS is not supported and/or used by this > driver so let's remove these unused parts completely. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung >

Re: [PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

2023-03-09 Thread Jaehoon Chung
mon Glass > Cc: Peng Fan > Cc: Jaehoon Chung > Reviewed-by: Jaehoon Chung Applied to u-boot-mmc/master. Best Regards, Jaehoon Chung > --- > drivers/mmc/mv_sdhci.c | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) > > diff --git a/drivers/mm

Re: [PATCH v2 3/3] test: dm: mmc: Check block erasing boundaries

2023-03-09 Thread Jaehoon Chung
On 1/26/23 18:24, Loic Poulain wrote: > Verify that erasing blocks does not impact adjacent ones. > - Write four blocks [0 1 2 3] > - Erase two blocks [ 1 2 ] > - Verify [0 1 2 3 ] > > Signed-off-by: Loic Poulain Applied to u-boot-mmc/master. Best Regards, Jaehoon Chun

Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-03-09 Thread Jaehoon Chung
o write > blocks instead of erase group > > Signed-off-by: Loic Poulain > Reviewed-by: Simon Glass Applied to u-boot-mmc/master. Best Regards, Jaehoon Chung > --- > v2: Add mmc unit test change to the series > > drivers/mmc/mmc_write.c | 34 +++

Re: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-03-09 Thread Jaehoon Chung
On 1/26/23 18:24, Loic Poulain wrote: > When secure/insecure TRIM operations are supported. > When used as erase command argument it applies the > erase operation to write blocks instead of erase > groups. > > Signed-off-by: Loic Poulain > Reviewed-by: Simon Glass > Re

Re: [PATCH 2/2] spl: mmc: Pass eMMC HW partition 7 through

2023-03-09 Thread Jaehoon Chung
it is 0 or 7, select appropriate sector to > load from. > > Signed-off-by: Fedor Ross > Signed-off-by: Marek Vasut Applied to u-boot-mmc/master. Best Regards, Jaehoon Chung > --- > Cc: Jaehoon Chung > Cc: Peng Fan > --- > common/spl/spl_mmc.c | 9 +---

Re: [PATCH 1/2] spl: mmc: Pass eMMC HW partition and SW partition to spl_mmc_get_uboot_raw_sector()

2023-03-09 Thread Jaehoon Chung
k Vasut Applied to u-boot-mmc/master. Best Regards, Jaehoon Chung > --- > Cc: Jaehoon Chung > Cc: Peng Fan > --- > arch/arm/mach-imx/image-container.c | 2 ++ > arch/arm/mach-sunxi/board.c | 2 ++ > common/spl/spl_mmc.c| 15 +--

Re: [PATCH 3/3] mmc: mv_sdhci: Depend on DM_MMC

2023-02-15 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > All build targets using this driver already use DM_MMC. So let's depend > this driver on this Kconfig symbol and remove the non-DM driver part. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan

Re: [PATCH 2/3] mmc: mv_sdhci: Remove CONFIG_MMC_SDHCI_IO_ACCESSORS support

2023-02-15 Thread Jaehoon Chung
On 2/10/23 21:23, Stefan Roese wrote: > CONFIG_MMC_SDHCI_IO_ACCESSORS is not supported and/or used by this > driver so let's remove these unused parts completely. > > Signed-off-by: Stefan Roese > Cc: Tom Rini > Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung

Re: [PATCH 1/3] mmc: mv_sdhci: Simplify call to sdhci_mvebu_mbus_config()

2023-02-15 Thread Jaehoon Chung
Cc: Simon Glass > Cc: Peng Fan > Cc: Jaehoon Chung Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/mv_sdhci.c | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) > > diff --git a/drivers/mmc/mv_sdhci.c b/drivers/mmc/mv_sdhci.c

RE: [PATCH v2 1/2] env: mmc: Clean up macro usage

2023-02-09 Thread Jaehoon Chung
ge > > Consistently use 'if (IS_ENABLED(CONFIG_PARTITION_TYPE_GUID))' instead of > mix of ifdef. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Patrice Chotard > Cc: Patrick Delaunay > Cc: Tom Rini > -

RE: [PATCH 1/2] Revert "mmc: s5p_sdhci: unset the SDHCI_QUIRK_BROKEN_R1B"

2023-02-09 Thread Jaehoon Chung
end stop cmd > <...> Thanks for sharing issue. I will check this on Exynos Board. Frankly, I hope not to re-add QUIRK. Because it was verified that it was working fine without SDHCI_QUIKR_BROKEN_RIB. Best Regards, Jaehoon Chung > > Re-add the quirk to allow booting from

RE: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-08 Thread Jaehoon Chung
Hi Loic, > -Original Message- > From: Loic Poulain > Sent: Wednesday, February 8, 2023 5:09 PM > To: Jaehoon Chung > Cc: s...@chromium.org; peng@nxp.com; u-boot@lists.denx.de > Subject: Re: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available > > Hi Jae

RE: [PATCH v2 2/3] mmc: erase: Use TRIM erase when available

2023-02-05 Thread Jaehoon Chung
MC_CMD_ERASE; > - cmd.cmdarg = MMC_ERASE_ARG; > + cmd.cmdarg = args ? args : MMC_ERASE_ARG; It there any case to pass by other value? Best Regards, Jaehoon Chung > cmd.resp_type = MMC_RSP_R1b; > > err = mmc_send_cmd(mmc, , NULL); > @@ -77,7 +77,7 @@ ulong mm

RE: [PATCH v2 1/3] mmc: Check support for TRIM operations

2023-02-05 Thread Jaehoon Chung
gt; When secure/insecure TRIM operations are supported. > When used as erase command argument it applies the > erase operation to write blocks instead of erase > groups. > > Signed-off-by: Loic Poulain Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > v2: Add mmc

RE: [PATCH v2 145/169] Correct SPL use of SUPPORT_EMMC_RPMB

2023-02-05 Thread Jaehoon Chung
is option to the non-SPL form, since there is > no SPL_SUPPORT_EMMC_RPMB defined in Kconfig > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > (no changes since v1) > > drivers/mmc/Makefile | 2 +- > 1 file changed, 1 in

RE: [PATCH v2 107/169] Correct SPL use of MMC_QUIRKS

2023-02-05 Thread Jaehoon Chung
tion to the non-SPL form, since there is > no SPL_MMC_QUIRKS defined in Kconfig > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > (no changes since v1) > > drivers/mmc/mmc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deleti

RE: [PATCH v3 16/76] Drop dataflash_mmc_mux command

2023-02-05 Thread Jaehoon Chung
gt; Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > (no changes since v1) > > cmd/Makefile| 1 - > cmd/dataflash_mmc_mux.c | 48 - > 2 files changed, 49 deletions(-) > dele

Re: [PATCH] env: mmc: Fix offset issue for env save

2023-01-31 Thread Jaehoon Chung
On 1/31/23 15:41, Ye Li wrote: > Fix the issue in commit 46c9016 (env: mcc: Drop unnecessary #ifdefs) > If CONFIG_SYS_REDUNDAND_ENVIRONMENT is not defined, the offset value > becomes undetermined, so write env to unexpected offset. > > Signed-off-by: Ye Li Reviewed-by: Jaeho

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

2023-01-31 Thread 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/14951 The following changes since commit 30db474704405be823259851cbb76fa05366c8af

Re: [PATCH 07/13] mmc: renesas-sdhi: Flag non-standard SDnH handling for V3M

2023-01-31 Thread Jaehoon Chung
: Flag > non-standard SDnH handling for V3M") by Wolfram Sang > > Signed-off-by: Hai Pham Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/renesas-sdhi.c | 6 ++ > drivers/mmc/tmio-common.h | 1 + > 2 files changed, 7 insertions(+) >

Re: [PATCH 06/13] mmc: renesas-sdhi: Drop R-Car H3 ES3.0 HS400 calibration table

2023-01-31 Thread Jaehoon Chung
On 1/27/23 05:06, Marek Vasut wrote: > From: Hai Pham > > It is unnecessary, so clean it up. > > Reviewed-by: Marek Vasut > Signed-off-by: Hai Pham > Signed-off-by: Marek Vasut # update commit > message, mention ES3.0 Reviewed-by: Jaehoon Chung Bes

Re: [PATCH 05/13] mmc: renesas-sdhi: Add R8A77961 M3-W+ support

2023-01-31 Thread Jaehoon Chung
On 1/27/23 05:05, Marek Vasut wrote: > From: Hai Pham > > Support R8A77961 M3-W+ SoC. > > Reviewed-by: Marek Vasut > Signed-off-by: Hai Pham > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/renesas-

Re: [PATCH 04/13] mmc: renesas-sdhi: Adjust HS400 calibration offsets for M3-W r1.3

2023-01-31 Thread Jaehoon Chung
On 1/27/23 05:05, Marek Vasut wrote: > From: Hai Pham > > Still uses 0x3 for now, adjust the offset value to TMPPORT3 accordingly > > Reviewed-by: Marek Vasut > Signed-off-by: Hai Pham > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Ch

Re: [PATCH 03/13] mmc: renesas-sdhi: Adjust HS400 calibration tables

2023-01-31 Thread Jaehoon Chung
On 1/27/23 05:05, Marek Vasut wrote: > From: Hai Pham > > Adjust HS400 calibration tables based on Linux settings > > Reviewed-by: Marek Vasut > Signed-off-by: Hai Pham > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- >

Re: [PATCH 02/13] mmc: renesas-sdhi: Filter out HS400 on M3-W r1.2, V3M, V3H r1.x, D3

2023-01-31 Thread Jaehoon Chung
ut > Signed-off-by: Hai Pham > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/renesas-sdhi.c | 29 - > 1 file changed, 8 insertions(+), 21 deletions(-) > > diff --git a/drivers/mmc/renesa

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

2023-01-31 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic 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-pmic/-/pipelines/14954 The following changes since commit 30db474704405be823259851cbb76fa05366c8af

RE: [0/4] Add eMMC 5.1 support for Versal NET

2023-01-31 Thread Jaehoon Chung
Hi, > -Original Message- > From: Michal Simek > Sent: Tuesday, January 31, 2023 10:08 PM > To: Jaehoon Chung ; 'Ashok Reddy Soma' > ; u- > b...@lists.denx.de > Cc: peng@nxp.com; kever.y...@rock-chips.com; > hayashi.kunih...@socionext.com; > alperne

Re: [PATCH v2] cmd: mmc: Expand bkops handling

2023-01-31 Thread Jaehoon Chung
ote that both commands are wrappers around the same common code. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Jaehoon Chung > Cc: Peng Fan > --- > V2: - Add kerneldoc comment to mmc_set_bkops_enable > - Drop ifdef aro

Re: [PATCH 59/88] power: Drop unused muic_max8997 driver

2023-01-31 Thread Jaehoon Chung
On 1/24/23 07:00, Simon Glass wrote: > This is not used. Drop the driver and Kconfig option. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/pmic/Makefile | 1 - > drivers/power/pmi

Re: [PATCH 58/88] power: Drop unused muic_max77693 driver and mfd code

2023-01-31 Thread Jaehoon Chung
mon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/Makefile| 1 - > drivers/power/mfd/Makefile| 6 --- > drivers/power/mfd/muic_max77693.c | 77 --- > 3 files changed, 84 deletions(-) > del

Re: [PATCH 57/88] power: Drop unused fg_max17042 driver and fuel gauge code

2023-01-31 Thread Jaehoon Chung
On 1/24/23 07:00, Simon Glass wrote: > This driver is not used. Drop it and the entire fuel_gauge directory, > since there is nothing left. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/Makefile

Re: [PATCH 56/88] power: Drop unused bat_trats driver and battery code

2023-01-31 Thread Jaehoon Chung
On 1/24/23 06:59, Simon Glass wrote: > This driver and bat_trats2 are not used. Drop them and the entire battery > directory, since there is nothing left. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > d

Re: [PATCH 03/88] power: Drop fg_max77693

2023-01-31 Thread Jaehoon Chung
On 1/24/23 06:59, Simon Glass wrote: > This is not used in U-Boot. Drop it. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/mfd/Makefile | 1 - > drivers/power/mf

Re: [PATCH 05/88] power: Drop pmic_max77693.c

2023-01-31 Thread Jaehoon Chung
On 1/24/23 06:59, Simon Glass wrote: > Drop this driver and the associated CONFIG option, as it is not used. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/mfd/Makefile| 1 - > drivers/power/mfd

Re: [PATCH] power: act8846_pmic: fix number of registers

2023-01-31 Thread Jaehoon Chung
quite sparse). > > Signed-off-by: John Keeping Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > include/power/act8846_pmic.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/power/act8846_pmic.h b/include/power/act8846_pmic.h >

Re: [PATCH] mmc: rockchip_dw_mmc: fix DDR52 8-bit mode handling

2023-01-31 Thread Jaehoon Chung
dw_mmc core already handles setting CLKDIV correctly > given the input clock and desired bus clock. > > Signed-off-by: John Keeping Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/rockchip_dw_mmc.c | 8 > 1 file changed, 8 insertion

Re: [3/4] mmc: sdhci: Enable HS400 support if available in caps

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > HS400 is indicated in bit63 of capability register in few IP's. > Add a quirk to check this and add HS400 to host capabilities. > > Signed-off-by: Ashok Reddy Soma Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > ---

Re: [4/4] mmc: zynq_sdhci: Add support and quirk for HS400

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > Add support for HS400 in mode2timing array. > Add a quirk for Versal NET platform to indicate that HS400 is supported > through bit63 of capability register. > > Signed-off-by: Ashok Reddy Soma Reviewd-by: Jaehoon Chung Best R

Re: [2/4] mmc: sdhci: Check and call config_dll callback functions

2023-01-31 Thread Jaehoon Chung
On 1/10/23 20:31, Ashok Reddy Soma wrote: > Check if the low level driver supports config_dll callback function and > call it if it does. Call with dll disable before calling set_clock and > with dll enable after it. > > Signed-off-by: Ashok Reddy Soma Reviewed-by: Jaeho

Re: [1/4] mmc: zynq_sdhci: Add support for eMMC5.1 for Versal NET platform

2023-01-31 Thread Jaehoon Chung
tput tap delays for eMMC. > - Add Strobe select tap for HS400 mode. > > Signed-off-by: Ashok Reddy Soma Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/mmc/zynq_sdhci.c | 287 ++- > 1 file changed, 284 insertions(+

RE: [0/4] Add eMMC 5.1 support for Versal NET

2023-01-25 Thread Jaehoon Chung
Hi, > -Original Message- > From: Michal Simek > Sent: Tuesday, January 24, 2023 10:02 PM > To: Ashok Reddy Soma ; u-boot@lists.denx.de; > Jaehoon Chung > > Cc: peng@nxp.com; kever.y...@rock-chips.com; > hayashi.kunih...@socionext.com; > alpernebiya...@gm

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

2022-12-26 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic 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-pmic/-/pipelines/14522 The following changes since commit e1befc8512fe4f67056a6e4b5cd2ab936abc35c6

RE: [PATCH] cmd: mmc: Expand bkops handling

2022-12-26 Thread Jaehoon Chung
Hi, > -Original Message- > From: Marek Vasut > Sent: Thursday, December 22, 2022 2:11 PM > To: u-boot@lists.denx.de > Cc: Marek Vasut ; Jaehoon Chung ; Peng > Fan > Subject: [PATCH] cmd: mmc: Expand bkops handling > > Add more capable "bkop

Re: [PATCH v2] power: regulator: Add support for NPCM8xx

2022-12-25 Thread Jaehoon Chung
Hi, On 11/7/22 11:48, Jim Liu wrote: > Add support for setting nuvoton BMC NPCM845 voltage supply. > > Signed-off-by: Jim Liu Reviewed-by: Jaehoon Chung Sorry for late. Best Regards, Jaehoon Chung > --- > Changes for v2: >- modify Kconfig description >- modi

Re: Changing eMMC boot partition size

2022-11-14 Thread Jaehoon Chung
is manufactured from Samsung was called MoviNand. It's used with Reserved Command for manufacturer. So If you want to change your eMMC's boot partition size, you need to check Kioxiz documentation. Best Regards, Jaehoon Chung >

Re: [PATCH] cmd: mmc: Print life time info

2022-11-02 Thread Jaehoon Chung
printf("Life Time Estimation B: 0x%02X\n", > ext_csd[EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B]); It's not a readable value. If didn't check the eMMC5.0 spec, it's difficult to know what means 0x01, 0x02..etc.. Best Regards, Jaehoon Chung > + } > } >

RE: [PATCH v1] power: regulator: Add support for NPCM845

2022-11-02 Thread Jaehoon Chung
Hi, > -Original Message- > From: Jim Liu [mailto:jim.t90...@gmail.com] > Sent: Tuesday, November 1, 2022 11:21 AM > To: jim.t90...@gmail.com; jjl...@nuvoton.com; ys...@nuvoton.com; > kw...@nuvoton.com; > jh80.ch...@samsung.com > Cc: u-boot@lists.denx.de > Subject: [PATCH v1] power:

RE: [PATCH 12/21] Convert CONFIG_SYS_MMC_MAX_BLK_COUNT to Kconfig

2022-11-02 Thread Jaehoon Chung
x_common.h | 2 -- > > include/configs/socfpga_common.h| 9 - > > include/configs/socfpga_soc64_common.h | 3 --- > > include/configs/total_compute.h | 2 -- > > include/configs/vexpress_common.h | 2 -- > > include/mmc.h | 5 - > > 38 files changed, 36 insertions(+), 26 deletions(-) > > Reviewed-by: Simon Glass Reviewed-by: Jaehoon Chung

RE: [PATCH 13/21] Convert CONFIG_SYS_MMC_MAX_DEVICE to Kconfig

2022-11-02 Thread Jaehoon Chung
-common.h | 7 --- > > > > include/configs/zynq-common.h | 3 --- > > > > 8 files changed, 5 insertions(+), 40 deletions(-) > > > > > > It seems odd that none of the boards end up with a defconfig setting > > > it to 2 or 3. > > > > What happened here is that boards were setting the value to something > > else, but never using it. > > Ah OK, that's good to fix. > > Reviewed-by: Simon Glass Reviewed-by: Jaehoon Chung

RE: Wolfgang Denk

2022-10-26 Thread Jaehoon Chung
Source, in the time when > Linux for Embedded > System started its first steps. In many occasions he had strong discussions > with customers to > explain the advantages of Open Source, and he rejected business contracts if > customer was going > against his principles. We will m

RE: [PATCH] drivers: mmc: Reset watchdog when accessing mmc device

2022-10-26 Thread Jaehoon Chung
Hi, > -Original Message- > From: qianfan [mailto:qianfangui...@163.com] > Sent: Tuesday, August 30, 2022 12:43 PM > To: Jaehoon Chung ; u-boot@lists.denx.de > Cc: Peng Fan > Subject: Re: [PATCH] drivers: mmc: Reset watchdog when accessing mmc device > > > &

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

2022-10-26 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic 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-pmic/-/pipelines/13944 The following changes since commit f9d16f2c0daf68dcb963c08c927f5f0a07cf75e4

RE: [PATCH v5 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL

2022-10-25 Thread Jaehoon Chung
> -Original Message- > From: Martyn Welch [mailto:martyn.we...@collabora.com] > Sent: Tuesday, October 25, 2022 6:55 PM > To: uboot-...@nxp.com; sba...@denx.de; Jaehoon Chung > Cc: Martyn Welch ; Simon Glass > ; u- > b...@lists.denx.de > Subject: [PATCH v5 4

RE: [PATCH v5 3/5] drivers: power: pmic: Add support for rn5t568 PMIC

2022-10-25 Thread Jaehoon Chung
> -Original Message- > From: Martyn Welch [mailto:martyn.we...@collabora.com] > Sent: Tuesday, October 25, 2022 6:55 PM > To: uboot-...@nxp.com; sba...@denx.de; Jaehoon Chung > Cc: Martyn Welch ; u-boot@lists.denx.de > Subject: [PATCH v5 3/5] drivers: power:

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

2022-10-24 Thread 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/13923 The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc

Re: [PATCH] mmc: Fix static checker warnings

2022-10-24 Thread Jaehoon Chung
f-by: Venkatesh Yadav Abbarapu > Reviewed-by: Michal Simek > Reviewed-by: Jaehoon Chung Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > > drivers/mmc/mmc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc

Re: [PATCH] mmc: dwmmc: only clear handled interrupts

2022-10-24 Thread Jaehoon Chung
seen and are handling so that DTO is > not missed. > > Signed-off-by: John Keeping > Tested-by: Jerome Forissier (Rock PI 4B) > Tested-by: Quentin Schulz > Reviewed-by: Jaehoon Chung Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > drivers/mmc/dw_mmc.c

Re: [PATCH 1/3] mmc: stm32_sdmmc2: add dual data rate support

2022-10-24 Thread Jaehoon Chung
igned-off-by: Yann Gautier > Reviewed-by: Jaehoon Chung Applied to u-boot-mmc. Thanks! (with [PATCH 2/3] and [PATCH 3/3]) Best Regards, Jaehoon Chung > --- > > drivers/mmc/stm32_sdmmc2.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/d

Re: [PATCH v2 2/2] mmc: f_sdh30: Add support for F_SDH30_E51

2022-10-24 Thread Jaehoon Chung
oot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > drivers/mmc/Kconfig | 4 +-- > drivers/mmc/f_sdh30.c | 66 +-- > 2 files changed, 66 insertions(+), 4 deletions(-) > > diff --git a/drivers/mmc/Kconfig b/drivers/mmc/Kconfig > ind

Re: [PATCH v2 1/2] mmc: sdhci: Add new quirks for SUPPORT_SINGLE

2022-10-24 Thread Jaehoon Chung
y: Kunihiko Hayashi > Reviewed-by: Jaehoon Chung Applied to u-boot-mmc. Thanks! Best Regards, Jaehoon Chung > --- > drivers/mmc/sdhci.c | 8 +--- > include/sdhci.h | 1 + > 2 files changed, 6 insertions(+), 3 deletions(-) > > diff --git a/drivers/mmc/sdhci.c b/dr

Re: [PATCH] mmc: ftsdc010: make command timeout 250 ms as in the comment

2022-10-24 Thread Jaehoon Chung
On 9/2/22 16:40, Sergei Antonov wrote: > Get rid of discrepancy beween comment /* 250 ms */ and code > which shifts by 4 thus dividing by 16. > So change code to shift by 2 and make the timeout value 250 ms. > > Signed-off-by: Sergei Antonov > Reviewed-by: Rick Chen > Revie

RE: [PATCH] drivers: mmc: check the return value of mmc_send_if_cond() call

2022-10-24 Thread Jaehoon Chung
Hi Matt, After applied this patch, CI Test is failed. Test for Nokia RX-51 (aka N900) I will not apply this patch at this time until fixing CI fail issue. Best Regards, Jaehoon Chung > -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of 정재훈

[PATCH] tools: env: fw_env: Fix unused-result warning

2022-10-13 Thread Jaehoon Chung
); | ^~ Signed-off-by: Jaehoon Chung --- tools/env/fw_env.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/env/fw_env.c b/tools/env/fw_env.c index c251e2e6ba7d..c9a8774acefb 100644 --- a/tools/env/fw_env.c +++ b/tools/env/fw_env.c @@ -1733,6 +1733,7

Re: [PATCH 1/3] mmc: zynq_sdhci: Change node_id prototype to u32

2022-10-07 Thread Jaehoon Chung
et_in_tapdelay(u32 node_id, u32 itap_delay) Is it passed by u8 from sdhci_zynqmp_sampleclk_set_pahse()? Best Regards, Jaehoon Chung > { > int ret; > > @@ -155,7 +155,7 @@ static inline int arasan_zynqmp_set_in_tapdelay(u8 > node_id, u32 itap_delay) > if

Re: [PATCH] mmc: Fix static checker warnings

2022-10-07 Thread Jaehoon Chung
f-by: Venkatesh Yadav Abbarapu Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/mmc/mmc.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/mmc/mmc.c b/drivers/mmc/mmc.c > index 0b7c0be8cb..210703ea46 100644 >

Re: [PATCH] power: fan53555: Fix missing newline in error message

2022-10-07 Thread Jaehoon Chung
On 9/25/22 22:43, Michal Suchanek wrote: > Avoid concatenation with following message. > > Signed-off-by: Michal Suchanek Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > drivers/power/pmic/fan53555.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [PATCH] mmc: fsl_esdhc: fix problem when using clk driver

2022-10-07 Thread Jaehoon Chung
On 9/24/22 07:29, Marek Vasut wrote: > From: Ye Li > > Move init_clk_usdhc to non-clk driver case, since assigned-clocks properties > will initialize the clocks by clk driver. > > Signed-off-by: Ye Li > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best R

Re: [PATCH] bootcount: pmic: Correct misleading comment

2022-10-07 Thread Jaehoon Chung
On 9/19/22 17:11, Philip Oberfichtner wrote: > Fix a copy-paste error I did when inserting the comment. > > Signed-off-by: Philip Oberfichtner Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > > --- > > drivers/bootcount/Kconfig | 2 +- > drivers

Re: [PATCH v3 4/5] drivers: power: pmic: Enable use of rn5t567 PMIC in SPL

2022-10-07 Thread Jaehoon Chung
On 9/16/22 19:24, Martyn Welch wrote: > The support added later in this series tweaks the PMIC voltages in the > SPL. Enable support for the rn5t567 in SPL builds to allow this to be done > cleanly. > > Signed-off-by: Martyn Welch Reviewed-by: Jaehoon Chung Best Regards

<    1   2   3   4   5   6   7   8   9   10   >