From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Machek Subject: Re: [PATCH V7 7/8] ptp: Added a clock driver for the IXP46x. Date: Sun, 2 Jan 2011 09:45:05 +0100 Message-ID: <20110102084505.GA3980@ucw.cz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Richard Cochran Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alan Cox , Arnd Bergmann , Christoph Lameter , David Miller , John Stultz , Krzysztof Halasa , Peter Zijlstra , Rodolfo Giometti , Thomas Gleixner List-Id: linux-api@vger.kernel.org Hi!! > +struct ixp46x_channel_ctl { > + u32 Ch_Control; /* 0x40 Time Synchronization Channel Control */ > + u32 Ch_Event; /* 0x44 Time Synchronization Channel Event */ > + u32 TxSnapLo; /* 0x48 Transmit Snapshot Low Register */ > + u32 TxSnapHi; /* 0x4C Transmit Snapshot High Register */ CouldWeGetRidOfCamelCase? -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751231Ab1ABIpQ (ORCPT ); Sun, 2 Jan 2011 03:45:16 -0500 Received: from ksp.mff.cuni.cz ([195.113.26.206]:56955 "EHLO atrey.karlin.mff.cuni.cz" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750895Ab1ABIpO (ORCPT ); Sun, 2 Jan 2011 03:45:14 -0500 Date: Sun, 2 Jan 2011 09:45:05 +0100 From: Pavel Machek To: Richard Cochran Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, netdev@vger.kernel.org, Alan Cox , Arnd Bergmann , Christoph Lameter , David Miller , John Stultz , Krzysztof Halasa , Peter Zijlstra , Rodolfo Giometti , Thomas Gleixner Subject: Re: [PATCH V7 7/8] ptp: Added a clock driver for the IXP46x. Message-ID: <20110102084505.GA3980@ucw.cz> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi!! > +struct ixp46x_channel_ctl { > + u32 Ch_Control; /* 0x40 Time Synchronization Channel Control */ > + u32 Ch_Event; /* 0x44 Time Synchronization Channel Event */ > + u32 TxSnapLo; /* 0x48 Transmit Snapshot Low Register */ > + u32 TxSnapHi; /* 0x4C Transmit Snapshot High Register */ CouldWeGetRidOfCamelCase? -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html