Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932635AbdLOQwj (ORCPT ); Fri, 15 Dec 2017 11:52:39 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:46817 "EHLO mail.rt-rk.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932413AbdLOQwh (ORCPT ); Fri, 15 Dec 2017 11:52:37 -0500 From: Aleksandar Markovic To: linux-mips@linux-mips.org Cc: Aleksandar Markovic , Dengcheng Zhu , Douglas Leung , Goran Ferenc , James Hogan , linux-kernel@vger.kernel.org, Matt Redfearn , Miodrag Dinic , Paul Burton , Petar Jovanovic , Raghu Gandham , Ralf Baechle , Thomas Gleixner Subject: [PATCH 0/2] MIPS: Augment CPC support Date: Fri, 15 Dec 2017 17:51:58 +0100 Message-Id: <1513356723-7393-1-git-send-email-aleksandar.markovic@rt-rk.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 770 Lines: 22 From: Aleksandar Markovic This series is based on two patches from the 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. 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/misc/mti,mips-cpc.txt | 8 ++++++++ arch/mips/kernel/mips-cpc.c | 13 +++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt -- 2.7.4