From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 2CA8DDDE99 for ; Wed, 21 Nov 2007 08:36:52 +1100 (EST) Date: Tue, 20 Nov 2007 15:35:25 -0600 (CST) From: Kumar Gala To: Kim Phillips Subject: Re: [PATCH] powerpc: mpc8xxx MDS board RTC fixes In-Reply-To: <20071108133706.961af8d2.kim.phillips@freescale.com> Message-ID: References: <20071108133706.961af8d2.kim.phillips@freescale.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 8 Nov 2007, Kim Phillips wrote: > Now the rtc class ds1374 driver has been added, > remove the old rtc driver hookup code, add rtc node > to device trees, and turn on the new driver in the defconfigs. > > Signed-off-by: Kim Phillips > --- > arch/powerpc/boot/dts/mpc832x_mds.dts | 7 ++++ > arch/powerpc/boot/dts/mpc834x_mds.dts | 9 +++++ > arch/powerpc/boot/dts/mpc836x_mds.dts | 9 +++++ > arch/powerpc/configs/mpc832x_mds_defconfig | 48 +++++++++++++++++++++++++++- > arch/powerpc/configs/mpc834x_mds_defconfig | 48 +++++++++++++++++++++++++++- > arch/powerpc/configs/mpc836x_mds_defconfig | 48 +++++++++++++++++++++++++++- > arch/powerpc/configs/mpc8568mds_defconfig | 48 +++++++++++++++++++++++++++- > arch/powerpc/platforms/83xx/mpc832x_mds.c | 24 -------------- > arch/powerpc/platforms/83xx/mpc834x_mds.c | 24 -------------- > arch/powerpc/platforms/83xx/mpc836x_mds.c | 24 -------------- > 10 files changed, 213 insertions(+), 76 deletions(-) applied. - k