From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v4 13/21] misc: support for LP-8x4x custom parallel bus Date: Wed, 16 Apr 2014 20:42:39 +0200 Message-ID: <6356054.sn5XpK65Cm@wuerfel> References: <1397668411-27162-7-git-send-email-ynvich@gmail.com> <1397668667-27328-7-git-send-email-ynvich@gmail.com> <20140416194109.3ef914d2@alan.etchedpixels.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <20140416194109.3ef914d2@alan.etchedpixels.co.uk> Sender: linux-kernel-owner@vger.kernel.org To: One Thousand Gnomes Cc: Sergei Ianovich , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Randy Dunlap , Russell King , Greg Kroah-Hartman , Grant Likely , Heikki Krogerus , "open list:OPEN FIRMWARE AND..." , "open list:DOCUMENTATION" List-Id: devicetree@vger.kernel.org On Wednesday 16 April 2014 19:41:09 One Thousand Gnomes wrote: > On Wed, 16 Apr 2014 21:17:18 +0400 > Sergei Ianovich wrote: > > > This patch implements probing for the bus and reporting the number > > of available expansion slots. > > This appears to be a bus not a misc device. I don't think it belongs in > misc. As you've got devices on this bus (or nailed into the 'bus' driver) > perhaps this belongs as drivers/platform/lp8x4x or similar with any > specific drivers split out - or even drivers/lp8x4x if there will be more > of them and more than one platform using it ? We have drivers/bus now, I think it could fit well in there. Arnd