From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752658AbcGYCBR (ORCPT ); Sun, 24 Jul 2016 22:01:17 -0400 Received: from szxga03-in.huawei.com ([119.145.14.66]:7297 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752566AbcGYCBF (ORCPT ); Sun, 24 Jul 2016 22:01:05 -0400 Subject: Re: [RFC PATCH v1 0/2] Add Hisilicon Djtag driver To: Mark Rutland References: <1469177332-72156-1-git-send-email-tanxiaojun@huawei.com> <20160722105648.GD17584@leverpostej> CC: , , , , , , , , , , , , , , , , , , , From: Tan Xiaojun Message-ID: <579572B5.5080108@huawei.com> Date: Mon, 25 Jul 2016 10:00:21 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <20160722105648.GD17584@leverpostej> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.21.79] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020201.579572D5.000D,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 30b9a22b9fd25564a8e1d081d16cb193 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016/7/22 18:56, Mark Rutland wrote: > Hi, > > I understand that some SoC/socket level PMU is accessed via these > registers. It doesn't make sense to review either in isolation. Please > put together a unified series, with both the djtag accessors and the > PMU code. > > On it's own, it's *very* difficult to understand how this fits into the > SoC, and how it is to be used. > > Thanks, > Mark. > OK. Thank you for your suggestion. I need to think about it again. Thanks, Xiaojun. > On Fri, Jul 22, 2016 at 04:48:50PM +0800, Tan Xiaojun wrote: >> >> Tan Xiaojun (2): >> Documentation: arm64: Add Hisilicon HiP05/06/07 Sysctrl and Djtag dts >> bindings >> drivers: soc: Add support for Hisilicon Djtag driver >> >> .../bindings/arm/hisilicon/hisilicon.txt | 98 +++++ >> drivers/soc/Kconfig | 1 + >> drivers/soc/Makefile | 1 + >> drivers/soc/hisilicon/Kconfig | 12 + >> drivers/soc/hisilicon/Makefile | 1 + >> drivers/soc/hisilicon/djtag.c | 373 ++++++++++++++++++++ >> include/linux/soc/hisilicon/djtag.h | 18 + >> 7 files changed, 504 insertions(+) >> create mode 100644 drivers/soc/hisilicon/Kconfig >> create mode 100644 drivers/soc/hisilicon/Makefile >> create mode 100644 drivers/soc/hisilicon/djtag.c >> create mode 100644 include/linux/soc/hisilicon/djtag.h >> >> -- >> 1.7.9.5 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >> > > . >