Re: [PATCH V5 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga

2016-06-28 Thread Tien Hock Loh
My fault, I wasn't testing against building as module, was always building as part of the kernel. I'll get it fixed and put another patch for review. Thanks Tien Hock On Tue, 2016-06-28 at 05:48 -0400, David Miller wrote: > From: David Miller > Date: Tue, 28 Jun 2016 05:34:50 -0400 (EDT) > > >

Re: [PATCH V5 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga

2016-06-28 Thread David Miller
From: David Miller Date: Tue, 28 Jun 2016 05:34:50 -0400 (EDT) > From: > Date: Fri, 24 Jun 2016 02:13:23 -0700 > >> From: Tien Hock Loh >> >> This adds support for TSE PCS that uses SGMII adapter when the phy-mode of >> the dwmac is set to sgmii. >> >> Signed-off-by: Tien Hock Loh >> Acked-

Re: [PATCH V5 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga

2016-06-28 Thread David Miller
From: Date: Fri, 24 Jun 2016 02:13:23 -0700 > From: Tien Hock Loh > > This adds support for TSE PCS that uses SGMII adapter when the phy-mode of > the dwmac is set to sgmii. > > Signed-off-by: Tien Hock Loh > Acked-by: Giuseppe Cavallaro > Acked-by: Rob Herring Applied to net-next, thanks.

[PATCH V5 1/1] net: ethernet: Add TSE PCS support to dwmac-socfpga

2016-06-24 Thread thloh
From: Tien Hock Loh This adds support for TSE PCS that uses SGMII adapter when the phy-mode of the dwmac is set to sgmii. Signed-off-by: Tien Hock Loh Acked-by: Giuseppe Cavallaro Acked-by: Rob Herring --- v2: - Refactored the TSE PCS out from the dwmac-socfpga.c file - Added binding documen