diff options
| author | Patrice Chotard <[email protected]> | 2018-08-06 11:52:23 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-13 14:04:04 -0400 |
| commit | f65b82ffbe3400af1d674a8afa48b2be6faa1c2a (patch) | |
| tree | 4b79efef710a2de54e64188806bb2601b76f1fdc | |
| parent | 2deaf5cc63b228d30771894da6b4a6e3f3749483 (diff) | |
MAINTAINERS: Update STM32MP fragments
Add new drivers
Add Christophe Kerello and myself as maintainers
Signed-off-by: Patrice Chotard <[email protected]>
| -rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index cc28a980f1b..8f237128b24 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -228,11 +228,21 @@ F: arch/arm/include/asm/arch-spear/ ARM STM STM32MP M: Patrick Delaunay <[email protected]> +M: Christophe Kerello <[email protected]> +M: Patrice Chotard <[email protected]> S: Maintained F: arch/arm/mach-stm32mp F: drivers/clk/clk_stm32mp1.c +F: drivers/i2c/stm32f7_i2c.c F: drivers/misc/stm32mp_fuse.c +F: drivers/mmc/stm32_sdmmc2.c +F: drivers/phy/phy-stm32-usbphyc.c +F: drivers/pinctrl/pinctrl_stm32.c +F: drivers/power/regulator/stm32-vrefbuf.c F: drivers/ram/stm32mp1/ +F: drivers/misc/stm32_rcc.c +F: drivers/reset/stm32-reset.c +F: drivers/spi/stm32_qspi.c ARM STM STV0991 M: Vikas Manocha <[email protected]> |
