diff options
author | Olof Johansson <olof@lixom.net> | 2017-01-29 21:17:24 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2017-01-29 21:17:24 -0800 |
commit | 2a742e1b180785464accac3adf14fa1ccc9d02b0 (patch) | |
tree | 1917b2d7b5601e82ba001574c0c058faa5d86e0b /MAINTAINERS | |
parent | 2998954c40d2dd845484e30118c614cc6c397529 (diff) | |
parent | 3755584a91c1cb1e50dd24a456e2953fbd276adf (diff) | |
download | linux-stable-2a742e1b180785464accac3adf14fa1ccc9d02b0.tar.gz linux-stable-2a742e1b180785464accac3adf14fa1ccc9d02b0.tar.bz2 linux-stable-2a742e1b180785464accac3adf14fa1ccc9d02b0.zip |
Merge tag 'zte-pd-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/drivers
ZTE PM domain driver support for 4.11:
- It includes a series which adds DT bindings and PM domain driver for
PCU (Power Control Unit) block found on ZTE ZX2967 family SoC.
* tag 'zte-pd-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
soc: zte: pm_domains: Add support for zx296718
soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family
soc: zte: Add header for PM domains specifiers
MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture
dt-bindings: zte: add bindings document for zx2967 power domain controller
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 33c0e0d17650..e4874cc6b1b9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1982,14 +1982,18 @@ F: arch/arm/mach-pxa/include/mach/z2.h ARM/ZTE ARCHITECTURE M: Jun Nie <jun.nie@linaro.org> +M: Baoyou Xie <baoyou.xie@linaro.org> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-zx/ F: drivers/clk/zte/ F: drivers/reset/reset-zx2967.c +F: drivers/soc/zte/ F: Documentation/devicetree/bindings/arm/zte.txt F: Documentation/devicetree/bindings/clock/zx296702-clk.txt F: Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt +F: Documentation/devicetree/bindings/soc/zte/ +F: include/dt-bindings/soc/zx*.h ARM/ZYNQ ARCHITECTURE M: Michal Simek <michal.simek@xilinx.com> |