From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754667AbcKAXMo (ORCPT ); Tue, 1 Nov 2016 19:12:44 -0400 Received: from vern.gendns.com ([206.190.152.46]:50516 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984AbcKAXMI (ORCPT ); Tue, 1 Nov 2016 19:12:08 -0400 Subject: Re: [PATCH v8 1/3] ARM: dts: da850: Add cfgchip syscon node To: Sekhar Nori , Rob Herring , Mark Rutland , Kevin Hilman References: <1477946841-16126-1-git-send-email-david@lechnology.com> <1477946841-16126-2-git-send-email-david@lechnology.com> Cc: Axel Haslam , Bartosz Golaszewski , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <8770cb0a-a113-d9a0-ee71-7463d8042cdd@lechnology.com> Date: Tue, 1 Nov 2016 18:12:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/01/2016 04:53 AM, Sekhar Nori wrote: > Hi David, > > On Tuesday 01 November 2016 02:17 AM, David Lechner wrote: >> Add a syscon node for the SoC CFGCHIPn registers. It includes a child node >> for the USB PHY that is part of this range of registers. >> >> Also have to add OF_DEV_AUXDATA() entry so that clock lookup will work for >> the the USB PHY driver. >> >> Signed-off-by: David Lechner > > For future, please do not combine device-tree addition and other C code into a > single patch. I have applied this patch while splitting it into two as > attached. > Sorry. I should know that by now. :-/ Thank you for fixing it for me. From mboxrd@z Thu Jan 1 00:00:00 1970 From: david@lechnology.com (David Lechner) Date: Tue, 1 Nov 2016 18:12:04 -0500 Subject: [PATCH v8 1/3] ARM: dts: da850: Add cfgchip syscon node In-Reply-To: References: <1477946841-16126-1-git-send-email-david@lechnology.com> <1477946841-16126-2-git-send-email-david@lechnology.com> Message-ID: <8770cb0a-a113-d9a0-ee71-7463d8042cdd@lechnology.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 11/01/2016 04:53 AM, Sekhar Nori wrote: > Hi David, > > On Tuesday 01 November 2016 02:17 AM, David Lechner wrote: >> Add a syscon node for the SoC CFGCHIPn registers. It includes a child node >> for the USB PHY that is part of this range of registers. >> >> Also have to add OF_DEV_AUXDATA() entry so that clock lookup will work for >> the the USB PHY driver. >> >> Signed-off-by: David Lechner > > For future, please do not combine device-tree addition and other C code into a > single patch. I have applied this patch while splitting it into two as > attached. > Sorry. I should know that by now. :-/ Thank you for fixing it for me.