From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Subject: IEEE1588 Precision Time Protocol (PTP) driver for AMCC 405EZ Date: Mon, 30 Apr 2007 16:41:32 +0200 Message-ID: <200704301641.32686.sr@denx.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linuxppc-dev@ozlabs.org To: netdev@vger.kernel.org Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org Errors-To: linuxppc-dev-bounces+glppd-linuxppc64-dev=m.gmane.org@ozlabs.org List-Id: netdev.vger.kernel.org Hi all, I'm in the stage of integrating an IEEE1588 PTP driver for the AMCC 405EZ PPC and looking for the correct location to place this driver in the Linux source tree. The driver is a character-driver that enables the user space applications to configure the time stamping unit and to read/write the timestamps. Is "drivers/net/ptp" or "drivers/net/ieee1588" a good solution? Or should it go to "drivers/char/ptp" because of the chrdev nature of the driver? Any suggestions welcome (could be that I missed an already existing example). Best regards, Stefan