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 5E5DBDDE07 for ; Tue, 4 Dec 2007 07:45:47 +1100 (EST) Subject: Re: [PATCH] Generic RTC class support for ppc_md.[gs]et_rtc_time From: Benjamin Herrenschmidt To: David Woodhouse In-Reply-To: <1196701493.13978.163.camel@pmac.infradead.org> References: <1196701493.13978.163.camel@pmac.infradead.org> Content-Type: text/plain Date: Tue, 04 Dec 2007 07:45:22 +1100 Message-Id: <1196714722.13230.224.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2007-12-03 at 17:04 +0000, David Woodhouse wrote: > It would be good to migrate the platform code to register RTC devices > directly, but for now this will make them functional enough for most > purposes... Wouldn't it be best to do the other way around at some stage ? We need to solve the problem of ppc_md. stuff being called by the core in atomic contexts first though. Ben.