From: Aleksandar Markovic <aleksandar.markovic@xxxxxxxx> v3->v4: - documentation patch now contains updating of MAINTAINERS file - rebased to the latest code v2->v3: - changed documentation file location from devicetree/bindings/misc to devicetree/bindings/power - minor commit message improvements - rebased to the latest code v1->v2: - corrected wording in commit messages and documentation text - expanded cover letter to better explain the context of proposed changes - rebased to the latest code This series is based on two patches from the larger series submitted some time ago (30 Aug 2016): https://www.linux-mips.org/archives/linux-mips/2016-08/msg00456.html Both patches deal with MIPS Cluster Power Controller (CPC) support. More specifically, they add device tree related functionalities to that support. This functionality is needed for further development of kernel support for generic-based MIPS platforms that must be DT-based and will at the same time make more extensive use of CPC. This series is reviewed by the original author of the above-mentioned larger series: Reviewed-by: Paul Burton <paul.burton@xxxxxxxx> Paul Burton (2): dt-bindings: Document mti,mips-cpc binding MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base() Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 ++++++++ MAINTAINERS | 1 + arch/mips/kernel/mips-cpc.c | 13 +++++++++++++ 3 files changed, 22 insertions(+) create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt -- 2.7.4