From patchwork Thu Mar 12 10:11:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Patrice CHOTARD X-Patchwork-Id: 243568 List-Id: U-Boot discussion From: patrice.chotard at st.com (Patrice Chotard) Date: Thu, 12 Mar 2020 11:11:18 +0100 Subject: [PATCH] MAINTAINERS: update entry for ARM STI Message-ID: <20200312111114.1.Ib3afa8c50c18f3d86fb39f535864476f697b8ba7@changeid> Add STi drivers/include files and git tree. Signed-off-by: Patrice Chotard --- MAINTAINERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 1842569f242d..1694cb13f264 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -328,8 +328,21 @@ F: drivers/usb/host/ehci-msm.c ARM STI M: Patrice Chotard S: Maintained +T: git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git F: arch/arm/mach-sti/ F: arch/arm/include/asm/arch-sti*/ +F: drivers/phy/sti_usb_phy.c +F: drivers/pinctrl/pinctrl-sti.c +F: drivers/mmc/sti_sdhci.c +F: drivers/reset/sti-reset.c +F: drivers/serial/serial_sti_asc.c +F: drivers/sysreset/sysreset_sti.c +F: drivers/timer/sti-timer.c +F: drivers/usb/host/dwc3-sti-glue.c +F: include/dwc3-sti-glue.h +F: include/dt-bindings/clock/stih407-clks.h +F: include/dt-bindings/clock/stih410-clks.h +F: include/dt-bindings/reset/stih407-resets.h ARM STM SPEAR #M: Vipin Kumar