Re: [PATCH v2 6/7] configs: rockchip: Enable ethernet driver on RK356x boards

2024-07-11 Thread Diederik de Haas
Hi, On Sunday, 1 October 2023 21:17:21 CEST Jonas Karlman wrote: > Enable DWC_ETH_QOS_ROCKCHIP and related PHY driver on RK356x boards that > have an enabled gmac node. > > Signed-off-by: Jonas Karlman > Reviewed-by: Kever Yang > --- > ... > configs/odroid-m1-rk3568_defconfig| 3 +++ >

Re: [PATCH] Update the ARM trusted firmware git URL

2024-10-04 Thread Diederik de Haas
Hi, On Wed Oct 2, 2024 at 8:08 PM CEST, Peter Robinson wrote: > The primary upstream URL for tf-a has moved, in some cases > things like tags are not always pushed to the old URL so > update the URLs to the primary upstream project URL. > > Signed-off-by: Peter Robinson > --- > board/rockchip/ev

Re: [PATCH v2 6/7] configs: rockchip: Enable ethernet driver on RK356x boards

2025-04-06 Thread Diederik de Haas
Hi, On Thu Jul 11, 2024 at 9:38 PM CEST, Diederik de Haas wrote: > Some time ago I reported to Jonas privately that I had a problem with > my Quartz64 Model A and B and that I bisected it to this commit. > I just verified that the problem is still present in 2024.07, so I > guess

Re: [PATCH v2 6/7] configs: rockchip: Enable ethernet driver on RK356x boards

2025-04-07 Thread Diederik de Haas
Hi Jonas, On Mon Apr 7, 2025 at 12:31 AM CEST, Jonas Karlman wrote: > On 2025-04-06 22:09, Diederik de Haas wrote: >> On Thu Jul 11, 2024 at 9:38 PM CEST, Diederik de Haas wrote: >>> Some time ago I reported to Jonas privately that I had a problem with >>> my Quartz

Re: Invalid SPDX License Identifier for test/lib/strlcat.c

2025-03-02 Thread Diederik de Haas
Hi, On Sat Mar 1, 2025 at 3:54 PM CET, Sean Anderson wrote: > On 3/1/25 04:39, Diederik de Haas wrote: >> The file ``test/lib/strlcat.c`` has "SPDX-License-Identifier: GPL-2.1+" >> and that SPDX identifier doesn't exist. >> As there is no indication this was

Invalid SPDX License Identifier for test/lib/strlcat.c

2025-03-01 Thread Diederik de Haas
Hi, The file ``test/lib/strlcat.c`` has "SPDX-License-Identifier: GPL-2.1+" and that SPDX identifier doesn't exist. As there is no indication this was a typo it needs to be relicensed by the copyright holders AFAIK. Cheers, Diederik signature.asc Description: PGP signature

[PATCH] mcheck: Fix SPDX License Identifier to LGPL-2.1-or-later

2025-03-01 Thread Diederik de Haas
ater'. Normally the full license header is removed when switching to SPDX License Identifiers, so do that now. Signed-off-by: Diederik de Haas --- include/mcheck.h | 13 + 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/include/mcheck.h b/include/mcheck.h index

[PATCH] rockchip: rk3568-nanopi-r5s: Enable ROCKUSB on NanoPi R5S

2025-07-31 Thread Diederik de Haas
Enable the needed modules so that ROCKUSB can be used to update the NanoPi R5S. Signed-off-by: Diederik de Haas --- The needed DeviceTree parts landed in Linus' tree here: https://git.kernel.org/linus/07e04c071a35abe12957b575cd1453ccafc02eb6 and will be part of upstream kernel 6.17. co