From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933125AbcDYQ0T (ORCPT ); Mon, 25 Apr 2016 12:26:19 -0400 Received: from vern.gendns.com ([206.190.152.46]:38160 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932882AbcDYQ0R (ORCPT ); Mon, 25 Apr 2016 12:26:17 -0400 Subject: Re: [PATCH v2 3/4] ARM: davinci: disable mdio and eth0 in da850.dtsi To: Sekhar Nori References: <1460826020-1256-1-git-send-email-david@lechnology.com> <1460826020-1256-4-git-send-email-david@lechnology.com> <571E1C13.9050204@ti.com> Cc: Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Kevin Hilman , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <571E452B.7080004@lechnology.com> Date: Mon, 25 Apr 2016 11:26:19 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <571E1C13.9050204@ti.com> 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 04/25/2016 08:30 AM, Sekhar Nori wrote: > Hi David, > > On Saturday 16 April 2016 10:30 PM, David Lechner wrote: >> All other devices are disabled by default and not all boards will use >> these devices, so these should be disabled too.. >> >> da850-evm.dtb already had status = "okay" for these devices. >> da850-enbw-cmc.dts did not, so they were added. >> >> Signed-off-by: David Lechner >> Tested-by: Kevin Hilman > > I applied this and other patches in this series. One nit-pick though. > The commit description should be independently readable and not only as > continuation of the headline. Even if this means repeating portion of > the headline. I fixed this for most of the patches in this series. For > example, for this patch, I have: > > ARM: dts: da850: disable mdio and eth0 in da850.dtsi > > Disable mdio and eth0 in da850.dtsi file. All other > devices are disabled by default and not all boards > will use these devices, so these should be disabled too. > > da850-evm.dtb already had status = "okay" for these devices. > da850-enbw-cmc.dts did not, so they were added. > > Signed-off-by: David Lechner > Tested-by: Kevin Hilman > [nsekhar@ti.com: commit description updates] > Signed-off-by: Sekhar Nori > > Its a minor change and I wont reply to all the patches with the changes > I made. But I pushed the updated v4.7/dt branch in my tree. Do take a > look at the commit description there. > > Thanks, > Sekhar > > I had a look at the commits. I'll be sure to follow that advice in the future.