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(+)
>
>
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
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
> -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
> -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
> -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
> >>
> -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
> >&
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
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
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
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
> -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
> -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
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/
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
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
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
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
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
> -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
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
, 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
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
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
> -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
> -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
> ;
>
> -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
> ;
>
> -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-
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
> -
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
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
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 ;
> -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
> -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
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
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
> -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
> -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
> -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:
> -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
> -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
> -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]
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
> -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
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:
> -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
> -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
> -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/
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;
&
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
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
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(+)
>
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
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:
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'
> ;
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
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
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
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/
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
> -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
> -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
>
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
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
> -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
> -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
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
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
> -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
> -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
> -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
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
>
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
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
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
> -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
> -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
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
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
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
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
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
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
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
-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
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
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
>
> 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
> ---
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
>
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
!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
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
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
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)
>
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
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
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
; 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
-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
-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 - 100 of 1046 matches
Mail list logo