From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 28 Jun 2006 21:28:45 +1000 From: Anton Blanchard To: Segher Boessenkool Subject: Re: [PATCH] powerpc: support ibm,extended-*-frequency properties Message-ID: <20060628112845.GE516@krispykreme> References: <20060620084726.GC30974@krispykreme> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: linuxppc-dev@ozlabs.org, paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Could you also allow the regular "timebase-frequency" property > to consist of two cells, with the same semantics? That's what > some other systems do. Hey, it'd simplify this code, if anything :-) > > In fact, some kernel code already does this if I'm not mistaken > (the Cell port, perhaps?) Yeah it seems reasonable to just use the property size, I'll submit an incremental patch for that. Anton