RE: [PATCH] mmc: Kconfig: Correct dependencies SDHCI ADMA options

2025-01-14 Thread Jaehoon Chung
xcept we also require > MMC_SDHCI_ADMA_FORCE_32BIT to be disabled. > > Signed-off-by: Tom Rini Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Peng Fan > Cc: Jaehoon Chung > --- > drivers/mmc/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > >

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

2025-01-13 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic master into u-boot master branch. If there is any problem, let me know, plz. Thanks! Best Regards, Jaehoon Chung CI: https://source.denx.de/u-boot/custodians/u-boot-pmic/-/pipelines/24175 The following changes since commit

RE: [PATCH] power: pmic: tps65941: Fix TI TPS65224 PMIC compatiable

2025-01-01 Thread Jaehoon Chung
S65224 PMIC") > Signed-off-by: Udit Kumar Reviewed-by: Jaehoon Chung > --- > drivers/power/pmic/tps65941.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/power/pmic/tps65941.c b/drivers/power/pmic/tps65941.c > index c3490db2a0..57d47052

RE: [PATCH 1/6] drivers/mmc/Kconfig: Remove extraneous BLK dependencies

2024-12-22 Thread Jaehoon Chung
> -Original Message- > From: U-Boot On Behalf Of Tom Rini > Sent: Saturday, December 21, 2024 7:22 AM > > At this point in time, MMC will always have BLK enabled, so we do not > need to list that as a dependency for MMC drivers. > > Signed-off-by: Tom Rini Re

RE: [PATCH v4 01/19] spl: mmc: Avoid size growth in spl_mmc_find_device() debug

2024-12-22 Thread Jaehoon Chung
> -Original Message- > From: Simon Glass > Sent: Friday, December 20, 2024 3:29 AM > > The for() loop ends up being in the code even if the log_debug() does > nothing. Add a condition to fix this. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Bes

RE: [PATCH v1 2/2] power: replace magic numbers with macros

2024-12-19 Thread Jaehoon Chung
> -Original Message- > From: Shree Ramamoorthy > Sent: Friday, December 20, 2024 2:47 AM > > Hi, > > On 12/18/24 5:26 PM, Jaehoon Chung wrote: > > > >> -Original Message- > >> From: Shree Ramamoorthy > >>

RE: [PATCH v1 2/2] power: replace magic numbers with macros

2024-12-18 Thread Jaehoon Chung
> -Original Message- > From: Shree Ramamoorthy > Sent: Thursday, December 19, 2024 7:55 AM > > Hi. > > > On 12/18/24 4:44 PM, Jaehoon Chung wrote: > > Hi, > > > >> -Original Message- > >> From: Shree Ramamoorthy > >&

RE: [PATCH v1 2/2] power: replace magic numbers with macros

2024-12-18 Thread Jaehoon Chung
40) / 10 + 0x20; > - else if (uV >= 60) > - return (uV - 60) / 25000 + 0x00; > + else if (uV >= TPS65219_BUCK_1V4) > + return (uV - TPS65219_BUCK_1V4) / TPS65219_VOLT_STEP_100MV + > TPS65219_BUCK_REG_1V4; Even though Not relevant

RE: [PATCH v1 1/2] power: regulator: replace printf() with pr_err()

2024-12-18 Thread Jaehoon Chung
y Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/power/regulator/tps65219_regulator.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/power/regulator/tps65219_regulator.c > b/drivers/power/regulator/tps65219_regu

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

2024-12-15 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/23871 The following changes since commit 50334151c02077f16613b0a082d95640800ba60e

RE: [PATCH] mmc: Fix potential timer value truncation

2024-12-12 Thread Jaehoon Chung
only after a cold reset. The 32bit overflow occurs after a bit > more than 49 days (1000 Hz counter) so booting after that time may lead > to a surprise because the board might become stuck requiring a cold > reset. > > Signed-off-by: Ronald Wahl > Cc: Peng Fan > Cc: Jaeh

RE: [PATCH v1 3/3] pmic: palmas: bind sysreset to parent node

2024-12-10 Thread Jaehoon Chung
> -Original Message- > From: Svyatoslav Ryhel > Sent: Tuesday, December 10, 2024 1:15 AM > Bind SYSRESET child to parent node since it does not have > its own node in the device tree. > > Signed-off-by: Svyatoslav Ryhel Reviewed-by: Jaehoon Chung Best Regar

RE: [PATCH v1 2/3] pmic: max77663: bind children to parent node

2024-12-10 Thread Jaehoon Chung
> -Original Message- > From: Svyatoslav Ryhel > Sent: Tuesday, December 10, 2024 1:15 AM > > Bind GPIO and SYSRESET children to parent node since they > do not have their own nodes in the device tree. > > Signed-off-by: Svyatoslav Ryhel Reviewed-by: Jaeh

RE: [PATCH v1 1/3] Revert "drivers: gpio-uclass: support PMIC GPIO children"

2024-12-10 Thread Jaehoon Chung
n node. > > This reverts commit c03cd98d1a163666b4addcdd9a34fc0c77dfd0a5. > > Signed-off-by: Svyatoslav Ryhel Reviewed-by: Jaehoon Chung Best Regards, > --- > drivers/gpio/gpio-uclass.c | 20 > 1 file changed, 20 deletions(-) > > diff --git a/drivers/gpio/gpio-uclass.c b/drivers/

RE: [PATCH v3 5/5] rpi: Use the U-Boot control FDT for fdt_addr

2024-12-10 Thread Jaehoon Chung
p() reduces the RAM top for boards with > less RAM. This behaviour is left unchanged as there is no other > mechanism for U-Boot to handle this. > > In version 2, it incorporates some changes to fdt_addr, etc. suggested > by Tom, as well as adding myself as a maintainer. > &g

RE: [PATCH v3 4/5] rpi: Update environment to support booti and large initrd

2024-12-10 Thread Jaehoon Chung
ct: [PATCH v3 4/5] rpi: Update environment to support booti and large > initrd > > The existing values don't provide for decompressing an arm64 boot-image. > Add those values and move things apart a bit so that a 50MB kernel can be > accommodated. > > Signed-off-by: Simon Glass

RE: [PATCH v3 3/5] rpi: Drop fdt_high and initrd_high

2024-12-10 Thread Jaehoon Chung
TCH v3 3/5] rpi: Drop fdt_high and initrd_high > > These are not needed now since there is a bootm_size setting to keep > things within the lower part of memory. > > Drop them. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Suggested-by: Tom Rini Reviewed-by

RE: [PATCH v3 2/5] rpi: Set bootm_size to 512MB

2024-12-10 Thread Jaehoon Chung
CH v3 2/5] rpi: Set bootm_size to 512MB > > Set this option so that all boot images stay within the bottom 512MB of > memory. This should allow us to drop the fdt_high and initrd_high > options. > > Signed-off-by: Simon Glass > Reviewed-by: Tom Rini > Suggested-by: Tom

RE: [PATCH 06/13] mmc: renesas: Fix R-Car spelling

2024-12-08 Thread Jaehoon Chung
luding the dash, update the usage. > Kconfig strings and comment changes only, no functional change. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Tom Rini > Cc: u-boot@lists.denx.de > --- > drivers/mmc/renesa

RE: [PATCH v3 01/19] spl: mmc: Avoid size growth in spl_mmc_find_device() debug

2024-12-08 Thread Jaehoon Chung
> -Original Message- > From: Simon Glass > Sent: Sunday, December 8, 2024 2:24 AM > The for() loop ends up being in the code even if the log_debug() does > nothing. Add a condition to fix this. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best R

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

2024-12-04 Thread Jaehoon Chung
Dear Tom, Please pull u-boot-pmic 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-pmic/-/pipelines/23718 The following changes since commit f96e5133184aac377b54bd61f8abf78710f2ee56

RE: [PATCH v1 1/3] mmc: snps_sdhci: Add sdhci driver support for TH1520 SoC

2024-12-04 Thread Jaehoon Chung
, 0, &clk); > + if (!ret) { > + ret = clk_set_rate(&clk, host->max_clk); > + if (IS_ERR_VALUE(ret)) > + printf("%s clk set rate fail!\n", __func__); Even though clock set rate is failed, it doesn't matter to be sti

RE: [PATCH v7 03/12] mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible to match upstream DT

2024-12-03 Thread Jaehoon Chung
Emil Renner Berthing ; Minda Chen > ; Hal Feng ; > u-boot@lists.denx.de > Subject: [PATCH v7 03/12] mmc: dw_mmc: Add "starfive, jh7110-mmc" compatible > to match upstream DT > > Make the U-Boot JH7110 MMC driver compatible with upstream DT. > > Signed-off-by: H

RE: [PATCH v1 3/3] configs: th1520_lpi4a: enable mmc controller support

2024-12-03 Thread Jaehoon Chung
and. > > Signed-off-by: Maksim Kiselev Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > configs/th1520_lpi4a_defconfig | 11 ++- > 1 file changed, 10 insertions(+), 1 deletion(-) > > diff --git a/configs/th1520_lpi4a_defconfig b/configs/th1520_lp

RE: [PATCH v1 2/3] riscv: dts: t-head: Add sdhci and emmc nodes

2024-12-03 Thread Jaehoon Chung
> -Original Message- > From: biguncle...@gmail.com > Sent: Monday, December 2, 2024 12:07 AM > > From: Maksim Kiselev > > Add SDHCI and EMMC controlles nodes on TH-1520 SoC. And enable them for > Lichee module 4A. > > Signed-off-by: Maksim Kiselev Rev

RE: [PATCH v2 2/2] power: regulator: replace dev_dbg() by dev_err() in regulator_post_bind()

2024-12-03 Thread Jaehoon Chung
> -Original Message- > From: Patrice Chotard > Sent: Tuesday, December 3, 2024 7:06 PM > To: u-boot@lists.denx.de > Cc: Patrice CHOTARD ; Patrick DELAUNAY > ; U- > Boot STM32 ; Jaehoon Chung > ; Jonas > Karlman ; Marek Vasut ; Quentin Schulz > ; >

RE: [PATCH v2 1/2] power: regulator: replace some debug() by dev_dbg()

2024-12-03 Thread Jaehoon Chung
> -Original Message- > From: Patrice Chotard > Sent: Tuesday, December 3, 2024 7:06 PM > To: u-boot@lists.denx.de > Cc: Patrice CHOTARD ; Patrick DELAUNAY > ; U- > Boot STM32 ; Jaehoon Chung > ; Jonas > Karlman ; Marek Vasut ; Quentin Schulz > ; >

RE: [PATCH] regulator: qcom-rpmh-regulator: add support for pmc8380 regulators

2024-11-25 Thread Jaehoon Chung
> -Original Message- > From: Neil Armstrong > Sent: Monday, November 25, 2024 5:25 PM > To: Jaehoon Chung ; Caleb Connolly > ; Sumit Garg > ; Tom Rini > Cc: u-boot-q...@groups.io; u-boot@lists.denx.de; Neil Armstrong > > Subject: [PATCH] regulator: qcom-

RE: [PATCH 17/20] mmc: rockchip_sdhci: Add support for RK3576

2024-11-21 Thread Jaehoon Chung
to the rockchip sdhci driver. > > It's pretty similar to its cousins found in the RK3568 and RK3588 and the > specific hs400-tx-tap number was taken from the vendor-u-boot. > > Signed-off-by: Heiko Stuebner Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > -

RE: [PATCH 18/20] mmc: rockchip_dw_mmc: Add support for rk3576

2024-11-21 Thread Jaehoon Chung
different base-compatible, as starting with this > generation, the clock phase tuning is done via registers inside > the mmc controller and not from inside the CRU. > > In U-Boot we do not tune at all, so no other code changes are > necessary. > > Signed-off-by: Heiko Stuebne

RE: [PATCH] mmc: don't print 'MMC:' if there are no MMC devices

2024-11-13 Thread Jaehoon Chung
Hi, > -Original Message- > From: Caleb Connolly > Sent: Wednesday, November 13, 2024 11:47 PM > To: Tom Rini > Cc: Christian Marangi ; Dragan Simic > ; Ilias Apalodimas > ; Jaehoon Chung ; Jerome > Forissier > ; Jonas Karlman ; Marek Vasut > ; Peng Fan

RE: [PATCH] mmc: don't print 'MMC:' if there are no MMC devices

2024-11-13 Thread Jaehoon Chung
Hi, > -Original Message- > From: Caleb Connolly > Sent: Wednesday, November 13, 2024 2:30 PM > To: Caleb Connolly ; Christian Marangi > ; Dragan Simic > ; Ilias Apalodimas ; Jaehoon > Chung > ; Jerome Forissier ; > Jonas Karlman > ; Marek Vasut ;

RE: [PATCH] boot: image-board: Mismatch a type between variable and return value

2024-11-05 Thread Jaehoon Chung
> -Original Message- > From: Marek Vasut > Sent: Wednesday, November 6, 2024 7:57 AM > To: Jaehoon Chung ; u-boot@lists.denx.de > Cc: tr...@konsulko.com; s...@chromium.org; marek.vasut+rene...@mailbox.org; > laurent.pinch...@ideasonboard.com; m.szyprow...@samsung

RE: [PATCH] board: rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT

2024-11-05 Thread Jaehoon Chung
> -Original Message- > From: Tom Rini > Sent: Wednesday, November 6, 2024 7:39 AM > To: Jaehoon Chung > Cc: u-boot@lists.denx.de; mbrug...@suse.com; pbrobin...@gmail.com > Subject: Re: [PATCH] board: rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT > > On We

[PATCH] board: rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT

2024-11-05 Thread Jaehoon Chung
initrd_high is dependent with CONFIG_PHYS_64BIT configuration. Even though CONFIG_ARM64 is not enabled, CONFIG_PHYS_64BIT can be enabled. Signed-off-by: Jaehoon Chung --- board/raspberrypi/rpi/rpi.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/raspberrypi/rpi

[PATCH] boot: image-board: Mismatch a type between variable and return value

2024-11-05 Thread Jaehoon Chung
pe of env_get_bootm_low() to phys_addr_t") Signed-off-by: Jaehoon Chung --- boot/image-board.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/image-board.c b/boot/image-board.c index 1757e5816d84..977343a8995c 100644 --- a/boot/image-board.c +++ b/boot/image-board.c @@ -547,7 +54

RE: [PATCH v2] mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi

2024-10-28 Thread Jaehoon Chung
> -Original Message- > From: Marek Vasut > Sent: Monday, October 28, 2024 1:31 AM > To: Paul Barker ; Nobuhiro Iwamatsu > ; Marek Vasut > ; Peng Fan ; Jaehoon Chung > > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH v2] mmc: renesas-sdhi: Add compatib

RE: [PATCH] sunxi: power: axp809: Fix DCDC4 programming

2024-10-27 Thread Jaehoon Chung
> -Original Message- > From: Chen-Yu Tsai > Sent: Friday, October 25, 2024 11:43 PM > To: Andre Przywara > Cc: Jaehoon Chung ; Jagan Teki > ; Tom Rini > ; u-boot@lists.denx.de; linux-su...@lists.linux.dev > Subject: Re: [PATCH] sunxi: power: axp809: Fix DCDC

RE: [PATCH 2/4] imx: power-domain: Convert to use livetree API for fdt access

2024-10-23 Thread Jaehoon Chung
> -Original Message- > From: Tim Harvey > Sent: Thursday, October 24, 2024 5:29 AM > To: Heiko Schocher ; Tom Rini ; Peng Fan > ; Jaehoon > Chung ; u-boot@lists.denx.de > Cc: linux-ker...@vger.kernel.org; Tim Harvey > Subject: [PATCH 2/4] imx: power-domain:

RE: [PATCH 4/4] mmc: fsl_esdhc: Convert to use livetree API for fdt access

2024-10-23 Thread Jaehoon Chung
> -Original Message- > From: Tim Harvey > Sent: Thursday, October 24, 2024 5:29 AM > To: Heiko Schocher ; Tom Rini ; Peng Fan > ; Jaehoon > Chung ; u-boot@lists.denx.de > Cc: linux-ker...@vger.kernel.org; Tim Harvey > Subject: [PATCH 4/4] mmc: fsl_esdhc: Con

RE: [PATCH v5 1/7] power: pmic: tps65941: Add DM_PMIC dependency

2024-10-22 Thread Jaehoon Chung
> -Original Message- > From: Manorit Chawdhry > Sent: Tuesday, October 15, 2024 7:52 PM > To: Jaehoon Chung > Cc: u-boot@lists.denx.de; Neha Malcom Francis ; Keerthy J > ; Udit > Kumar ; Aniket Limaye ; Tom Rini > ; Vignesh > Raghavendra ; Andrew Davis

RE: [PATCH 2/2] power/domain: meson-ee-pwrc: make sure to not enable a domain twice

2024-10-22 Thread Jaehoon Chung
> -Original Message- > From: Neil Armstrong > Sent: Wednesday, October 9, 2024 6:15 PM > To: Lukasz Majewski ; Sean Anderson ; Tom > Rini ; > Jaehoon Chung > Cc: u-boot-amlo...@groups.io; u-boot@lists.denx.de; Neil Armstrong > > Subject: [PATCH 2/2]

RE: [PATCH v2 11/11] mmc: Add support for ADI SC5XX-family processor SDHCI peripherals

2024-10-22 Thread Jaehoon Chung
k Vasut ; Heiko Schocher > ; Joe > Hershberger ; Ramon Fried ; > Stefan Roese ; > Jagan Teki ; Peng Fan ; Jaehoon > Chung > > Cc: u-boot@lists.denx.de; adsp-li...@analog.com; Oliver Gaskell > > Subject: [PATCH v2 11/11] mmc: Add support for ADI SC5XX-family pro

RE: [PATCH] mmc: renesas-sdhi: Add compatible string for rzg2l-sdhi

2024-10-22 Thread Jaehoon Chung
> -Original Message- > From: Paul Barker > Sent: Friday, October 18, 2024 4:52 PM > To: Nobuhiro Iwamatsu ; Marek Vasut > ; Peng Fan > ; Jaehoon Chung > Cc: Paul Barker ; u-boot@lists.denx.de > Subject: [PATCH] mmc: renesas-sdhi: Add compatible string for

RE: [PATCH] mmc: msm_sdhci: enable vqmmc at probe if available

2024-10-22 Thread Jaehoon Chung
Hi > -Original Message- > From: Neil Armstrong > Sent: Wednesday, October 16, 2024 6:17 PM > To: Caleb Connolly ; Sumit Garg > ; Peng Fan > ; Jaehoon Chung ; Tom Rini > > Cc: u-boot-q...@groups.io; u-boot@lists.denx.de; Neil Armstrong > > Subject:

RE: [PATCH 42/81] mmc: Remove and add needed includes

2024-05-02 Thread Jaehoon Chung
> -Original Message- > From: Tom Rini > Sent: Thursday, May 2, 2024 10:31 AM > To: u-boot@lists.denx.de > Cc: Peng Fan ; Jaehoon Chung ; Ryan > Chen > ; Chia-Wei Wang ; > Aspeed BMC SW team s...@aspeedtech.com>; Joel Stanley ; Matthias Brugger &g

RE: [PATCH 01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig

2024-05-02 Thread Jaehoon Chung
> -Original Message- > From: Tom Rini > Sent: Thursday, May 2, 2024 10:30 AM > To: u-boot@lists.denx.de > Cc: Weijie Gao ; GSS_MTK_Uboot_upstream > ; > Peng Fan ; Jaehoon Chung > Subject: [PATCH 01/81] mmc: Migrate MMC_SUPPORTS_TUNING to Kconfig &g

RE: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled

2024-04-29 Thread Jaehoon Chung
> -Original Message- > From: Marek Vasut > Sent: Friday, April 26, 2024 8:41 PM > To: Jaehoon Chung ; u-boot@lists.denx.de > Cc: 'Peng Fan' ; 'Simon Glass' > Subject: Re: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled > > On 4/

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

2024-04-29 Thread Jaehoon Chung
Dear Judith, > -Original Message- > From: Judith Mendez > Sent: Tuesday, April 30, 2024 5:40 AM > To: Tom Rini ; Jaehoon Chung > Cc: U-Boot Mailing List ; > maximilian.br...@9elements.com; > curtis.mach...@intel.com; Jonas Karlman ; > greg.mal...@timesys.com; &

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

2024-04-29 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/20569 The following changes since commit 174ac987655c888017c82df1883c0c2ea0dc2495

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

2024-04-26 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/20547 The following changes since commit d097f9e1299a3bdb7de468f0d9bbc63932f461cd

RE: [PATCH] power: pmic: tps65941: Update compatible to aling with kernel DT

2024-04-25 Thread Jaehoon Chung
4 PMIC is no longer getting probed. > > So updating compatible field to align with Linux driver and DT. > > Signed-off-by: Udit Kumar Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/power/pmic/tps65941.c | 3 +++ > 1 file changed, 3 insertions(+) >

RE: [PATCH v4 5/5] power: regulator: tps65941: Add TPS65224 PMIC regulator support

2024-04-25 Thread Jaehoon Chung
se mode. > > Signed-off-by: Bhargav Raviprakash Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/power/regulator/tps65941_regulator.c | 280 ++- > 1 file changed, 267 insertions(+), 13 deletions(-) > > diff --git a/drivers/power/regulator/t

RE: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled

2024-04-25 Thread Jaehoon Chung
Dear Marek, > -Original Message- > From: Marek Vasut > Sent: Wednesday, April 24, 2024 8:18 AM > To: u-boot@lists.denx.de; Jaehoon Chung > Cc: Peng Fan ; Simon Glass > Subject: Re: [PATCH v4] mmc: Poll CD in case cyclic framework is enabled > > On 3/16/24 9:

RE: [PATCH] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops

2024-04-18 Thread Jaehoon Chung
Hi, > -Original Message- > From: U-Boot On Behalf Of Jaehoon Chung > Sent: Wednesday, April 17, 2024 9:26 AM > To: 'Greg Malysa' ; u-boot@lists.denx.de; 'Peng Fan' > > Cc: 'Ian Roberts' ; 'Nathan Barrett-Morrison' > ;

Re: [RESEND PATCH v3 5/5] power: regulator: tps65941: Add TPS65224 PMIC regulator support

2024-04-17 Thread Jaehoon Chung
hex = conv_ops->volt2val(idx, *uV); > if (hex < 0) > return hex; > > - ret &= 0x0; > - ret = hex; > + if (chip_id == TPS65224) { > + hex = hex << TPS65941_LDO_MODE_MASK; > + ret &= ~TPS65

Re: [RESEND PATCH v3 3/5] power: regulator: tps65941: Added macros for BUCK ID

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Adds macros for buck and ldo ids and switched to using switch > case instead of if else in probe functions. Helps in adding > support for TPS65224 PMIC. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed

Re: [RESEND PATCH v3 4/5] power: regulator: tps65941: use function callbacks for conversion ops

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Use function callbacks for volt2val, val2volt and slewrate lookups. > This makes it easier to add support for TPS65224 PMIC regulators. > > Signed-off-by: Bhargav Raviprakash Reviewed-by: Jaehoon Chung Best Regards, J

Re: [RESEND PATCH v3 2/5] power: pmic: tps65941: Add TI TPS65224 PMIC

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Adds compatible and data field values of TPS65224 driver in > TPS65941 PMIC driver. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > drivers/

Re: [RESEND PATCH v3 1/5] power: tps65941: Add macros of TPS65224 PMIC

2024-04-17 Thread Jaehoon Chung
On 3/18/24 18:49, Bhargav Raviprakash wrote: > Re-use the TPS65941 PMIC driver for TPS65224 PMIC. > Add additional macros of TPS65224 to aid in the driver > re-use. > > Signed-off-by: Bhargav Raviprakash > Reviewed-by: Dhruva Gole Reviewed-by: Jaehoon Chung Best Rega

RE: [PATCH] mmc: cv1800b: Add transmit tap delay config to fix write error

2024-04-17 Thread Jaehoon Chung
> -Original Message- > From: Kongyang Liu > Sent: Tuesday, April 16, 2024 4:31 PM > To: u-boot@lists.denx.de > Cc: Jaehoon Chung ; Leo Yu-Chi Liang > ; Peng Fan > ; Tom Rini > Subject: [PATCH] mmc: cv1800b: Add transmit tap delay config to fix write > err

RE: [PATCH 4/5] mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode

2024-04-17 Thread Jaehoon Chung
> -Original Message- > From: Judith Mendez > Sent: Tuesday, April 16, 2024 6:28 AM > To: Peng Fan ; Jaehoon Chung ; Tom > Rini > Cc: Nitin Yadav ; Simon Glass ; > u-boot@lists.denx.de > Subject: [PATCH 4/5] mmc: am654_sdhci: Set ENDLL=1 for DDR52 mode >

RE: [PATCH 3/5] mmc: am654_sdhci: Add itap_del_ena[] to store itapdlyena bit

2024-04-17 Thread Jaehoon Chung
Hi, > -Original Message- > From: Judith Mendez > Sent: Tuesday, April 16, 2024 6:28 AM > To: Peng Fan ; Jaehoon Chung ; Tom > Rini > Cc: Nitin Yadav ; Simon Glass ; > u-boot@lists.denx.de > Subject: [PATCH 3/5] mmc: am654_sdhci: Add itap_del_ena[] to store it

RE: [PATCH 2/5] mmc: am654_sdhci: Fix OTAP/ITAP delay values

2024-04-17 Thread Jaehoon Chung
Hi Judith, > -Original Message- > From: Judith Mendez > Sent: Tuesday, April 16, 2024 6:28 AM > To: Peng Fan ; Jaehoon Chung ; Tom > Rini > Cc: Nitin Yadav ; Simon Glass ; > u-boot@lists.denx.de > Subject: [PATCH 2/5] mmc: am654_sdhci: Fix OTAP/ITAP delay value

RE: [PATCH 1/5] mmc: am654_sdhci: Add tuning algorithm for delay chain

2024-04-17 Thread Jaehoon Chung
> -Original Message- > From: Judith Mendez > Sent: Tuesday, April 16, 2024 6:28 AM > To: Peng Fan ; Jaehoon Chung ; Tom > Rini > Cc: Nitin Yadav ; Simon Glass ; > u-boot@lists.denx.de > Subject: [PATCH 1/5] mmc: am654_sdhci: Add tuning algorithm for delay

RE: [PATCH 2/2] mmc: stm32_sdmmc2: Fix AARCH64 compilation warnings

2024-04-17 Thread Jaehoon Chung
> -Original Message- > From: Patrick DELAUNAY > Sent: Wednesday, April 17, 2024 6:02 PM > To: Patrice Chotard ; u-boot@lists.denx.de > Cc: U-Boot STM32 ; Jaehoon Chung > ; > Peng Fan ; Sean Anderson ; Simon Glass > ; Tom > Rini > Subject: Re: [PAT

RE: [PATCH 1/2] mmc: stm32_sdmmc2: Add "st,stm32mp25-sdmmc2" compatible

2024-04-17 Thread Jaehoon Chung
Hi > -Original Message- > From: Patrick DELAUNAY > Sent: Wednesday, April 17, 2024 6:02 PM > To: Patrice Chotard ; u-boot@lists.denx.de > Cc: U-Boot STM32 ; Jaehoon Chung > ; > Peng Fan ; Sean Anderson ; Simon Glass > ; Tom > Rini > Subject: Re: [PATCH 1

RE: [RFC PATCH v1 1/1] mmc: snps_sdhci: Add sdhci driver support for TH1520 SoC

2024-04-17 Thread Jaehoon Chung
Hi, > -Original Message- > From: Maxim Kiselev > Sent: Wednesday, April 3, 2024 3:57 AM > To: Sean Anderson > Cc: Tom Rini ; Peng Fan ; Jaehoon Chung > ; > Marek Vasut ; Paul Barker > ; Kever Yang > ; Peter Geis ; Oleksandr > Suvorov > ; Stefa

RE: [PATCH] mmc: Support 32-bit only ADMA on 64-bit platforms

2024-04-16 Thread Jaehoon Chung
> -Original Message- > From: Greg Malysa > Sent: Tuesday, March 26, 2024 11:28 AM > To: u-boot@lists.denx.de; Peng Fan ; Jaehoon Chung > > Cc: Greg Malysa ; Nathan Barrett-Morrison > ; Ian > Roberts ; Jonas Karlman ; Kever > Yang chips.com>; M

RE: [PATCH] mmc: sdhci: Fix potential ADMA descriptor table overflow

2024-04-16 Thread Jaehoon Chung
> -Original Message- > From: Greg Malysa > Sent: Tuesday, March 26, 2024 11:23 AM > To: u-boot@lists.denx.de; Peng Fan ; Jaehoon Chung > > Cc: Ian Roberts ; Nathan Barrett-Morrison > ; Greg > Malysa ; Sean Anderson ; Tom > Rini > > Subject: [PATC

RE: [PATCH] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops

2024-04-16 Thread Jaehoon Chung
> -Original Message- > From: Greg Malysa > Sent: Tuesday, March 26, 2024 11:18 AM > To: u-boot@lists.denx.de; Peng Fan ; Jaehoon Chung > > Cc: Ian Roberts ; Nathan Barrett-Morrison > ; Greg > Malysa ; Jonas Karlman ; Kever Yang > chips.com>; Peter G

RE: [PATCH] mmc: cv1800b: Add transmit tap delay config to fix write error

2024-04-16 Thread Jaehoon Chung
Hi, > -Original Message- > From: Kongyang Liu > Sent: Tuesday, April 16, 2024 4:31 PM > To: u-boot@lists.denx.de > Cc: Jaehoon Chung ; Leo Yu-Chi Liang > ; Peng Fan > ; Tom Rini > Subject: [PATCH] mmc: cv1800b: Add transmit tap delay config to fix write >

RE: [PATCH 2/2] mmc: Add support for the no-mmc-hs400 prop

2024-04-16 Thread Jaehoon Chung
Hi > -Original Message- > From: Jonas Karlman > Sent: Tuesday, April 9, 2024 6:06 AM > To: Peng Fan ; Jaehoon Chung ; Tom > Rini > Cc: Jonas Karlman ; u-boot@lists.denx.de > Subject: [PATCH 2/2] mmc: Add support for the no-mmc-hs400 prop > > The linux comm

RE: [PATCH 1/2] mmc: Imply HS200 cap with mmc-hs400 prop to match linux

2024-04-16 Thread Jaehoon Chung
Hi, > -Original Message- > From: Quentin Schulz > Sent: Wednesday, April 10, 2024 5:57 PM > To: Dragan Simic > Cc: Jonas Karlman ; Peng Fan ; Jaehoon > Chung > ; Tom Rini ; u-boot@lists.denx.de > Subject: Re: [PATCH 1/2] mmc: Imply HS200 cap with mmc-hs40

RE: [PATCH 1/2] mmc: Imply HS200 cap with mmc-hs400 prop to match linux

2024-04-16 Thread Jaehoon Chung
Hi, > -Original Message- > From: Quentin Schulz > Sent: Wednesday, April 10, 2024 12:27 AM > To: Jonas Karlman ; Peng Fan ; Jaehoon > Chung > ; Tom Rini > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH 1/2] mmc: Imply HS200 cap with mmc-hs400 prop to matc

RE: [PATCH v2] mmc: arm_pl180: Limit data transfer to U16_MAX

2024-04-15 Thread Jaehoon Chung
> -Original Message- > From: c...@mailbox.org > Sent: Monday, April 15, 2024 6:53 PM > To: u-boot@lists.denx.de > Cc: Maximilian Brune ; Peng Fan > ; Jaehoon Chung > > Subject: [PATCH v2] mmc: arm_pl180: Limit data transfer to U16_MAX > > From: Ma

RE: [PATCH] mmc: sdhci: programmable clock calculation needs multiplier +1

2024-04-15 Thread Jaehoon Chung
> -Original Message- > From: curtis.mach...@intel.com > Sent: Saturday, April 13, 2024 4:27 AM > To: u-boot@lists.denx.de; Peng Fan ; Jaehoon Chung > > Cc: cmachida ; Jonas Karlman ; > Kever Yang chips.com>; Peter Geis ; Sean Anderson > ; Simon Gl

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

2024-04-15 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. 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

RE: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument

2024-04-15 Thread Jaehoon Chung
Hi, > -Original Message- > From: Jaehoon Chung > Sent: Monday, April 15, 2024 4:57 PM > To: u-boot@lists.denx.de > Cc: tr...@konsulko.com; ycli...@andestech.com; Jaehoon Chung > > Subject: [PATCH] mmc: cv1800b_sdhci: Remove the unused argument > > Remov

[PATCH] mmc: cv1800b_sdhci: Remove the unused argument

2024-04-15 Thread Jaehoon Chung
Remove the unused argument about cmd_error. Fixes: a3b2786651c7 ("mmc: Drop unused mmc_send_tuning() cmd_error parameter") Signed-off-by: Jaehoon Chung 1 --- drivers/mmc/cv1800b_sdhci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/cv1800b_sdhci.c

RE: [PATCH v2] mmc: arm_pl180: Limit data transfer to U16_MAX

2024-04-15 Thread Jaehoon Chung
Hi, > -Original Message- > From: c...@mailbox.org > Sent: Thursday, April 4, 2024 3:58 PM > To: u-boot@lists.denx.de > Cc: Maximilian Brune ; Peng Fan > ; Jaehoon Chung > > Subject: [PATCH v2] mmc: arm_pl180: Limit data transfer to U16_MAX > > From: Ma

RE: [PATCH v2 3/3] mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe

2024-04-15 Thread Jaehoon Chung
Hi, > -Original Message- > From: Yang Xiwen > Sent: Wednesday, April 3, 2024 10:22 AM > To: Jaehoon Chung ; Peng Fan > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH v2 3/3] mmc: hi6220_dw_mmc: add fifoth_val to private > data and set it in .probe > > O

RE: [PATCH v2 2/3] mmc: dw_mmc: Don't return error if data busy timeout

2024-04-14 Thread Jaehoon Chung
Hi, > -Original Message- > From: Yang Xiwen > Sent: Wednesday, April 3, 2024 10:20 AM > To: Jaehoon Chung ; Peng Fan > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH v2 2/3] mmc: dw_mmc: Don't return error if data busy > timeout > > On 4/3/2024 8:41

RE: [PATCH v2 1/3] mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled

2024-04-14 Thread Jaehoon Chung
Hi, > -Original Message- > From: Yang Xiwen > Sent: Wednesday, April 3, 2024 10:16 AM > To: Jaehoon Chung ; Peng Fan > Cc: u-boot@lists.denx.de > Subject: Re: [PATCH v2 1/3] mmc: hi6220-dwmmc: handle clocks and resets if > CONFIG_CLK and > CONFIG_DM_RESET enabl

Re: [PATCH] mmc: arm_pl180: Limit data transfer to U16_MAX

2024-04-02 Thread Jaehoon Chung
-by: max Could you add your full name as Signed-off's tag? > Cc: Peng Fan > Cc: Jaehoon Chung > --- > drivers/mmc/arm_pl180_mmci.c | 11 +++ > 1 file changed, 11 insertions(+) > > diff --git a/drivers/mmc/arm_pl180_mmci.c b/drivers/mmc/arm_pl180

Re: [PATCH v2 3/3] mmc: renesas-sdhi: Do not access SCC during tuning in send_cmd callback

2024-04-02 Thread Jaehoon Chung
hi_check_scc_error() call in case the > MMC subsystem is in tuning state. This way, the SCC settings are left > unmodified by command transfer during tuning operation. > > Reviewed-by: Paul Barker > Tested-by: Paul Barker > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chun

Re: [PATCH v2 2/3] mmc: Add generic tuning flag

2024-04-02 Thread Jaehoon Chung
On 2/25/24 07:32, Marek Vasut wrote: > Set generic mmc->tuning flag when performing tuning to indicate > this condition to drivers. Drivers may use this to bypass various > checks during tuning. > > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon

Re: [PATCH v2 1/3] mmc: Convert hs400_tuning flag from u8 to bool

2024-04-02 Thread Jaehoon Chung
> > Signed-off-by: Marek Vasut Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > Cc: Hai Pham > Cc: Jaehoon Chung > Cc: Nobuhiro Iwamatsu > Cc: Paul Barker > Cc: Peng Fan > Cc: Sean Anderson > Cc: Tom Rini > Cc: Yoshihiro Shimoda > ---

Re: [PATCH] mmc: renesas-sdhi: Stop transmission in case tuning block transfer fails

2024-04-02 Thread Jaehoon Chung
return value from transmission stop command. > > Signed-off-by: Marek Vasut > Reviewed-by: Paul Barker > Tested-by: Paul Barker > --- > Cc: Hai Pham > Cc: Jaehoon Chung > Cc: Nobuhiro Iwamatsu > Cc: Paul Barker > Cc: Peng Fan > Cc: Sean Anderson >

Re: [PATCH] mmc: tmio: Check INFO1 for completion during DMA transfer

2024-04-02 Thread Jaehoon Chung
arker > Tested-by: Paul Barker Reviewed-by: Jaehoon Chung Sorry for late. Will apply to u-boot-mmc/master, Thanks! Best Regards, Jaehoon Chung > --- > Cc: Hai Pham > Cc: Jaehoon Chung > Cc: Nobuhiro Iwamatsu > Cc: Paul Barker > Cc: Peng Fan > Cc: Sean Anderso

Re: [PATCH] mmc: arm_pl180_mmci: Rely on DM

2024-04-02 Thread Jaehoon Chung
!CONFIG_DM code and depend on DM_MMC. > > Tested on the Versatile Express CA9x4 board. > > Signed-off-by: Linus Walleij Reviewed-by: Jaehoon Chung Sorry for late. I will apply this patch to u-boot-mmc/master. Thanks. Best Regards, Jaehoon Chung > --- > drivers/mmc/Kconfi

Re: [PATCH v2 3/3] mmc: hi6220_dw_mmc: add fifoth_val to private data and set it in .probe

2024-04-02 Thread Jaehoon Chung
fifoth_val; > host->mmc->priv = &priv->host; > upriv->mmc = host->mmc; > host->mmc->dev = dev; > @@ -154,13 +156,20 @@ static const struct hisi_mmc_data hi6220_mmc_data = { > .use_fifo = false, > }; > > +static const struc

Re: [PATCH v2 2/3] mmc: dw_mmc: Don't return error if data busy timeout

2024-04-02 Thread Jaehoon Chung
to be same with previous patch, right? Best Regards, Jaehoon Chung > > [1]: > https://patchwork.kernel.org/project/linux-mmc/patch/1424458179-5456-1-git-send-email-diand...@chromium.org/ > > Signed-off-by: Yang Xiwen > --- > drivers/mmc/dw_mmc.c | 4 ++-- > 1 fil

Re: [PATCH v2 1/3] mmc: hi6220-dwmmc: handle clocks and resets if CONFIG_CLK and CONFIG_DM_RESET enabled

2024-04-02 Thread Jaehoon Chung
uot;, ret); > + } > + } > host->name = dev->name; > host->ioaddr = dev_read_addr_ptr(dev); > host->buswidth = fdtdec_get_int(gd->fdt_blob, dev_of_offset(dev), > @@ -56,11 +89,37 @@ static int hi6220_dwmmc_probe(struct udevice *dev) >

Re: [PATCH v2] mmc: Add SPL_MMC_PWRSEQ to fix link issue when building SPL

2024-04-02 Thread Jaehoon Chung
c-pwrseq.c:31: undefined reference > to `dm_gpio_set_value' > > Signed-off-by: Jonas Karlman > Reviewed-by: Kever Yang > Reviewed-by: Neil Armstrong > Acked-by: Ferass El Hafidi Reviewed-by: Jaehoon Chung Applied to u-boot-mmc/master, thanks! Sorry for late. Best Regard

Re: [PATCH v2] mmc: Remove alignment hole for cmdidx in struct mmc_cmd

2024-04-02 Thread Jaehoon Chung
ase with other compiler. After that, I will inform again about this patch. Best Regards, Jaehoon Chung > > Code from the call site: > > cmd.cmdidx = SD_CMD_APP_SEND_SCR; // 51 > ... > data.blocksize = 8; > ... > err = mmc_send_cmd_retry(mmc, &cmd, &a

Re: [PATCH] mmc: dw_mmc: Don't return error if data busy timeout

2024-04-02 Thread Jaehoon Chung
elow patch. Did you check all cases? Best Regards, Jaehoon Chung > > [1]: > https://patchwork.kernel.org/project/linux-mmc/patch/1424458179-5456-1-git-send-email-diand...@chromium.org/ > > Signed-off-by: Yang Xiwen > --- > drivers/mmc/dw_mmc.c | 4 ++-- > 1

Re: [PATCH 1/1] mmc: Don't suggest to build modules in Kconfig.

2024-04-02 Thread Jaehoon Chung
; Fixes: dadd43c14368 ("mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver") > Fixes: b312c590bcd8 ("mmc: Add MMC support for stm32h7 Socs") > Fixes: d24b69395949 ("mmc: mtk-sd: add SD/MMC host controller driver for > MT7623 SoC") > Signed-off-by: Heinrich S

Re: [PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-04-02 Thread Jaehoon Chung
-ero...@de.adit-jv.com/ > reserved values have been observed resulting in a buffer overrun. > > Reported-by: Eugeniu Rosca > Fixes: 272cc70b211e ("Add MMC Framework") > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Jaehoon Chung Applied to u-boo

Re: [PATCH 1/1] mmc: Avoid buffer overrun in mmc_startup()

2024-01-17 Thread Jaehoon Chung
-ero...@de.adit-jv.com/ > reserved values have been observed resulting in a buffer overrun. > > Reported-by: Eugeniu Rosca > Fixes: 272cc70b211e ("Add MMC Framework") > Signed-off-by: Heinrich Schuchardt Reviewed-by: Jaehoon Chung Best Regards, Jaehoo

  1   2   3   4   5   6   7   8   9   10   >