Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756618Ab1CMXkw (ORCPT ); Sun, 13 Mar 2011 19:40:52 -0400 Received: from inx.pm.waw.pl ([195.116.170.130]:33055 "EHLO inx.pm.waw.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756081Ab1CMXku (ORCPT ); Sun, 13 Mar 2011 19:40:50 -0400 From: Krzysztof Halasa To: Richard Cochran Cc: linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, netdev@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org, linuxppc-dev@lists.ozlabs.org, Alan Cox , Arnd Bergmann , Christoph Lameter , David Miller , John Stultz , Peter Zijlstra , Rodolfo Giometti , Thomas Gleixner , Benjamin Herrenschmidt , Mike Frysinger , Paul Mackerras , Russell King Subject: Re: [PATCH V12 3/4] ptp: Added a clock driver for the IXP46x. References: Date: Mon, 14 Mar 2011 00:40:48 +0100 In-Reply-To: (Richard Cochran's message of "Mon, 28 Feb 2011 08:58:27 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1049 Lines: 25 Richard Cochran writes: > This patch adds a driver for the hardware time stamping unit found on the > IXP465. The basic clock operations and an external trigger are implemented. > > Signed-off-by: Richard Cochran > Acked-by: John Stultz > --- > arch/arm/mach-ixp4xx/include/mach/ixp46x_ts.h | 78 ++++++ > drivers/net/arm/ixp4xx_eth.c | 192 ++++++++++++++- > drivers/ptp/Kconfig | 13 + > drivers/ptp/Makefile | 1 + > drivers/ptp/ptp_ixp46x.c | 332 +++++++++++++++++++++++++ I can't see any obvious problem in this code, though I don't have IXP46x hardware. Acked-by: Krzysztof Halasa -- Krzysztof Halasa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/