[PATCH v3 1/1] phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxing

2024-07-23 Thread Sebastian Kropatsch
: Kever Yang Signed-off-by: Sebastian Kropatsch --- .../rockchip/phy-rockchip-naneng-combphy.c| 46 +-- 1 file changed, 43 insertions(+), 3 deletions(-) diff --git a/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c b/drivers/phy/rockchip/phy-rockchip-naneng-combph

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

2024-07-23 Thread Sebastian Kropatsch
aneng-combphy: Introduce PHY-IDs to fix RK3588 muxing" - Collect "Reviewed-by: Kever Yang" tags for all previous patches - Link to v1: https://lore.kernel.org/u-boot/cover.1720988760.git.seb-...@mail.de/T/ --- Sebastian Kropatsch (1): phy: rockchip: naneng-combphy: Introduce PHY-IDs to f

Re: [PATCH v2 2/5] phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxing

2024-07-23 Thread Sebastian Kropatsch
Hi Jonas, Am 21.07.2024 um 20:40 schrieb Jonas Karlman: Hi Sebastian, On 2024-07-16 22:42, Sebastian Kropatsch wrote: Fix multiplex configuration for PCIe1L0 and PCIe1L1 in PCIESEL_CON for RK3588 to correctly select between Combo PHYs and PCIe3 PHY. Currently, the code incorrectly muxes both

Re: [PATCH] test/py/requirements.txt: Bump setuptools to 70.0.0

2024-07-17 Thread Sebastian Kropatsch
Hi Tom, Am 15.07.2024 um 20:45 schrieb Tom Rini: There is some potential security issue resolved by upgrading to the latest here. Reported-by: GitHub dependabot Signed-off-by: Tom Rini --- test/py/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/py/r

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

2024-07-16 Thread Sebastian Kropatsch
: 55491a5fa163 ("phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits") Fixes: 50e54e80679b ("phy: rockchip: snps-pcie3: Add support for RK3588") Reviewed-by: Kever Yang Signed-off-by: Sebastian Kropatsch --- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 8

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

2024-07-16 Thread Sebastian Kropatsch
679b ("phy: rockchip: snps-pcie3: Add support for RK3588") Reviewed-by: Kever Yang Signed-off-by: Sebastian Kropatsch --- .../phy/rockchip/phy-rockchip-snps-pcie3.c| 24 +++ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/drivers/phy/rockchip/phy-rock

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

2024-07-16 Thread Sebastian Kropatsch
Replace "rochchip" by "rockchip" in two instances. Reviewed-by: Kever Yang 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

[PATCH v2 3/5] phy: rockchip: snps-pcie3: Fix "rockchip" spelling

2024-07-16 Thread Sebastian Kropatsch
Several identifiers use "rochchip" instead of "rockchip". Fix this by replacing every instance of "rochchip" with "rockchip". Reviewed-by: Kever Yang Signed-off-by: Sebastian Kropatsch --- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 12 ++--

[PATCH v2 2/5] phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxing

2024-07-16 Thread Sebastian Kropatsch
set the necessary bits accordingly. This fix is adapted from the upstream Linux commit by Sebastian Reichel: d16d4002fea6 ("phy: rockchip: naneng-combphy: Fix mux on rk3588") Fixes: b37260bca1aa ("phy: rockchip: naneng-combphy: Use signal from comb PHY on RK3588") Sign

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

2024-07-16 Thread Sebastian Kropatsch
git/stable/linux.git/commit/drivers/phy/rockchip/phy-rockchip-naneng-combphy.c?id=d16d4002fea69b6609b852dd8db1f5844c02fbe4 --- Sebastian Kropatsch (5): phy: rockchip: naneng-combphy: Fix "rockchip" spelling phy: rockchip: naneng-combphy: Introduce PHY-IDs to fix RK3588 muxing

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

2024-07-14 Thread Sebastian Kropatsch
: 55491a5fa163 ("phy: rockchip-snps-pcie3: fix clearing PHP_GRF_PCIESEL_CON bits") Fixes: 50e54e80679b ("phy: rockchip: snps-pcie3: Add support for RK3588") Signed-off-by: Sebastian Kropatsch --- drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 8 +--- 1 file changed

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

2024-07-14 Thread Sebastian Kropatsch
679b ("phy: rockchip: snps-pcie3: Add support for RK3588") Signed-off-by: Sebastian Kropatsch --- .../phy/rockchip/phy-rockchip-snps-pcie3.c| 24 +++ 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c b/driv

[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 ins

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

2024-07-14 Thread Sebastian Kropatsch
aaa5fa8863a7dd [2] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/drivers/phy/rockchip/phy-rockchip-snps-pcie3.c?id=55491a5fa163bf15158f34f3650b3985f25622b9 --- Sebastian Kropatsch (4): phy: rockchip: naneng-combphy: Fix "rockchip" spelling phy: rockchip: snps-p

[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/driv

Re: [PATCH v2 2/2] board: rockchip: Add FriendlyElec NanoPi R6S

2024-07-11 Thread Sebastian Kropatsch
Hi Ulli, Sorry for the late reply, but thanks for testing! I have sent a v3 of this patch, please reply to that mail with your reviewed-by or tested-by tag if you'd like them to be included. Am 21.06.2024 um 00:07 schrieb Ulli Kehrle: Sebastian Kropatsch writes: The R6S is very simil

[PATCH v3 2/2] board: rockchip: Add FriendlyElec NanoPi R6S

2024-07-11 Thread Sebastian Kropatsch
connector, IR receiver as well as some buttons and LEDs. Add initial support for this board using the upstream devicetree sources. Kernel commit: f1b11f43b3e9 ("arm64: dts: rockchip: Add support for NanoPi R6S") Reviewed-by: Kever Yang Signed-off-by: Sebastian Kropatsch --- arch/arm/d

[PATCH v3 1/2] board: rockchip: Add FriendlyElec NanoPi R6C

2024-07-11 Thread Sebastian Kropatsch
Quentin Schulz Reviewed-by: Kever Yang Signed-off-by: Sebastian Kropatsch --- Changes v2 -> v3: - Patch 2/2: Add missing board source to 'rk3588/Kconfig' - Both patches: Collect r-b tag from Kever Yang - Link to v2: https://lore.kernel.org/u-boot/20240607202111.453943-1-seb-..

[PATCH v2 1/2] board: rockchip: Add FriendlyElec NanoPi R6C

2024-06-07 Thread Sebastian Kropatsch
RD + default "nanopi-r6c-rk3588s" + +config SYS_VENDOR + default "friendlyelec" + +config SYS_CONFIG_NAME + default "nanopi-r6c-rk3588s" + +endif diff --git a/board/friendlyelec/nanopi-r6c-rk3588s/MAINTAINERS b/board/friendlyelec/nanopi-r6c-rk3588

[PATCH v2 2/2] board: rockchip: Add FriendlyElec NanoPi R6S

2024-06-07 Thread Sebastian Kropatsch
connector, IR receiver as well as some buttons and LEDs. Add initial support for this board using the upstream devicetree sources. Kernel commit: f1b11f43b3e9 ("arm64: dts: rockchip: Add support for NanoPi R6S") Signed-off-by: Sebastian Kropatsch --- The R6S is very similar to the R6C,

Re: [PATCH] board: rockchip: Add FriendlyElec NanoPi R6C

2024-06-06 Thread Sebastian Kropatsch
Hi Quentin, thanks for your feedback! Am 06.06.2024 um 16:53 schrieb Quentin Schulz: Hi Sebastian, On 6/5/24 5:36 PM, Sebastian Kropatsch wrote: [You don't often get email from seb-...@mail.de. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ] The NanoPi R

[PATCH] board: rockchip: Add FriendlyElec NanoPi R6C

2024-06-05 Thread Sebastian Kropatsch
6c-rk3588s/MAINTAINERS new file mode 100644 index 00..18d0bd1287 --- /dev/null +++ b/board/friendlyelec/nanopi-r6c-rk3588s/MAINTAINERS @@ -0,0 +1,7 @@ +NANOPI-R6C +M: Sebastian Kropatsch +S: Maintained +F: arch/arm/dts/rk3588s-nanopi-r6c-u-boot.dtsi +F: board/friendlyelec