From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sai Prakash Ranjan Subject: Re: [PATCHv6 6/6] coresight: debug: Add Unique Component Identifier (UCI) table Date: Fri, 1 Feb 2019 06:15:54 +0530 Message-ID: <0edc38bd-44ac-4100-8042-3538e3eb74e8@codeaurora.org> References: <154895230081.169292.7994428901781990604@swboyd.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <154895230081.169292.7994428901781990604@swboyd.mtv.corp.google.com> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd , Alexander Shishkin , Andy Gross , Bjorn Andersson , David Brown , Doug Anderson , Jeffrey Hugo , Leo Yan , Marc Gonzalez , Mark Rutland , Mathieu Poirier , Mike Leach , Rob Herring , Suzuki K Poulose , Vivek Gautam , devicetree@vger.kernel.org Cc: Rajendra Nayak , Sibi Sankar , Tingwei Zhang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org List-Id: devicetree@vger.kernel.org On 1/31/2019 10:01 PM, Stephen Boyd wrote: > Quoting Sai Prakash Ranjan (2019-01-31 06:22:24) >> diff --git a/drivers/hwtracing/coresight/coresight-cpu-debug.c b/drivers/hwtracing/coresight/coresight-cpu-debug.c >> index e8819d750938..915d86a39cee 100644 >> --- a/drivers/hwtracing/coresight/coresight-cpu-debug.c >> +++ b/drivers/hwtracing/coresight/coresight-cpu-debug.c >> @@ -655,24 +655,23 @@ static int debug_remove(struct amba_device *adev) >> return 0; >> } >> >> +static struct amba_cs_uci_id uci_id_debug[] = { > > Can this be const? > >> + { >> + /* CPU Debug UCI data */ >> + .devarch = 0x47706a15, >> + .devarch_mask = 0xfff0ffff, >> + .devtype = 0x00000015, >> + } >> +}; Yes and done in next version, thanks. -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation