[PATCH 1/4] MAINTAINERS: IPQ40XX: remove Luka Kovacic as maintainer

Luka Kovacic is no longer at Sartura, so remove him as one of IPQ40xx maintainers.
Signed-off-by: Robert Marko robert.marko@sartura.hr --- MAINTAINERS | 1 - 1 file changed, 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index d0a4a28b40..8691500d28 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -334,7 +334,6 @@ F: drivers/spi/gxp_spi.c
ARM IPQ40XX M: Robert Marko robert.marko@sartura.hr -M: Luka Kovacic luka.kovacic@sartura.hr M: Luka Perkov luka.perkov@sartura.hr S: Maintained F: arch/arm/mach-ipq40xx/

The separate clock and reset dt-bindings for IPQ40XX were merged into one recently, but the entry was not updated so do it now.
Signed-off-by: Robert Marko robert.marko@sartura.hr --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS index 8691500d28..fdce7c8334 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -337,8 +337,7 @@ M: Robert Marko robert.marko@sartura.hr M: Luka Perkov luka.perkov@sartura.hr S: Maintained F: arch/arm/mach-ipq40xx/ -F: include/dt-bindings/clock/qcom,ipq4019-gcc.h -F: include/dt-bindings/reset/qcom,ipq4019-reset.h +F: include/dt-bindings/clock/qcom,gcc-ipq4019.h F: drivers/reset/reset-ipq4019.c F: drivers/phy/phy-qcom-ipq4019-usb.c F: drivers/spi/spi-qup.c

The reset handling was added to the clock drivers but the entry was never updated, so add the clock-ipq4019 driver instead.
Signed-off-by: Robert Marko robert.marko@sartura.hr --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS index fdce7c8334..207c8b763f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -338,7 +338,7 @@ M: Luka Perkov luka.perkov@sartura.hr S: Maintained F: arch/arm/mach-ipq40xx/ F: include/dt-bindings/clock/qcom,gcc-ipq4019.h -F: drivers/reset/reset-ipq4019.c +F: drivers/clk/qcom/clock-ipq4019.c F: drivers/phy/phy-qcom-ipq4019-usb.c F: drivers/spi/spi-qup.c F: drivers/net/mdio-ipq4019.c

Pinctrl drivers were moved to a dedicated directory but the entry was never updated, so add the pinctrl-ipq4019 driver entry.
Signed-off-by: Robert Marko robert.marko@sartura.hr --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 207c8b763f..382376b8e3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -343,6 +343,7 @@ F: drivers/phy/phy-qcom-ipq4019-usb.c F: drivers/spi/spi-qup.c F: drivers/net/mdio-ipq4019.c F: drivers/rng/msm_rng.c +F: drivers/pinctrl/qcom/pinctrl-ipq4019.c
ARM LAYERSCAPE SFP M: Sean Anderson sean.anderson@seco.com

On Wed, 24 Apr 2024 11:46:22 +0200, Robert Marko wrote:
Luka Kovacic is no longer at Sartura, so remove him as one of IPQ40xx maintainers.
Applied, thanks!
[1/4] MAINTAINERS: IPQ40XX: remove Luka Kovacic as maintainer https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/db1d3404... [2/4] MAINTAINERS: IPQ40XX: update GCC dt-bindings https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/dfa2645a... [3/4] MAINTAINERS: IPQ40XX: add clock-ipq4019 instead of reset driver https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/28ad78df... [4/4] MAINTAINERS: IPQ40XX: add pinctrl driver https://source.denx.de/u-boot/custodians/u-boot-snapdragon/-/commit/c4191505...
Best regards,
participants (2)
-
Caleb Connolly
-
Robert Marko