Re: [PATCH v2 0/2] a little RPi watchdog cleanup

2024-07-14 Thread Stefan Roese
@Tom, I can't find these patches (and v1) in patchworks. Do you have an idea, why this is the case? Thanks, Stefan On 7/12/24 11:07, Rasmus Villemoes wrote: Two related leftovers I found while looking at remaining hw_watchdog/CONFIG_HW_WATCHDOG items. v2: Add Stefan's R-bs. Trim commit log in

Re: [PATCH 4/4] phy: rockchip: snps-pcie3: Fix clearing PHP_GRF_PCIESEL_CON bits

2024-07-14 Thread Kever Yang
On 2024/7/15 05:23, Sebastian Kropatsch wrote: The pcie1ln_sel bits for the RK3588 are getting set but not cleared due to an incorrect write mask. Use a newly introduced constant for the write mask to fix this. Also introduce a GENMASK-based constant for PCIE30_PHY_MODE. This fix is adapted fr

Re: [PATCH 3/4] phy: rockchip: snps-pcie3: Fix bifurcation for RK3588

2024-07-14 Thread Kever Yang
On 2024/7/15 05:23, Sebastian Kropatsch wrote: Misconfigured `PHP_GRF_PCIESEL` values are causing bifurcation issues, for example on the FriendlyElec CM3588 NAS board which uses bifurcation on both PCIe PCIe ports (all four lanes) to enable four M.2 NVMe sockets. Without this fix, NVMe devices

Re: [PATCH 2/4] phy: rockchip: snps-pcie3: Fix "rockchip" spelling

2024-07-14 Thread Kever Yang
On 2024/7/15 05:23, Sebastian Kropatsch wrote: Several identifiers use "rochchip" instead of "rockchip". Fix this by replacing every instance of "rochchip" with "rockchip". Signed-off-by: Sebastian Kropatsch Reviewed-by: Kever Yang Thanks, - Kever --- drivers/phy/rockchip/phy-rockchip-s

Re: [PATCH 1/4] phy: rockchip: naneng-combphy: Fix "rockchip" spelling

2024-07-14 Thread Kever Yang
On 2024/7/15 05:23, Sebastian Kropatsch wrote: Replace "rochchip" by "rockchip" in two instances. Signed-off-by: Sebastian Kropatsch Reviewed-by: Kever Yang Thanks, - Kever --- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [PATCH] dm: button: support remapping phone keys

2024-07-14 Thread Caleb Connolly
Hi Dragan, On 14/07/2024 22:47, Dragan Simic wrote: Hello Caleb, On 2024-07-14 21:49, Caleb Connolly wrote: We don't have audio support in U-Boot, but we do have boot menus. Add an option to re-map the volume and power buttons to up/down/enter so that in situations where these are the only ava

Orphaning my patches

2024-07-14 Thread John Watts
Hi there, I'm orpahning all the pending patches I've submitted to this project. If you have them in your patch queue, please disregard them. Full list: - boot: Pass baud rate to stdout https://lore.kernel.org/r/20240411-stdout-v1-1-66ebe5bb1...@jookia.org - pwm: sunxi: Add support Allwinner D1 P

Re: [PATCH] arm: sunxi: add support for I2C1 on V3s-based SoCs

2024-07-14 Thread Andre Przywara
On Fri, 31 May 2024 16:21:38 +0200 Tobias Schramm wrote: Hi Tobias, > Previously enabling I2C1 when using a V3s-based SoC had no effect. > Set pinmux on PE21 and PE22 to I2C1 function when enabling I2C1 on > V3s-based SoCs. Can you say what this patch is about? Is there any V3s board that has t

Re: [PATCH v2 4/6] power: pmic: sunxi: add AXP717 SPL support

2024-07-14 Thread Andre Przywara
On Sun, 14 Jul 2024 20:20:44 +1200 "Ryan Walklin" wrote: Hi Ryan, > On Sat, 13 Jul 2024, at 4:53 AM, Andre Przywara wrote: > > > #define AXP209_I2C_ADDR0x34 > > +#define AXP717_I2C_ADDR0x34 > > > > #define AXP305_I2C_ADDR0x36 > > #

Re: [PATCH v2 2/2] usb: musb-new: sunxi: make compatible with UDC/DM gadget model

2024-07-14 Thread Andre Przywara
On Sat, 29 Jun 2024 02:22:14 +1000 John Watts wrote: Hi, > On Fri, Jun 28, 2024 at 04:17:27PM +0100, Andre Przywara wrote: > > > I do not know if this patch is still a > > > necessity; though if John is nudging about it, it probably is. > > > > Yes apparently he needs it, though I am not ent

[PATCH 4/4] phy: rockchip: snps-pcie3: Fix clearing PHP_GRF_PCIESEL_CON bits

2024-07-14 Thread Sebastian Kropatsch
The pcie1ln_sel bits for the RK3588 are getting set but not cleared due to an incorrect write mask. Use a newly introduced constant for the write mask to fix this. Also introduce a GENMASK-based constant for PCIE30_PHY_MODE. This fix is adapted from the upstream Linux commit by Sebastian Reichel:

[PATCH 3/4] phy: rockchip: snps-pcie3: Fix bifurcation for RK3588

2024-07-14 Thread Sebastian Kropatsch
Misconfigured `PHP_GRF_PCIESEL` values are causing bifurcation issues, for example on the FriendlyElec CM3588 NAS board which uses bifurcation on both PCIe PCIe ports (all four lanes) to enable four M.2 NVMe sockets. Without this fix, NVMe devices do not get recognized. Correct the `PHP_GRF_PCIESE

[PATCH 2/4] phy: rockchip: snps-pcie3: Fix "rockchip" spelling

2024-07-14 Thread Sebastian Kropatsch
Several identifiers use "rochchip" instead of "rockchip". Fix this by replacing every instance of "rochchip" with "rockchip". Signed-off-by: Sebastian Kropatsch --- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dri

[PATCH 0/4] phy: rockchip: snps-pcie3: Fix bifurcation and spelling

2024-07-14 Thread Sebastian Kropatsch
Several fixes for RK3588's PCIe PHY from upstream Linux [1][2], which uses a very similar driver. Tested on a FriendlyElec CM3588 NAS which uses PCIe bifurcation in 1x1x1x1 mode to enable four M.2 NVMe sockets. With these fixes applied, NVMe SSDs get properly recognized in U-Boot. While at it, cor

[PATCH 1/4] phy: rockchip: naneng-combphy: Fix "rockchip" spelling

2024-07-14 Thread Sebastian Kropatsch
Replace "rochchip" by "rockchip" in two instances. Signed-off-by: Sebastian Kropatsch --- drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c b/drivers/phy/rockchip/phy-rock

Re: [PATCH] dm: button: support remapping phone keys

2024-07-14 Thread Dragan Simic
Hello Caleb, On 2024-07-14 21:49, Caleb Connolly wrote: We don't have audio support in U-Boot, but we do have boot menus. Add an option to re-map the volume and power buttons to up/down/enter so that in situations where these are the only available buttons (such as on mobile phones) it's still

[PATCH] dm: button: support remapping phone keys

2024-07-14 Thread Caleb Connolly
We don't have audio support in U-Boot, but we do have boot menus. Add an option to re-map the volume and power buttons to up/down/enter so that in situations where these are the only available buttons (such as on mobile phones) it's still possible to navigate menus built in U-Boot or an external EF

Re: [PATCH RFC 0/3] ARM64: add symbol name lookup and print a backtrace on exception

2024-07-14 Thread Caleb Connolly
On 12/07/2024 18:48, Tom Rini wrote: On Wed, Jul 10, 2024 at 06:26:17PM +0200, Caleb Connolly wrote: U-Boot already emits frame pointers on ARM64, but lacks the code to parse them, as well as a mechanism for looking up symbol names at runtime. There was some (seemingly?) leftover code for s

Re: [PATCH 1/2] riscv: spacemit: bananapi_f3: initial support added

2024-07-14 Thread Kongyang Liu
Heinrich Schuchardt 于2024年7月14日周日 23:48写道: > > On 7/14/24 17:08, Kongyang Liu wrote: > > Add basic support for SpacemiT's Banana Pi F3 board > > > > Signed-off-by: Kongyang Liu > > > > --- > > > > arch/riscv/Kconfig | 5 + > > arch/riscv/cpu/k1/Kconfig | 18

Re: [PATCH 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board

2024-07-14 Thread Kongyang Liu
Heinrich Schuchardt 于2024年7月14日周日 23:19写道: > > On 7/14/24 17:08, Kongyang Liu wrote: > > Add document for Banana Pi F3 board which based on SpacemiT's K1 SoC. > > > > Signed-off-by: Kongyang Liu > > --- > > > > doc/board/index.rst| 1 + > > doc/board/spacemit/bananapi_f3.rst |

Re: [PATCH 1/2] riscv: spacemit: bananapi_f3: initial support added

2024-07-14 Thread Heinrich Schuchardt
On 7/14/24 17:08, Kongyang Liu wrote: Add basic support for SpacemiT's Banana Pi F3 board Signed-off-by: Kongyang Liu --- arch/riscv/Kconfig | 5 + arch/riscv/cpu/k1/Kconfig | 18 ++ arch/riscv/cpu/k1/Makefile | 6 + arch/riscv/cpu/k1/cpu

Re: [PATCH 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board

2024-07-14 Thread Heinrich Schuchardt
On 7/14/24 17:08, Kongyang Liu wrote: Add document for Banana Pi F3 board which based on SpacemiT's K1 SoC. Signed-off-by: Kongyang Liu --- doc/board/index.rst| 1 + doc/board/spacemit/bananapi_f3.rst | 78 ++ doc/board/spacemit/index.rst

[PATCH 2/2] doc: spacemit: bananapi_f3: document Banana Pi F3 board

2024-07-14 Thread Kongyang Liu
Add document for Banana Pi F3 board which based on SpacemiT's K1 SoC. Signed-off-by: Kongyang Liu --- doc/board/index.rst| 1 + doc/board/spacemit/bananapi_f3.rst | 78 ++ doc/board/spacemit/index.rst | 8 +++ 3 files changed, 87 insertions(+)

[PATCH 1/2] riscv: spacemit: bananapi_f3: initial support added

2024-07-14 Thread Kongyang Liu
Add basic support for SpacemiT's Banana Pi F3 board Signed-off-by: Kongyang Liu --- arch/riscv/Kconfig | 5 + arch/riscv/cpu/k1/Kconfig | 18 ++ arch/riscv/cpu/k1/Makefile | 6 + arch/riscv/cpu/k1/cpu.c| 9 + arch/riscv/cpu/k1

[PATCH 0/2] riscv: spacemit: bananapi_f3: add support for Banana Pi F3 board

2024-07-14 Thread Kongyang Liu
Banana Pi F3 board is a industrial grade RISC-V development board, it design with SpacemiT K1 8 core RISC-V chip, CPU integrates 2.0 TOPs AI computing power. 4G DDR and 16G eMMC onboard.2x GbE Ethernet prot, 4x USB 3.0 and PCIe for M.2 interface, support HDMI and Dual MIPI-CSI Camera. This patch i

Pull request efi-2024-10-rc1-2

2024-07-14 Thread Heinrich Schuchardt
Dear Tom, The following changes since commit b182816c1fb436916661949213c543bf4d42250b: turris_1x: Normalize Kconfig usage (2024-07-13 10:42:15 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-efi.git tags/efi-2024-10-rc1-2 for you to fetch cha

RE: [EXT] Re: [RFC] usb: xhci: Some USB devices fail to initialize

2024-07-14 Thread Elena Popa
> > Hi Marek, > > Hi, > > sorry for the really late reply. > > >> Does it also work if you 'setenv usb_pgood_delay 2000' ? > >> > > No, the USB stick is still not initialized. > > > >> Can you include the 5ms patch ? > > > > I've attached the patch which makes it work. Of course, I'm not sure if

Re: [PATCH v2 4/6] power: pmic: sunxi: add AXP717 SPL support

2024-07-14 Thread Ryan Walklin
Hi Andre, On Sat, 13 Jul 2024, at 4:53 AM, Andre Przywara wrote: > #define AXP209_I2C_ADDR 0x34 > +#define AXP717_I2C_ADDR 0x34 > > #define AXP305_I2C_ADDR 0x36 > #define AXP313_I2C_ADDR 0x36 > @@ -36,6 +37,8

Re: [PATCH] part: efi: Rely on a definition to specify the primary GPT position

2024-07-14 Thread Roman Stratiienko
Hello Heinrich, Sorry, I'm having a hard time answering your questions. > When writing the partition table shouldn't the offset be reflected in the protective MBR fields StartingCHS and StartingLBA? See Table 5.4 "Protective MBR Partition Record protecting the entire disk*" of the UEFI 2.10 speci

Re: [PATCH] clk: imx8mn: add video clocks support

2024-07-14 Thread Michael Nazzareno Trimarchi
Hi Fabio On Mon, Apr 22, 2024 at 1:17 PM Fabio Estevam wrote: > > Hi Michael, > > On Mon, Apr 22, 2024 at 7:36 AM Michael Nazzareno Trimarchi > wrote: > > > Are you considering if I wrap properly with VIDEO IS_ENABLED? > > I prefer you resend this patch as part of a complete series that adds > p

[PATCH 1/1] doc: move out-of-tree building info to HTML

2024-07-14 Thread Heinrich Schuchardt
Move the information about out-of-tree building from README to the generated HTML documentation. Signed-off-by: Heinrich Schuchardt --- README| 20 doc/build/gcc.rst | 28 2 files changed, 28 insertions(+), 20 deletions(-) diff --git