Re: [PATCH v2 1/1] ata: sata_rescan must scan for block devices

2024-08-13 Thread Tony Dinh
Hi Heinrich, Thanks for upgrading this driver to handle multiple SATA controllers. Please see my comments below. On Fri, Aug 9, 2024 at 1:56 AM Heinrich Schuchardt wrote: > > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all

Re: [PATCH v3 3/5] arch: arm: dts: k3-j7200-r5-evm: Add missing fss range

2024-08-13 Thread Limaye, Aniket
On 8/10/2024 4:31 AM, Jonathan Humphreys wrote: Upstream DTS added explicit ranges to the fss node. It did not include the 32 bit memory space needed by the R5 to access OSPI. With the upstream DTS sync, OSPI boot no longer works. Adding the missing range here. It is also being added in the

Re: [PATCH v4 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS

2024-08-13 Thread Chintan Vankar
On 13/08/24 23:57, Andrew Davis wrote: On 8/12/24 6:48 AM, Chintan Vankar wrote: From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f(). Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by:

Re: [PATCH v3 8/9] ubi: implement support for LED activity

2024-08-13 Thread Heiko Schocher
Hello Christian, On 12.08.24 12:32, Christian Marangi wrote: Implement support for LED activity. If the feature is enabled, make the defined ACTIVITY LED to signal ubi write operation. Signed-off-by: Christian Marangi --- cmd/ubi.c | 17 +++-- 1 file changed, 15 insertions(+), 2

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Heiko Schocher
Hello Fabio, On 13.08.24 22:12, Fabio Estevam wrote: Hi Heiko, On Tue, Aug 13, 2024 at 10:58 AM Heiko Schocher wrote: Should we revert this patch? I just can say for the aristianetos2 board, that I readded exactly this define in my work for the port to currentmainline ... and with my patch,

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Heiko Schocher
Hello Tom, On 13.08.24 18:16, Tom Rini wrote: On Tue, Aug 13, 2024 at 03:57:08PM +0200, Heiko Schocher wrote: Hello Fabio, Tom, On 13.08.24 14:27, Fabio Estevam wrote: Hi Heiko, On Wed, Aug 7, 2024 at 12:53 PM Heiko Schocher wrote: U-Boot 2024.07 drops on aristainetos2 board the following

Re: [PATCH v5 08/10] configs: am62: Enable configs required for Ethboot

2024-08-13 Thread Chintan Vankar
On 13/08/24 18:18, Nishanth Menon wrote: On 16:23-20240813, Chintan Vankar wrote: From: Kishon Vijay Abraham I Enable config options needed to support Ethernet boot on AM62x SK. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar

Re: [PATCH v5 10/10] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

2024-08-13 Thread Chintan Vankar
On 13/08/24 18:17, Nishanth Menon wrote: On 16:24-20240813, Chintan Vankar wrote: Add missing bootph-all property for CPSW MAC's PHY node phy_gmii_sel. Signed-off-by: Chintan Vankar Link: https://lore.kernel.org/r/20240430085048.3143665-1-c-van...@ti.com Signed-off-by: Vignesh Raghav

Re: [PATCH] clk: Propagate clk_set_rate() if CLK_SET_PARENT_RATE present

2024-08-13 Thread Sam Protsenko
Hi Sean, This series has been pending for 5 months now. If there are no objections, can you please apply it? Thanks! On Wed, Jul 31, 2024 at 3:05 PM Sam Protsenko wrote: > > On Thu, Jul 25, 2024 at 3:57 PM Sam Protsenko > wrote: > > > > [snip] > > > > >> > > >> If anything, that shows there is

Re: [PATCH v5 00/38] mmc: dw_mmc: Enable eMMC on E850-96 board

2024-08-13 Thread Sam Protsenko
Hi Minkyu, What do you think about this series? It's been pending for a while now, so may I ask you to take care of it? Thanks! On Wed, Aug 7, 2024 at 10:14 PM Sam Protsenko wrote: > > Bring 64-bit support to dw_mmc core and Exynos dw_mmc drivers, and > enable it on E850-96 board. Additionally

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Tue, 13 Aug 2024 at 07:09, Quentin Schulz wrote: > > Hi Simon, > > On 8/13/24 3:02 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 13 Aug 2024 at 06:29, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 8/13/24 2:16 PM, Simon Glass wrote: > >>> Hi Quentin, > >>> >

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Fabio Estevam
Hi Heiko, On Tue, Aug 13, 2024 at 10:58 AM Heiko Schocher wrote: > Should we revert this patch? > > I just can say for the aristianetos2 board, that I readded exactly this > define in my work for the port to currentmainline ... and with my patch, > pwm and so bootlogo works again ... What about

Re: [PATCH v4 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS

2024-08-13 Thread Andrew Davis
On 8/12/24 6:48 AM, Chintan Vankar wrote: From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f(). Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://l

Re: [PATCH 1/2] tqma6: Convert to PMIC and I2C driver model

2024-08-13 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 2:58 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Currently, the power_init_board() function is not executed because > CONFIG_POWER_LEGACY is not selected. > > Convert to PMIC driver model, which allows removing board I2C code in > favor of the I2C driver model. > >

Re: [PATCH] imx6-tqma6: Convert to OF_UPSTREAM

2024-08-13 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 12:26 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Instead of using the local imx6-tqma6 devicetree copies from U-Boot, > convert the imx6-tqma6 target to OF_UPSTREAM so that the upstream > kernel devicetrees can be used instead. > > Signed-off-by: Fabio Estevam Ap

Re: [PATCH] tqma6q_mba6: Convert to watchdog driver model

2024-08-13 Thread Fabio Estevam
On Fri, Aug 9, 2024 at 12:12 PM Fabio Estevam wrote: > > From: Fabio Estevam > > Commit 68dcbdd594d4 ("ARM: imx: Add weak default reset_cpu()") caused > the 'reset' command in U-Boot to not cause a board reset. > > Fix it by switching to the watchdog driver model via sysreset, which > is the pref

Re: [PATCH] imx: imx8: fix build when CONFIG_IMX_BOOTAUX is set

2024-08-13 Thread Fabio Estevam
Hi Max, On Thu, Aug 8, 2024 at 7:02 AM Max Krummenacher wrote: > The current code does call a function which does not exist. Thus the > compile fails if enabling CONFIG_IMX_BOOTAUX for a i.MX 8X and likely > always did. > I think that would merrit fixing it now rather than waiting until the > mo

Re: [PATCH 1/5] tools: imx8image: fix soc variable for ULP

2024-08-13 Thread Fabio Estevam
On Mon, Aug 5, 2024 at 9:43 AM Gary Bisson wrote: > > Fixes: 6ec65c8558f (tools: image: support i.MX93) > > Currently the ULP token sets the soc as IMX9, making it impossible to > differentiate the two families of processors. > However, since the 8ULP requires specific binaries like upower which d

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Tom Rini
On Tue, Aug 13, 2024 at 03:57:08PM +0200, Heiko Schocher wrote: > Hello Fabio, Tom, > > On 13.08.24 14:27, Fabio Estevam wrote: > > Hi Heiko, > > > > On Wed, Aug 7, 2024 at 12:53 PM Heiko Schocher wrote: > > > > > > U-Boot 2024.07 drops on aristainetos2 board the following > > > warning: > > >

Re: M68K Vectors

2024-08-13 Thread Peter LaDow
Ok, I worked through the binutils team and identified a few changes to get things to link correctly. The 548x cpu target creates PLT relocations (so does the 53015 target, as used on the stmark2 and amcore configs). Apparently, these rely upon the loader to resolve the entries in the PLT table.

Re: [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"

2024-08-13 Thread Simon Glass
Hi Yasuharu, On Tue, 13 Aug 2024 at 06:20, Simon Glass wrote: > > Hi Yasuharu, > > On Mon, 12 Aug 2024 at 21:50, Yasuharu Shibata > wrote: > > > > Dear Simon and Tom, > > > > Thank you for your details of the test and your advice. > > The test has a problem that tcp_ack isn't calculated by the

Re: [PATCH] usb: gadget: udc: Fix duplicate uclass name

2024-08-13 Thread Zixun LI
Hi Mattijs, On Tue, Aug 13, 2024 at 10:28 AM Mattijs Korpershoek wrote: > > Thank you for giving some board examples. I am still a bit unclear on > the meaning of: > > """ > This breaks the capacity of using "usb" as DT alias sequence numbering > which needs a fix afterwards. > """ > > I have add

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Heiko Schocher
Hello Fabio, Tom, On 13.08.24 14:27, Fabio Estevam wrote: Hi Heiko, On Wed, Aug 7, 2024 at 12:53 PM Heiko Schocher wrote: U-Boot 2024.07 drops on aristainetos2 board the following warning: Failed to enable per_clk and bootlogo is not seen on LVDS display. This patch uses old beha

[GIT PULL] Please pull u-boot-imx-master-20240813

2024-08-13 Thread Fabio Estevam
repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-imx.git tags/u-boot-imx-master-20240813 for you to fetch changes up to 72801d9971d09734f17056fd4836604d4ffd275f: tqma6: Do not print the board name twice (2024-08-13 09:31:35 -0300) u-boot-imx-master-20240813

Re: [PATCH 0/6] bootstd: sunxi: Migrate to standard boot

2024-08-13 Thread Andre Przywara
On Tue, 13 Aug 2024 06:17:17 -0600 Simon Glass wrote: Hi Simon, I had a bit deeper look yesterday. > Hi Andre, > > On Mon, 12 Aug 2024 at 10:00, Andre Przywara wrote: > > > > On Wed, 7 Aug 2024 14:50:26 -0600 > > Simon Glass wrote: > > > > Hey Simon, > > > > > This series attempts to migr

Re: [PATCH 0/6] bootstd: sunxi: Migrate to standard boot

2024-08-13 Thread Simon Glass
Hi Andre, On Mon, 12 Aug 2024 at 10:00, Andre Przywara wrote: > > On Wed, 7 Aug 2024 14:50:26 -0600 > Simon Glass wrote: > > Hey Simon, > > > This series attempts to migrate all sunxi boards to use standard boot, > > along with a text environment. > > Ah, many thanks for that! I figured that we

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Quentin Schulz
Hi Simon, On 8/13/24 3:02 PM, Simon Glass wrote: Hi Quentin, On Tue, 13 Aug 2024 at 06:29, Quentin Schulz wrote: Hi Simon, On 8/13/24 2:16 PM, Simon Glass wrote: Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: Hi Simon, On 8/11/24 4:50 PM, Simon Glass wrote: Hi Quent

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Marek Vasut
On 8/13/24 2:26 PM, Mattijs Korpershoek wrote: On dim., août 11, 2024 at 19:37, Marek Vasut wrote: On 4/23/24 4:15 PM, Caleb Connolly wrote: The revision is different for these, add the additional check as in xhci-dwc3 core_init code. Reviewed-by: Marek Vasut Thanks ! Marek, should I pi

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Mattijs Korpershoek
Hi, On mar., août 13, 2024 at 09:43, Fabio Estevam wrote: > Hi Mattijs, > > On Tue, Aug 13, 2024 at 9:26 AM Mattijs Korpershoek > wrote: > >> Marek, should I pick this up through u-boot-dfu or will you pick it up? > > This one is already in master: > > https://gitlab.com/u-boot/u-boot/-/commit/

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Tue, 13 Aug 2024 at 06:29, Quentin Schulz wrote: > > Hi Simon, > > On 8/13/24 2:16 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: > >> > >> Hi Simon, > >> > >> On 8/11/24 4:50 PM, Simon Glass wrote: > >>> Hi Quentin, > >>> > >>>

Re: OF_UPSTREAM vs. additional dtbs

2024-08-13 Thread Nishanth Menon
On 11:16-20240813, Jan Kiszka wrote: > Hi all, > > I'm trying to migrate the TI AM65x IOT2050 boards to OF_UPSTREAM but I'm > facing issues because I need to still build the u-boot-only overlays. It > is also a bit weird (but works) having to specify > > CONFIG_SP

Re: [PATCH v5 08/10] configs: am62: Enable configs required for Ethboot

2024-08-13 Thread Nishanth Menon
On 16:23-20240813, Chintan Vankar wrote: > From: Kishon Vijay Abraham I > > Enable config options needed to support Ethernet boot on AM62x SK. > > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Siddharth Vadapalli > Signed-off-by: Chintan Vankar > ---

Re: [PATCH v5 10/10] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

2024-08-13 Thread Nishanth Menon
On 16:24-20240813, Chintan Vankar wrote: > Add missing bootph-all property for CPSW MAC's PHY node > phy_gmii_sel. > > Signed-off-by: Chintan Vankar > Link: https://lore.kernel.org/r/20240430085048.3143665-1-c-van...@ti.com > Signed-off-by: Vignesh Raghavendra

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Fabio Estevam
Hi Mattijs, On Tue, Aug 13, 2024 at 9:26 AM Mattijs Korpershoek wrote: > Marek, should I pick this up through u-boot-dfu or will you pick it up? This one is already in master: https://gitlab.com/u-boot/u-boot/-/commit/ef1e322f3e1d9a221a1ee6109f6571429ee9fb4a

Re: [PATCH 2/6] sunxi: Add a bootmeth for FEL

2024-08-13 Thread Mattijs Korpershoek
Hi Simon, Thank you for the patch. On mer., août 07, 2024 at 14:50, Simon Glass wrote: > Add support for booting from a script loaded over FEL. This mirrors the > bootcmd_fel provided by distro boot. > > Signed-off-by: Simon Glass Reviewed-by: Mattijs Korpershoek > --- > > boot/Kconfig

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Quentin Schulz
Hi Simon, On 8/13/24 2:16 PM, Simon Glass wrote: Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: Hi Simon, On 8/11/24 4:50 PM, Simon Glass wrote: Hi Quentin, On Tue, 6 Aug 2024 at 08:10, Quentin Schulz wrote: Hi Simon, On 7/21/24 5:25 PM, Simon Glass wrote: Use the lo

Re: [PATCH v2] driver: pwm: pwm-imx: fix probing on imx6

2024-08-13 Thread Fabio Estevam
Hi Heiko, On Wed, Aug 7, 2024 at 12:53 PM Heiko Schocher wrote: > > U-Boot 2024.07 drops on aristainetos2 board the following > warning: > > Failed to enable per_clk > > and bootlogo is not seen on LVDS display. > > This patch uses old behaviour for systems without clock framework > if CO

Re: [PATCH v2] usb: dwc3: support USB 3.1 controllers

2024-08-13 Thread Mattijs Korpershoek
On dim., août 11, 2024 at 19:37, Marek Vasut wrote: > On 4/23/24 4:15 PM, Caleb Connolly wrote: >> The revision is different for these, add the additional check as in >> xhci-dwc3 core_init code. > > Reviewed-by: Marek Vasut > > Thanks ! Marek, should I pick this up through u-boot-dfu or will y

Re: [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"

2024-08-13 Thread Simon Glass
Hi Yasuharu, On Mon, 12 Aug 2024 at 21:50, Yasuharu Shibata wrote: > > Dear Simon and Tom, > > Thank you for your details of the test and your advice. > The test has a problem that tcp_ack isn't calculated by the received data > size. > sb_ack_handler() in test/cmd/wget.c, tcp_send->tcp_ack calc

Re: [PATCH v3] env: remove vars that are not in default env

2024-08-13 Thread Simon Glass
On Sun, 11 Aug 2024 at 12:44, Ravi Minnikanti wrote: > > current env_set_default_vars() doesn't delete > var that are not in the imported env. hashtable > removes vars that are not in the imported > env but present in the current env only if H_NOCLEAR > flag is not set. > > This change is to avoid

Re: [PATCH v3 31/40] efi: Show the vendor in helloworld

2024-08-13 Thread Simon Glass
Hi Heinrich, On Mon, 12 Aug 2024 at 04:35, Heinrich Schuchardt wrote: > > Am 12. August 2024 09:58:28 MESZ schrieb Ilias Apalodimas > : > >On Sun, 11 Aug 2024 at 17:52, Simon Glass wrote: > >> > >> Show the vendor name so it is clear which firmware is being used, e.g. > >> whether U-Boot is pro

Re: [PATCH v3 06/15] mmc: Use logging instead of printf()

2024-08-13 Thread Simon Glass
Hi Quentin, On Mon, 12 Aug 2024 at 03:35, Quentin Schulz wrote: > > Hi Simon, > > On 8/11/24 2:29 PM, Simon Glass wrote: > > The code makes quite a few uses of __func__ which puts the function > > name into the resulting SPL image. Use the log subsystem instead, to > > reduce size. > > > > The CO

Re: [PATCH v3 01/15] configs: Resync with savedefconfig

2024-08-13 Thread Simon Glass
Hi Quentin, On Mon, 12 Aug 2024 at 03:05, Quentin Schulz wrote: > > Hi Simon, > > On 8/11/24 2:29 PM, Simon Glass wrote: > > Rsync all defconfig files using moveconfig.py > > > > Signed-off-by: Simon Glass > > --- > > > > (no changes since v1) > > > > configs/am62px_evm_a53_defconfig

Re: [PATCH v2 06/14] mmc: Use logging instead of pr_err()

2024-08-13 Thread Simon Glass
Hi Quentin, On Mon, 12 Aug 2024 at 02:58, Quentin Schulz wrote: > > Hi Simon, > > On 8/11/24 4:50 PM, Simon Glass wrote: > > Hi Quentin, > > > > On Tue, 6 Aug 2024 at 08:10, Quentin Schulz > > wrote: > >> > >> Hi Simon, > >> > >> On 7/21/24 5:25 PM, Simon Glass wrote: > >>> Use the log subsyste

Re: [PATCH 07/21] Revert "net: wget: Support retransmission a dropped packet"

2024-08-13 Thread Simon Glass
Hi Tom, On Mon, 12 Aug 2024 at 12:46, Tom Rini wrote: > > On Sun, Aug 11, 2024 at 08:50:18AM -0600, Simon Glass wrote: > > +Ying-Chun Liu (PaulLiu) > > > > Hi Yasuharu, > > > > On Sat, 10 Aug 2024 at 20:48, Yasuharu Shibata > > wrote: > > > > > > Dear Simon, > > > > > > Could you inform me how

[PATCH] imx: imx9: Set correct critical temperature

2024-08-13 Thread Primoz Fiser
Commit 3233349fa6e2 ("imx: imx9: fixup thermal trips from fuses") wrongly set critical temperature to (maxc - 5) instead of maxc. Fixes: 3233349fa6e2 ("imx: imx9: fixup thermal trips from fuses") Signed-off-by: Primoz Fiser --- arch/arm/mach-imx/imx9/soc.c | 2 +- 1 file changed, 1 insertion(+),

[PATCH v5 06/10] arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I In order to support Ethernet boot on AM62x, probe AM65 CPSW NUSS driver in board_init_f(). Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114856.3843785-1-c-

[PATCH v5 05/10] dma: ti: k3-udma: Add support for native configuration of chan/flow

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I In absence of Device Manager (DM) services such as at R5 SPL stage, driver will have to natively setup TCHAN/RCHAN/RFLOW cfg registers. Existing UDMA driver performed the above mentioned configuration for UDMA. Add similar configuration for PKTDMA here. Signed-off-by

[PATCH v5 10/10] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in phy_gmii_sel node

2024-08-13 Thread Chintan Vankar
Add missing bootph-all property for CPSW MAC's PHY node phy_gmii_sel. Signed-off-by: Chintan Vankar Link: https://lore.kernel.org/r/20240430085048.3143665-1-c-van...@ti.com Signed-off-by: Vignesh Raghavendra [ upstream commit: ba50141137fae205a731005e70687f4a52289050 ] (cherry picked from comm

[PATCH v5 07/10] configs: am62: Add configs for enabling ETHBOOT in R5SPL

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I Add configs for enabling ETHBOOT in R5SPL. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Andreas Dannenberg Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114909.3843895-1-c-van...@ti.com

[PATCH v5 09/10] arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma

2024-08-13 Thread Chintan Vankar
From: Siddharth Vadapalli Enable DM services for main_pktdma during R5 SPL stage. Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114933.3844108-1-c-van...@ti.com/ Changes from v4 to v5: - No Changes. arch/arm/dts/k3-am625-

[PATCH v5 08/10] configs: am62: Enable configs required for Ethboot

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I Enable config options needed to support Ethernet boot on AM62x SK. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114922.3844009-1-c-van...@ti.com/ Changes

[PATCH v5 04/10] soc: ti: k3-navss-ringacc: Fix reset ring API

2024-08-13 Thread Chintan Vankar
From: Vignesh Raghavendra Expectation of k3_ringacc_ring_reset_raw() is to reset the ring to requested size and not to 0. Fix this. Signed-off-by: Vignesh Raghavendra Signed-off-by: Siddharth Vadapalli Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114811.384

[PATCH v5 02/10] firmware: ti_sci: Add No-OP for "RX_FL_CFG"

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I RX_FL_CFG message should not be forwarded to TIFS and should be handled within R5 SPL (when DM services are not available). Add a no-op function to not handle RX_FL_CFG messages. Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Siddharth Vadapalli Signed-off-by

[PATCH v5 01/10] common: spl: spl: Init DRAM size in R5/A53 SPL

2024-08-13 Thread Chintan Vankar
Initialize DRAM size in SPL stage since networking requires DDR to be initialized. Reviewed-by: Dhruva Gole Reviewed-by: Tom Rini Signed-off-by: Kishon Vijay Abraham I Signed-off-by: Chintan Vankar --- Link to v4: https://lore.kernel.org/r/20240812114653.3843010-1-c-van...@ti.com/ Changes fr

[PATCH v5 03/10] soc: ti: k3-navss-ringacc: Initialize base address of ring cfg registers

2024-08-13 Thread Chintan Vankar
From: Kishon Vijay Abraham I Initialize base address of ring config registers required to natively setup ring cfg registers in the absence of Device Manager (DM) services at R5 SPL stage. Since register property is defined as "ring" for PKTDMA and "cfg" for UDMA, configure base address of ring co

[PATCH v5 00/10] Add support for Ethernet Boot on SK-AM62

2024-08-13 Thread Chintan Vankar
This series enables Ethernet Boot on SK-AM62 device. This series is based on commit 'f4f845b85926' of origin/next branch of U-Boot. Link to v4: https://lore.kernel.org/r/20240812113621.3840652-1-c-van...@ti.com/ Logs for Ethernet Boot for AM625-SK: https://gist.github.com/chintanv133/07bcb147330

Please pull u-boot-i2c next

2024-08-13 Thread Heiko Schocher
Hello Tom, please pull from u-boot-i2c next The following changes since commit f4f845b859266790b97421f0740efce36bc9b8d2: Merge patch series "Universal Payload initial series" (2024-08-09 16:03:21 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-bo

OF_UPSTREAM vs. additional dtbs

2024-08-13 Thread Jan Kiszka
Hi all, I'm trying to migrate the TI AM65x IOT2050 boards to OF_UPSTREAM but I'm facing issues because I need to still build the u-boot-only overlays. It is also a bit weird (but works) having to specify CONFIG_SPL_OF_LIST="../../../../arch/arm/dts/k3-am65-iot2050-spl" for our spl dtb. Are ther

Re: [PATCH v2] rockchip: px30: clk: add UART0 clock getter/setter

2024-08-13 Thread Quentin Schulz
Hi Lukasz, On 8/12/24 6:27 PM, Lukasz Czechowski wrote: Add dedicated getter and setter for SCLK_UART0_PMU. This allows the driver to correctly handle UART0 clocks, and thus it fixes the issues with UART0 not working in case DEBUG_UART is disabled. Unlike other Rockchip SoCs, i.e. rk3399, in the

Re: [PATCH] usb: gadget: udc: Fix duplicate uclass name

2024-08-13 Thread Mattijs Korpershoek
Hi Zixun, On mer., août 07, 2024 at 14:36, Zixun LI wrote: > Hi Mattijs, > > On Wed, Aug 7, 2024 at 9:07 AM Mattijs Korpershoek > wrote: >> >> >> Have you identified boards which use the DT alias that will break >> with this patch? >> >> Maybe we can detail the required fix in the commit messag

Re: [PATCH] usb: gadget: usbhs: Add Renesas USBHS device driver

2024-08-13 Thread Mattijs Korpershoek
Hello, On mer., août 07, 2024 at 09:13, Mattijs Korpershoek wrote: > Hi Marek, > > On mer., août 07, 2024 at 08:48, Mattijs Korpershoek > wrote: > >> Hi, >> >> On Thu, 20 Jun 2024 02:55:15 +0200, Marek Vasut wrote: >>> Add UDC driver for Renesas USBHS controller found in R-Car Gen3 SoCs. >>>

Re: [PATCH 1/1] riscv: CONFIG_SPL_FRAMEPOINTER must depend on CONFIG_SPL

2024-08-13 Thread Ben Dooks
On 11/08/2024 10:51, Heinrich Schuchardt wrote: The CONFIG_SPL_FRAMEPOINTER symbol is only relevant in SPL. Signed-off-by: Heinrich Schuchardt Thanks for spotting Reviewed-by: Ben Dooks --- arch/riscv/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/riscv/Kconfig b/arch