Message ID | 20250228064024.3200000-1-jonas@kwiboo.se (mailing list archive) |
---|---|
Headers | show |
Series | rockchip: Add support for leds and user button on Radxa E20C | expand |
Hi Jonas, On Fri, Feb 28, 2025 at 7:40 AM Jonas Karlman <jonas@kwiboo.se> wrote: > dt-bindings: pinctrl: Add pinctrl support for RK3528 > pinctrl: rockchip: Add support for RK3528 These two patches applied to the pinctrl tree. Please funnel the rest through the SoC tree, it seems it should all be able to go in orthogonally. Yours, Linus Walleij
On Fri, 28 Feb 2025 06:40:06 +0000, Jonas Karlman wrote: > The Radxa E20C has three gpio leds and one gpio button. > > This series adds dt-binding, driver support, DT node in SoC .dtsi and > gpio-keys and gpio-leds nodes in board DT to support the leds and user > button. > > This series builds on top of the "rockchip: Add support for maskrom > button on Radxa E20C" series [1]. > > [...] Applied, thanks! [1/7] dt-bindings: soc: rockchip: Add RK3528 ioc grf syscon commit: ac32ad07a97648eb8330b2c4cb840b0ef46903ae [4/7] arm64: dts: rockchip: Add pinctrl and gpio nodes for RK3528 commit: a31fad19ae39ea27b5068e3b02bcbf30a905339b [5/7] arm64: dts: rockchip: Add uart0 pinctrl to Radxa E20C commit: 0d2312f0d3e4ce74af0977c1519a07dfc71a82ac Patches 6+7 depend on the parallel saradc support series and thus do not apply - and need too much rework to safely apply. Best regards,
Hi Heiko, On 2025-03-04 13:02, Heiko Stuebner wrote: > > On Fri, 28 Feb 2025 06:40:06 +0000, Jonas Karlman wrote: >> The Radxa E20C has three gpio leds and one gpio button. >> >> This series adds dt-binding, driver support, DT node in SoC .dtsi and >> gpio-keys and gpio-leds nodes in board DT to support the leds and user >> button. >> >> This series builds on top of the "rockchip: Add support for maskrom >> button on Radxa E20C" series [1]. >> >> [...] > > Applied, thanks! > > [1/7] dt-bindings: soc: rockchip: Add RK3528 ioc grf syscon > commit: ac32ad07a97648eb8330b2c4cb840b0ef46903ae > [4/7] arm64: dts: rockchip: Add pinctrl and gpio nodes for RK3528 > commit: a31fad19ae39ea27b5068e3b02bcbf30a905339b > [5/7] arm64: dts: rockchip: Add uart0 pinctrl to Radxa E20C > commit: 0d2312f0d3e4ce74af0977c1519a07dfc71a82ac > > Patches 6+7 depend on the parallel saradc support series and thus > do not apply - and need too much rework to safely apply. Do you want me to rebase/reorder and send an updated version with remaining patches? Look like the iio saradc patches [2] is pending apply so maybe not needed? [2] https://lore.kernel.org/all/20250304144648.29f376f9@jic23-huawei/ Regards, Jonas > > > Best regards,
Am Dienstag, 4. März 2025, 19:13:10 MEZ schrieb Jonas Karlman: > Hi Heiko, > > On 2025-03-04 13:02, Heiko Stuebner wrote: > > > > On Fri, 28 Feb 2025 06:40:06 +0000, Jonas Karlman wrote: > >> The Radxa E20C has three gpio leds and one gpio button. > >> > >> This series adds dt-binding, driver support, DT node in SoC .dtsi and > >> gpio-keys and gpio-leds nodes in board DT to support the leds and user > >> button. > >> > >> This series builds on top of the "rockchip: Add support for maskrom > >> button on Radxa E20C" series [1]. > >> > >> [...] > > > > Applied, thanks! > > > > [1/7] dt-bindings: soc: rockchip: Add RK3528 ioc grf syscon > > commit: ac32ad07a97648eb8330b2c4cb840b0ef46903ae > > [4/7] arm64: dts: rockchip: Add pinctrl and gpio nodes for RK3528 > > commit: a31fad19ae39ea27b5068e3b02bcbf30a905339b > > [5/7] arm64: dts: rockchip: Add uart0 pinctrl to Radxa E20C > > commit: 0d2312f0d3e4ce74af0977c1519a07dfc71a82ac > > > > Patches 6+7 depend on the parallel saradc support series and thus > > do not apply - and need too much rework to safely apply. > > Do you want me to rebase/reorder and send an updated version with > remaining patches? Look like the iio saradc patches [2] is pending apply > so maybe not needed? Not sure how long the that test run will be taking ... and where after -rc5. But in theory things should be fine though. So essentially up to you - and if you actually have spare minutes. Heiko