From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933361AbcINUD7 (ORCPT ); Wed, 14 Sep 2016 16:03:59 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34822 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755879AbcINUD4 (ORCPT ); Wed, 14 Sep 2016 16:03:56 -0400 Date: Wed, 14 Sep 2016 22:03:46 +0200 From: Richard Cochran To: Grygorii Strashko Cc: "David S. Miller" , netdev@vger.kernel.org, Mugunthan V N , Sekhar Nori , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, WingMan Kwok Subject: Re: [PATCH 4/9] net: ethernet: ti: cpts: move dt props parsing to cpts driver Message-ID: <20160914200342.GA12195@netboy> References: <20160914130231.3035-1-grygorii.strashko@ti.com> <20160914130231.3035-5-grygorii.strashko@ti.com> <20160914135535.GB28592@localhost.localdomain> <179724dc-dcc2-6052-84c6-eef9807d867c@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <179724dc-dcc2-6052-84c6-eef9807d867c@ti.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 14, 2016 at 10:45:54PM +0300, Grygorii Strashko wrote: > With this change It will not be required to add the same DT parsing code > in Keystone 2 netcp driver, so overall number of lines will be reduced. This explanation would make the commit message much more informative. Thanks, Richard