Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756969AbcC2Lii (ORCPT ); Tue, 29 Mar 2016 07:38:38 -0400 Received: from foss.arm.com ([217.140.101.70]:39440 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751895AbcC2Lig (ORCPT ); Tue, 29 Mar 2016 07:38:36 -0400 Date: Tue, 29 Mar 2016 12:38:57 +0100 From: Will Deacon To: Paul Gortmaker Cc: linux-kernel@vger.kernel.org, Florian Fainelli , Geert Uytterhoeven , Arnd Bergmann , Wolfram Sang , Sascha Hauer , Shawn Guo , Kevin Hilman , Pawel Moll , Gregory Fong , Olof Johansson , Simon Horman , Brian Norris , Alison Chaiken , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 0/4] drivers/bus: remove unused modular code from non-modular drivers Message-ID: <20160329113856.GB6745@arm.com> References: <1459113058-14340-1-git-send-email-paul.gortmaker@windriver.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459113058-14340-1-git-send-email-paul.gortmaker@windriver.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 Content-Length: 586 Lines: 12 On Sun, Mar 27, 2016 at 05:10:54PM -0400, Paul Gortmaker wrote: > The drivers/bus doesn't have a strict maintainer entry, but since > all the changes here are for ARM platforms, I'm Cc'ing arm-kernel > and hoping it makes sense to vector these few changes through the > arm-soc. [Olof, Will, Arnd? Seems you guys handle most of it...] I plan to move the parts that are simply perf drivers under drivers/perf, so that should remove some of the code from drivers/bus. There's a fiddly part with the CCI, which has both perf code and bus initialisation code that need prying apart. Will