diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-10-01 15:58:21 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-10-02 12:05:16 +0200 |
commit | 16a1548013a221064368b8219c0292caa896cbcc (patch) | |
tree | 616f54ea61e0656e665e15439ff55f12013d3709 /MAINTAINERS | |
parent | MAINTAINERS: fix pattern in ARM/Synaptics berlin SoC section (diff) | |
parent | arm64: actions: Enable PINCTRL in platforms Kconfig (diff) | |
download | linux-16a1548013a221064368b8219c0292caa896cbcc.tar.xz linux-16a1548013a221064368b8219c0292caa896cbcc.zip |
Merge tag 'actions-arm64-soc-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions into next/soc
Actions Semi arm64 SoC for v4.20
This updates and extends the MAINTAINERS entry, adding Mani.
It also selects PINCTRL in Kconfig.
* tag 'actions-arm64-soc-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/afaerber/linux-actions:
arm64: actions: Enable PINCTRL in platforms Kconfig
MAINTAINERS: Add entry for Actions Semi Owl SoCs DMA driver
MAINTAINERS: Add entry for Actions Semiconductor Owl I2C driver
MAINTAINERS: Update clock binding entry for Actions Semi Owl SoCs
MAINTAINERS: Add Actions Semi S900 clk entries
MAINTAINERS: Add reviewer for ACTIONS platforms
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7f9b8af6f8fe..2efd6c87005e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1212,18 +1212,25 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git ARM/ACTIONS SEMI ARCHITECTURE M: Andreas Färber <afaerber@suse.de> +R: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained N: owl F: arch/arm/mach-actions/ F: arch/arm/boot/dts/owl-* F: arch/arm64/boot/dts/actions/ +F: drivers/clk/actions/ F: drivers/clocksource/owl-* +F: drivers/dma/owl-dma.c +F: drivers/i2c/busses/i2c-owl.c F: drivers/pinctrl/actions/* F: drivers/soc/actions/ F: include/dt-bindings/power/owl-* F: include/linux/soc/actions/ F: Documentation/devicetree/bindings/arm/actions.txt +F: Documentation/devicetree/bindings/clock/actions,owl-cmu.txt +F: Documentation/devicetree/bindings/dma/owl-dma.txt +F: Documentation/devicetree/bindings/i2c/i2c-owl.txt F: Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt F: Documentation/devicetree/bindings/power/actions,owl-sps.txt F: Documentation/devicetree/bindings/timer/actions,owl-timer.txt |