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 ESMTPS id 7B532DE009 for ; Tue, 15 Jul 2008 23:25:45 +1000 (EST) Message-Id: From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20080611230402.GA21351@polina.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: [PATCH 1/4] powerpc: fsl_uli1575: fix RTC quirk to work on MPC8572DS and MPC8610HPCD Date: Tue, 15 Jul 2008 08:25:40 -0500 References: <20080611230250.GA13412@polina.dev.rtsoft.ru> <20080611230402.GA21351@polina.dev.rtsoft.ru> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jun 11, 2008, at 6:04 PM, Anton Vorontsov wrote: > This patch fixes RTC on MPC8572DS boards: dummy read helps only when > reading at the end of the bridge's memory (i.e. outside of behind the > bridge devices' assigned regions). > > With this change the quirk also makes RTC work on MPC8610HPCD, so it's > unlikely that this will break MPC8641HPCN or MPC8544DS boards. > > Signed-off-by: Anton Vorontsov > --- > arch/powerpc/platforms/fsl_uli1575.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) applied. - k