Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-03-01 Thread Loh, Tien Hock
On Rab, 2017-03-01 at 12:34 +0100, Arnd Bergmann wrote: > On Wed, Mar 1, 2017 at 11:42 AM, Loh, Tien Hock com> wrote: > > > > On Rab, 2017-03-01 at 10:01 +0100, Arnd Bergmann wrote: > > > > > > On Wed, Mar 1, 2017 at 8:23 AM, Loh, Tien Hock > > el.c

Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-03-01 Thread Loh, Tien Hock
On Rab, 2017-03-01 at 10:01 +0100, Arnd Bergmann wrote: > On Wed, Mar 1, 2017 at 8:23 AM, Loh, Tien Hock om> wrote: > > > > Arnd, Greg, > Please don't top-post. OK. > > > > > I checked the attributes returned by the soc attribute subsystem, > >

Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-02-28 Thread Loh, Tien Hock
? Thanks Tien Hock  On Kha, 2017-02-23 at 16:15 +0800, Loh, Tien Hock wrote: > OK then I'll move it into driver/soc/ in that case. > > On Kha, 2017-02-23 at 09:05 +0100, Arnd Bergmann wrote: > > > > On Thu, Feb 23, 2017 at 6:58 AM, Loh, Tien Hock > l. > > com

Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-02-23 Thread Loh, Tien Hock
OK then I'll move it into driver/soc/ in that case. On Kha, 2017-02-23 at 09:05 +0100, Arnd Bergmann wrote: > On Thu, Feb 23, 2017 at 6:58 AM, Loh, Tien Hock com> wrote: > > > > On Rab, 2017-02-15 at 20:51 +0100, Arnd Bergmann wrote: > > > > > >

Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-02-22 Thread Loh, Tien Hock
Wed, Feb 15, 2017 at 07:09:41PM +0800, thloh wrote: > > > > > > From: "Loh, Tien Hock" > > > > > > This patch is to add Altera System ID driver. > > > User can obtain the system ID and timestamp of the system by > > > reading the

Re: [PATCH 1/1] drivers/misc: Add Intel System ID driver

2017-02-22 Thread Loh, Tien Hock
Sorry for the late reply. I'll add the Documentation/ABI description, use DEVICE_ATTR_RO and update ATTRIBUTE_GROUP.  Thanks Tien Hock On Rab, 2017-02-15 at 09:17 -0800, Greg KH wrote: > On Wed, Feb 15, 2017 at 07:09:41PM +0800, thloh wrote: > > > > From: "Loh, Tien H

Re: [PATCH 1/1] net: ethernet: Add SGMII support to dwmac-socfpga

2016-05-31 Thread Loh Tien Hock
Hi Peppe, On Tue, May 31, 2016 at 9:52 PM, Giuseppe CAVALLARO wrote: > Hello Loh Tien > > On 5/31/2016 11:10 AM, Loh Tien Hock wrote: >> >> Hi Peppe, >> >> Sorry for the late reply. > > > no pbl at all. > >> >> I believe my patch's

Re: [PATCH 1/1] net: ethernet: Add SGMII support to dwmac-socfpga

2016-05-31 Thread Loh Tien Hock
Hi Peppe, Sorry for the late reply. I believe my patch's title is a little confusing. The patch is to enable Altera TSE PCS SGMII support, not to add SGMII support to stmmac (well that in a way tests SGMII for stmmac though) I went through the code and it seems like if we were to refactor PCS de

Re: [PATCH 1/1] net: ethernet: Add SGMII support to dwmac-socfpga

2016-05-12 Thread Loh Tien Hock
Please disregard this patch. Wrong patch attached, I'll send a correct one in a short while. On Fri, May 13, 2016 at 2:27 PM, wrote: > From: Tien Hock Loh > > Adds SGMII support for dwmac-socfpga to enable the SGMII PHY when phy-mode > of the dwmac is set to sgmii. > > Signed-off-by: Tien Hock