Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756241AbcC2NPV (ORCPT ); Tue, 29 Mar 2016 09:15:21 -0400 Received: from mail1.windriver.com ([147.11.146.13]:57572 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751915AbcC2NPR (ORCPT ); Tue, 29 Mar 2016 09:15:17 -0400 Date: Tue, 29 Mar 2016 09:14:35 -0400 From: Paul Gortmaker To: Pawel Moll CC: Will Deacon , , Arnd Bergmann , Olof Johansson , , Subject: Re: [PATCH 4/4] drivers/bus: make arm-ccn.c driver explicitly non-modular Message-ID: <20160329131435.GA20649@windriver.com> References: <1459113058-14340-1-git-send-email-paul.gortmaker@windriver.com> <1459113058-14340-5-git-send-email-paul.gortmaker@windriver.com> <20160329114525.GC6745@arm.com> <1459252386.5053.18.camel@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1459252386.5053.18.camel@arm.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: 887 Lines: 24 [Re: [PATCH 4/4] drivers/bus: make arm-ccn.c driver explicitly non-modular] On 29/03/2016 (Tue 12:53) Pawel Moll wrote: > Dnia 2016-03-29, Tue o godzinie 12:45 +0100, Will Deacon pisze: > > I'd much rather fix the driver to build as a module, if at all > > possible. > > Suzuki (CC'd) is taking a look at that, so please drop this patch for > > now. > > There's no problem with building arm-ccn.c as a module - all it's > really doing today is providing a PMU driver. I don't even know why > have I made it bool-only in the first place... My guess is that like many other instances, it originally starts out as an innocent copy and paste during early driver development -- hence the desire to get the code and Kconfigs consistent tree wide. Anyway, thanks guys for tackling the conversion ; I'll shelf this patch and watch for the conversion to hit linux-next. Paul. -- > > Pawel