From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752107AbdLUP3t (ORCPT ); Thu, 21 Dec 2017 10:29:49 -0500 Received: from muru.com ([72.249.23.125]:32938 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751143AbdLUP3r (ORCPT ); Thu, 21 Dec 2017 10:29:47 -0500 Date: Thu, 21 Dec 2017 07:29:42 -0800 From: Tony Lindgren To: Rob Herring Cc: linux-omap@vger.kernel.org, Nishanth Menon , devicetree@vger.kernel.org, Paul Walmsley , Dave Gerlach , Tomi Valkeinen , Matthijs van Duin , linux-kernel@vger.kernel.org, Liam Girdwood , Tero Kristo , Mark Brown , Sakari Ailus , Laurent Pinchart , =?utf-8?Q?Beno=C3=AEt?= Cousson , Mark Rutland , Mauro Carvalho Chehab , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/9] dt-bindings: ti-sysc: Update binding for timers and capabilities Message-ID: <20171221152942.GT3875@atomide.com> References: <20171215180900.3243-1-tony@atomide.com> <20171215180900.3243-2-tony@atomide.com> <20171216183059.ipsftfnvsyamv6fd@rob-hp-laptop> <20171216192222.GH3875@atomide.com> <20171220181051.eoftsww6463hyak3@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171220181051.eoftsww6463hyak3@rob-hp-laptop> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Rob Herring [171220 18:13]: > On Sat, Dec 16, 2017 at 11:22:22AM -0800, Tony Lindgren wrote: > > I was planning to have "ti,sysc-delay-us" only in the driver, but > > the same IP needs it set on dm814x while not on omap4 for OTG > > for example. I could add SoC specific quirks to the driver > > for that one if you prefer that instead? > > No, I don't have a preference. OK > > > Are the bits you've defined all of them or there's more? > > > > That's it, with this binding I've allocated the data from dts > > for the tests I've done. So that should allow us to replace the > > static data to start with as seen with the following command: > > > > $ git grep -A10 "struct omap_hwmod_class_sysconfig" \ > > arch/arm/*hwmod*data*.c > > ... > > > > So that's to configure a big pile of different module > > configurations we currently have as can be seen with: > > > > $ git grep "struct omap_hwmod_class_sysconfig" \ > > arch/arm/*hwmod*data*.c | wc -l > > 194 > > > > I'm sure there's still few duplicates there though.. > > Okay, then I guess I'm okay with this. > > Reviewed-by: Rob Herring OK thanks for the review. Regards, Tony