From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from services.gcu-squad.org (zone0.gcu-squad.org [212.85.147.21]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 14592DDFFC for ; Wed, 14 Jan 2009 01:50:21 +1100 (EST) Date: Tue, 13 Jan 2009 15:50:04 +0100 From: Jean Delvare To: Kumar Gala Subject: Re: [PATCH] powerpc/83xx: Move mcu_mpc8349emitx driver out of drivers/i2c/chips/ Message-ID: <20090113155004.4178b4e2@hyperion.delvare> In-Reply-To: References: <20090111165136.GA26096@oksana.dev.rtsoft.ru> <20090111165539.GA27223@oksana.dev.rtsoft.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, linux-i2c@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 13 Jan 2009 08:39:37 -0600, Kumar Gala wrote: > > On Jan 11, 2009, at 10:55 AM, Anton Vorontsov wrote: > > > This patch is used to help Jean Delvare to get rid of drivers/i2c/ > > chips/ > > directory. The new location suggested by Kumar Gala: as the driver is > > 83xx specific it's placed into arch/powerpc/platforms/83xx/. > > > > Signed-off-by: Anton Vorontsov > > --- > > > > The same patch but suitable for patch(1). > > > > arch/powerpc/platforms/83xx/Makefile | 1 + > > arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c | 209 +++++++++++++++ > > +++++++++ > > arch/powerpc/platforms/Kconfig | 11 ++ > > drivers/i2c/chips/Kconfig | 11 -- > > drivers/i2c/chips/Makefile | 1 - > > drivers/i2c/chips/mcu_mpc8349emitx.c | 209 > > ------------------------ > > 6 files changed, 221 insertions(+), 221 deletions(-) > > create mode 100644 arch/powerpc/platforms/83xx/mcu_mpc8349emitx.c > > delete mode 100644 drivers/i2c/chips/mcu_mpc8349emitx.c > > applied Great, thanks Anton and Kumar! -- Jean Delvare