Re: [PATCH v2 4/9] usb: dwc3-generic: Add STih407 support

2025-01-19 Thread Patrice CHOTARD
On 1/16/25 11:24, Mattijs Korpershoek wrote: > Hi Patrice, > > Thank you for the patch. > > On jeu., janv. 16, 2025 at 09:17, Patrice Chotard > wrote: > >> Add STi glue logic to manage the DWC3 HC on STiH407 >> SoC family. It configures the internal glue logic and >> syscfg registers. >> >>

Re: [PATCH v2 3/9] usb: dwc3-generic: Reorder include

2025-01-19 Thread Patrice CHOTARD
On 1/16/25 11:12, Mattijs Korpershoek wrote: > Hi Patrice, > > Thank you for the patch. > > On jeu., janv. 16, 2025 at 09:17, Patrice Chotard > wrote: > >> Reorder include following rules available here : >> https://docs.u-boot.org/en/latest/develop/codingstyle.html#include-files > > Nitpi

Re: [PATCH v4] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-19 Thread Yixun Lan
Hi Huan: On 10:22 Mon 20 Jan , Huan Zhou wrote: > Implement functionality to probe and calculate the DRAM size > during the boot phase for the RISC-V spacemit K1 platform. we use 'SpacemiT', to be consistent > > Tested-by: Marcel Ziswiler # BPI-F3 16G > Signed-o

Re: [PATCH v5] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-19 Thread Leo Liang
On Mon, Jan 20, 2025 at 12:29:20PM +0800, Huan Zhou wrote: > [EXTERNAL MAIL] > > Implement functionality to probe and calculate the DRAM size > during the boot phase for the RISC-V spacemit K1 platform. > > Tested-by: Marcel Ziswiler # BPI-F3 16G > Signed-off-by: Huan Zhou > --- > This patch in

[PATCH v5] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-19 Thread Huan Zhou
Implement functionality to probe and calculate the DRAM size during the boot phase for the RISC-V spacemit K1 platform. Tested-by: Marcel Ziswiler # BPI-F3 16G Signed-off-by: Huan Zhou --- This patch introduce improvement for get dram size on spacemit k1 platform, retrieving the dram size dynami

Re: [PATCH v4] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-19 Thread Leo Liang
Hi Huan, On Mon, Jan 20, 2025 at 10:22:47AM +0800, Huan Zhou wrote: > [EXTERNAL MAIL] > > Implement functionality to probe and calculate the DRAM size > during the boot phase for the RISC-V spacemit K1 platform. > > Tested-by: Marcel Ziswiler # BPI-F3 16G > Signed-off-by: Huan Zhou > --- > Thi

[PATCH 2/2] drivers: rtc: max313xx: Ensure correct date is read after setting

2025-01-19 Thread Mark Tomlinson
When setting the time on the MAX31343, the time is not updated for one second, and reading the time in this interval will give the old time. Wait one second after writing so that the date command will show the correct time when setting the clock. Signed-off-by: Mark Tomlinson Cc: Chris Packham -

[PATCH 1/2] drivers: rtc: max313xx: Fix setting years 2100-2199

2025-01-19 Thread Mark Tomlinson
An invalid calculation made setting years 2100-2199 impossible. Signed-off-by: Mark Tomlinson Cc: Chris Packham --- drivers/rtc/max313xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/rtc/max313xx.c b/drivers/rtc/max313xx.c index 60400235dd0..ccfd6b6d0e2 100644 --

[PATCH] mmc: Optimize eMMC erase speed

2025-01-19 Thread Peng Fan (OSS)
From: Peng Fan Per JESD84-B51 6.6.9 Erase: The host can erase a contiguous range of Erase Groups. Starting the erase process is a three steps sequence. First the host defines the start address of the range using the ERASE_GROUP_START (CMD35) command, next it defines the last address of the range

[PATCH v4] riscv: spacemit: k1: probe dram size during boot phase.

2025-01-19 Thread Huan Zhou
Implement functionality to probe and calculate the DRAM size during the boot phase for the RISC-V spacemit K1 platform. Tested-by: Marcel Ziswiler # BPI-F3 16G Signed-off-by: Huan Zhou --- This patch introduce improvement for get dram size on spacemit k1 platform, retrieving the dram size dynami

Re: [PATCH 8/8] sunxi: add support for the Allwinner A100/A133 SoC

2025-01-19 Thread Andre Przywara
On Sat, 18 Jan 2025 08:35:55 +0100 Jernej Škrabec wrote: > Dne petek, 17. januar 2025 ob 02:45:37 Srednjeevropski standardni čas je > Andre Przywara napisal(a): > > The Allwinner A100 SoC has been around for a while, mostly on cheap > > tablets, but didn't generate much interest in the community

Re: [PATCH 1/3] suniv: switch Allwinner F1Cx00 boards to OF_UPSTREAM

2025-01-19 Thread Andre Przywara
On Sun, 19 Jan 2025 20:45:43 +0100 Jernej Škrabec wrote: Hi Jernej, > Dne nedelja, 19. januar 2025 ob 17:41:54 Srednjeevropski standardni čas je > Andre Przywara napisal(a): > > In contrast to some other Allwinner SoCs, there is no difference between > > the DTs for the Allwinner F1C100/F1C200

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

2025-01-19 Thread Jonas Karlman
Hi, On 2024-04-03 02:00, Jaehoon Chung wrote: > Hi, > > On 1/28/24 01:29, Jonas Karlman wrote: >> The alignment hole caused by cmdidx in struct mmc_cmd cause strange >> issues together with the peephole2 optimization on Amlogic SoCs. >> Following was observed while working on SPL support for Amlo

Re: [PATCH 2/8] sunxi: pmic_bus: support alternative I2C address

2025-01-19 Thread Andre Przywara
On Sat, 18 Jan 2025 08:21:31 +0100 Jernej Škrabec wrote: Hi Jernej, many thanks for the review and your opinion. > Dne petek, 17. januar 2025 ob 02:45:31 Srednjeevropski standardni čas je > Andre Przywara napisal(a): > > Some of the X-Power AXP PMICs can be ordered with an alternative I2C > >

Re: [PATCH 1/1] test: str_ut.c depends on CONFIG_STRTO

2025-01-19 Thread Tom Rini
On Wed, Nov 13, 2024 at 10:06:46PM +0100, Heinrich Schuchardt wrote: > The string conversion functions are implemented in lib/strto.c which is > only compiled if CONFIG_STRTO=y. > > Signed-off-by: Heinrich Schuchardt > --- > test/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [PULL] u-boot-sh/master

2025-01-19 Thread Tom Rini
On Sat, Jan 18, 2025 at 12:18:17PM +0100, Marek Vasut wrote: > The following changes since commit c11dc783fb4418393dd08d39ee01debfc2dea4d4: > > Merge https://source.denx.de/u-boot/custodians/u-boot-riscv (2025-01-17 > 08:27:40 -0600) > > are available in the Git repository at: > > https://

Re: [PATCH v7 0/9] add the support of sha256_hmac and sha256_hkdf

2025-01-19 Thread Tom Rini
On Thu, 19 Dec 2024 14:05:45 +0100, Philippe Reynes wrote: > This serie adds the support of sha256_hmac and sha256_hkdf. > A first version was sent several months ago just before the > integration of mbedtls. This new version is based on mbedtls. > > The first patch of this serie add the support

Re: [PATCH 10/10] configs: pinetab2-rk3566: Enable video and USB keyboard

2025-01-19 Thread Dang Huynh
Hi Jonas, On Sunday, January 19, 2025 2:08:37 PM UTC Jonas Karlman wrote: > Hi Dang, > > On 2025-01-16 10:15, Dang Huynh wrote: > > +CONFIG_CLK_CCF=y > > +CONFIG_CLK_COMPOSITE_CCF=y > > Is CCF and COMPOSITE_CCF needed? Yes, it's required to turn on and set video port clock. COMPOSITE_CCF should

Re: [PATCH 0/3] sunxi: switch three SoC families to OF_UPSTREAM

2025-01-19 Thread Jernej Škrabec
Dne nedelja, 19. januar 2025 ob 17:41:53 Srednjeevropski standardni čas je Andre Przywara napisal(a): > This series converts boards with the Allwinner F1C100s/F1C200s, A10, A10s > and A13s SoCs over to OF_UPSTREAM. The .dts and .dtsi files were > identical between the kernel and U-Boot repository,

Re: [PATCH 1/3] suniv: switch Allwinner F1Cx00 boards to OF_UPSTREAM

2025-01-19 Thread Jernej Škrabec
Dne nedelja, 19. januar 2025 ob 17:41:54 Srednjeevropski standardni čas je Andre Przywara napisal(a): > In contrast to some other Allwinner SoCs, there is no difference between > the DTs for the Allwinner F1C100/F1C200 SoCs (sunvi) between the U-Boot > and the Linux kernel repository. > > Remove

[PATCH] usb: Make what it takes for "usbkbd" to work in "stdin" clear

2025-01-19 Thread Dragan Simic
Selecting the CONFIG_SYS_CONSOLE_ENV_OVERWRITE option actually prevents the CONFIG_USB_KEYBOARD option from working as expected, i.e. USB keyboards end up not working as console inputs when "usbkbd" is properly specified as part of the value of the "stdin" environment variable. Describe this clear

[PATCH 3/3] sunxi: switch Allwinner A10s/A13 boards to OF_UPSTREAM

2025-01-19 Thread Andre Przywara
In contrast to some other Allwinner SoCs, there is no difference between the DTs for the Allwinner A10s/A13 SoCs (sun5i) between the U-Boot and the Linux kernel repository. Remove the old copies of the A10s/A13 related .dts and .dtsi files, and switch most of sun5i boards over to use OF_UPSTREAM.

[PATCH 2/3] sunxi: switch Allwinner A10 boards to OF_UPSTREAM

2025-01-19 Thread Andre Przywara
In contrast to some other Allwinner SoCs, there is no difference between the DTs for the Allwinner A10 SoCs (sun4i) between the U-Boot and the Linux kernel repository. Remove the old copies of the A10 related .dts and .dtsi files, and switch most of sun4i boards over to use OF_UPSTREAM. There are

[PATCH 0/3] sunxi: switch three SoC families to OF_UPSTREAM

2025-01-19 Thread Andre Przywara
This series converts boards with the Allwinner F1C100s/F1C200s, A10, A10s and A13s SoCs over to OF_UPSTREAM. The .dts and .dtsi files were identical between the kernel and U-Boot repository, so this is a no-brainer. However there are four boards (tablets, I guess) that do not have a .dts file in th

[PATCH 1/3] suniv: switch Allwinner F1Cx00 boards to OF_UPSTREAM

2025-01-19 Thread Andre Przywara
In contrast to some other Allwinner SoCs, there is no difference between the DTs for the Allwinner F1C100/F1C200 SoCs (sunvi) between the U-Boot and the Linux kernel repository. Remove the old copies of the F1Cx00 related .dts and .dtsi files, and switch the whole suniv SoC over to use OF_UPSTREAM

Re: [PATCH 05/10] video: rockchip: Add VOP2 support

2025-01-19 Thread Dang Huynh
Hi Andy, On Sunday, January 19, 2025 9:10:10 AM UTC Andy Yan wrote: > Hi Danq, > > Do you have tests with this u-boot video enabled then boot a linux kernel > also with drm display enabled? > Yes, I booted Linux with U-Boot VOP2 and Linux VOP2 enabled without any problem. > Because the u-boot v

[PATCH 00/10] Rockchip VOP2 support

2025-01-19 Thread Piotr Zalewski
Hi all, Sending another reply to make it clear that tested by applies to the whole series. Regards, Piotr Zalewski Tested-by: Piotr Zalewski

[PATCH 10/10] configs: pinetab2-rk3566: Enable video and USB keyboard

2025-01-19 Thread Piotr Zalewski
Hi all, We found with Dragan Simic that in order for usb keyboard to work after boot-up without the need to set stdin manually to the value serial,usbkbd SYS_CONSOLE_ENV_OVERWRITE option must be set to N. Otherwise everything works. Tested on PineTab2. Regards, Piotr Zalewski Tested-by: Piotr

Re: [PATCH 10/10] configs: pinetab2-rk3566: Enable video and USB keyboard

2025-01-19 Thread Jonas Karlman
Hi Dang, On 2025-01-16 10:15, Dang Huynh wrote: > Now that we have VOP2 support, let's enable it and support the > built in USB keyboard. > > Signed-off-by: Dang Huynh > --- > configs/pinetab2-rk3566_defconfig | 15 +++ > 1 file changed, 15 insertions(+) > > diff --git a/configs/pi

Re: [PATCH v2 2/4] net: phy: ksz90x1: Handle ksz9131 LED errata

2025-01-19 Thread Marek Vasut
On 12/5/24 7:58 PM, Paul Barker wrote: Hi Marek, Quentin, On 01/12/2024 18:57, Marek Vasut wrote: On 11/25/24 6:23 PM, Quentin Schulz wrote: [...] @@ -446,6 +474,10 @@ static int ksz9131_config(struct phy_device *phydev)   return ret;   } +    ret = ksz9131_led_errata(phyde

Re:Re: [PATCH] doc: coolpi: Fix the defconfig name

2025-01-19 Thread Andy Yan
Hi Quentin, At 2025-01-15 17:29:10, "Quentin Schulz" wrote: >Hi Andy, > >On 1/13/25 11:56 AM, Andy Yan wrote: >> The defconfig name should be: coolpi-cm5-genbook-rk3588_defconfig >> >> Signed-off-by: Andy Yan > >Reviewed-by: Quentin Schulz First, thanks for your review. > >> --- >> >> d

Re:[PATCH 05/10] video: rockchip: Add VOP2 support

2025-01-19 Thread Andy Yan
Hi Danq, At 2025-01-16 17:15:54, "Dang Huynh" wrote: >VOP2 (Video Output Processor v2) is a display controller on Rockchip >SoCs. It can be found on RK3566/8 and RK3588. > >This commit currently only supports RK3566/8. > >Signed-off-by: Dang Huynh >--- > arch/arm/include/asm/arch-rockchip/vop_r