Re: [PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)

2013-07-24 Thread Chris Metcalf
On 7/24/2013 2:29 AM, Richard Cochran wrote: > On Tue, Jul 23, 2013 at 04:05:48PM -0400, Chris Metcalf wrote: > >> diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig >> index 5be73ba..255ed1a 100644 >> --- a/drivers/ptp/Kconfig >> +++ b/drivers/ptp/Kconfig >> @@ -87,4 +87,14 @@ config PTP_1588_

Re: [PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)

2013-07-23 Thread Richard Cochran
On Tue, Jul 23, 2013 at 04:05:48PM -0400, Chris Metcalf wrote: > diff --git a/drivers/ptp/Kconfig b/drivers/ptp/Kconfig > index 5be73ba..255ed1a 100644 > --- a/drivers/ptp/Kconfig > +++ b/drivers/ptp/Kconfig > @@ -87,4 +87,14 @@ config PTP_1588_CLOCK_PCH > To compile this driver as a modul

Re: [PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)

2013-07-23 Thread Richard Cochran
Chris, This mail is a duplicate to you. I left off the CCs by mistake. On Tue, Jul 23, 2013 at 04:05:48PM -0400, Chris Metcalf wrote: > diff --git a/arch/tile/include/gxio/mpipe.h b/arch/tile/include/gxio/mpipe.h > index b74f470..57f5ca2 100644 > --- a/arch/tile/include/gxio/mpipe.h > +++ b/arch

[PATCH 05/13] tile: support PTP using the tilegx mPIPE (IEEE 1588)

2013-07-23 Thread Chris Metcalf
Signed-off-by: Chris Metcalf --- arch/tile/gxio/iorpc_mpipe.c | 19 arch/tile/include/gxio/iorpc_mpipe.h | 4 + arch/tile/include/gxio/mpipe.h | 13 +++ drivers/net/ethernet/tile/Makefile | 1 + drivers/net/ethernet/tile/tilegx.c | 56 + drivers/net