From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTP id B1F6FDDE36 for ; Wed, 18 Jul 2007 04:13:04 +1000 (EST) Subject: Re: [PATCH] POWERPC: Added RTC support for mpc8313RDB and utilize "clock-frequency" From: Jon Loeliger To: Vitaly Bordug In-Reply-To: <20070717214824.04db9e88@vitb.ru.mvista.com> References: <20070717004913.21682.50282.stgit@localhost.localdomain> <20070717163645.GB7347@ld0162-tx32.am.freescale.net> <20070717214824.04db9e88@vitb.ru.mvista.com> Content-Type: text/plain Message-Id: <1184695975.24473.17.camel@ld0161-tx32> Mime-Version: 1.0 Date: Tue, 17 Jul 2007 13:12:55 -0500 Cc: linuxppc-dev , Paul Mackerras List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2007-07-17 at 12:48, Vitaly Bordug wrote: > 't. > > > Yet many boards still have this stuff (like pretty recent 86xx) - should > we at least add some comments or clean that up? Hrm. Alright. I'm on deck for a patch here, I see... :-) But you might notice that the most recent board port that I added, mpc8544_ds.c, does NOT have it: static void __init mpc8544_ds_setup_arch(void) { if (ppc_md.progress) ppc_md.progress("mpc8544_ds_setup_arch()", 0); printk("MPC8544 DS board from Freescale Semiconductor\n"); } Thanks, jdl