Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754010AbdLUWPH (ORCPT ); Thu, 21 Dec 2017 17:15:07 -0500 Received: from 9pmail.ess.barracuda.com ([64.235.154.210]:35309 "EHLO 9pmail.ess.barracuda.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751024AbdLUWPG (ORCPT ); Thu, 21 Dec 2017 17:15:06 -0500 Date: Thu, 21 Dec 2017 14:12:43 -0800 From: Paul Burton To: Aleksandar Markovic CC: , Aleksandar Markovic , Dengcheng Zhu , Douglas Leung , Goran Ferenc , James Hogan , , "Matt Redfearn" , Miodrag Dinic , Petar Jovanovic , Raghu Gandham , Ralf Baechle Subject: Re: [PATCH v2 0/2] MIPS: Augment CPC support Message-ID: <20171221221242.w2kcgob3e2of75cr@pburton-laptop> References: <1513869627-15391-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1513869627-15391-1-git-send-email-aleksandar.markovic@rt-rk.com> User-Agent: NeoMutt/20171215 X-BESS-ID: 1513894440-452060-28500-124939-7 X-BESS-VER: 2017.16.1-r1712081705 X-BESS-Apparent-Source-IP: 12.201.5.28 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.188234 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status: 1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1387 Lines: 44 Hi Aleksandar, On Thu, Dec 21, 2017 at 04:20:22PM +0100, Aleksandar Markovic wrote: > From: Aleksandar Markovic > > 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. FWIW: Reviewed-by: Paul Burton Thanks, Paul > 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 >