From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752311AbbC1IaR (ORCPT ); Sat, 28 Mar 2015 04:30:17 -0400 Received: from smtp02.smtpout.orange.fr ([80.12.242.124]:19742 "EHLO smtp.smtpout.orange.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751232AbbC1IaO (ORCPT ); Sat, 28 Mar 2015 04:30:14 -0400 X-ME-Helo: beldin X-ME-Date: Sat, 28 Mar 2015 09:30:11 +0100 X-ME-IP: 109.222.244.195 From: Robert Jarzmik To: Arnd Bergmann Cc: "Greg Kroah-Hartman" , Lee Jones , Nicolas Pitre , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Daniel Mack , Haojian Zhuang , Samuel Ortiz , Grant Likely , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, "Russell King - ARM Linux" , "Dmitry Eremin-Solenikov" Subject: Re: [PATCH v4 2/4] mfd: lubbock_cplds: add lubbock IO board References: <20150216130549.GF14545@x1> <20150325140725.GA11499@kroah.com> <871tkbxwup.fsf@free.fr> <201503280335.16280.arnd@arndb.de> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 28 Mar 2015 09:29:59 +0100 In-Reply-To: <201503280335.16280.arnd@arndb.de> (Arnd Bergmann's message of "Sat, 28 Mar 2015 03:35:15 +0100") Message-ID: <87fv8pwmm0.fsf@free.fr> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann writes: > On Thursday 26 March 2015, Robert Jarzmik wrote: >> >> Greg Kroah-Hartman writes: >> >> > On Fri, Feb 20, 2015 at 05:02:57PM +0100, Robert Jarzmik wrote: >> >> If there is no solution, I'll fallback through arch/arm/plat-pxa, not very nice, >> >> but it has to land somewhere, I don't want lubbock to remain broken. >> > >> > drivers/platform/arm ? >> Most certainly. >> >> I'll submit that to drivers/platform/arm/pxa, and maintain that pxa tree. As for >> drivers/platform/arm, do you want also maintainers to step up, or will you take >> the review/merge burden ? >> > > I'd much prefer not to add drivers/platform/arm, which would make it too easy > to add random stuff there. What is the problem with leaving it in mach-pxa? Hi Arnd, It's not as much a problem as a generic question : does a driver belong to arch/* ? Personaly it would have been far simpler for me to have it through the pxa tree, but I want to be sure it's the right place. Others will follow, pxa mainstone is such a candidate. I was thinking so far that arch/arm/mach-* was for machine description, ie. wirings, interconnections, initial setup etc ... The "driver" part, ie. code really driving dynamics in IPs was as per my understanding in drivers/... Now I can create arch/arm/mach-pxa/lubbock_cplds.c, that won't make any difference to me, provided that it's the right thing to do. Cheers. -- Robert