From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760176Ab3D3KTH (ORCPT ); Tue, 30 Apr 2013 06:19:07 -0400 Received: from mga14.intel.com ([143.182.124.37]:38637 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758972Ab3D3KTF (ORCPT ); Tue, 30 Apr 2013 06:19:05 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.87,580,1363158000"; d="scan'208";a="234725779" Date: Tue, 30 Apr 2013 12:18:54 +0200 From: Samuel Ortiz To: Arnd Bergmann Cc: Linus Torvalds , David Brown , Greg KH , Andrew Morton , Linux Kernel Mailing List , Nicolas Pitre , Richard Kuo , linux-hexagon@vger.kernel.org Subject: Re: MFD: move ssbi driver into drivers/mfd Message-ID: <20130430101854.GI4563@zurbaran> References: <20130429162115.GA6893@kroah.com> <8yafvy92gfs.fsf@huya.qualcomm.com> <201304300000.19488.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201304300000.19488.arnd@arndb.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On Tue, Apr 30, 2013 at 12:00:19AM +0200, Arnd Bergmann wrote: > There is no reason for ssbi to have its own top-level driver directory > when the only users of this interface are all MFD drivers. The only > mainline driver using it at the moment (PM8921) is marked broken and in > fact does not compile. I have verified that fixing the trivial build > breakage in pm8921 links in the new ssbi code just fine, but that > can be a separate patch. > > Signed-off-by: Arnd Bergmann > Cc: Samuel Ortiz > --- > drivers/Kconfig | 2 -- > drivers/Makefile | 1 - > drivers/mfd/Kconfig | 3 ++- > drivers/mfd/Makefile | 2 +- > drivers/{ssbi => mfd}/ssbi.c | 0 > drivers/ssbi/Kconfig | 16 ---------------- > drivers/ssbi/Makefile | 1 - > 7 files changed, 3 insertions(+), 22 deletions(-) I suppose we don't expect any non MFD drivers to use this interface ? If that's so, I'll take it through mfd-next. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/