Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Andy Shevchenko wrote: > On Wed, 2016-10-26 at 14:06 +0100, Lee Jones wrote: > > On Wed, 26 Oct 2016, Lee Jones wrote: > > > > > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > > > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > > > > >

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Andy Shevchenko wrote: > On Wed, 2016-10-26 at 14:06 +0100, Lee Jones wrote: > > On Wed, 26 Oct 2016, Lee Jones wrote: > > > > > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > > > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > > > > >

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Andy Shevchenko
On Wed, 2016-10-26 at 14:06 +0100, Lee Jones wrote: > On Wed, 26 Oct 2016, Lee Jones wrote: > > > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > > > Signed-off-by: Tan Jui Nee > > > --- > > >

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Andy Shevchenko
On Wed, 2016-10-26 at 14:06 +0100, Lee Jones wrote: > On Wed, 26 Oct 2016, Lee Jones wrote: > > > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > > > Signed-off-by: Tan Jui Nee > > > --- > > > Changes in V8: > > > - No

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 12 Oct 2016, Tan Jui Nee wrote: > Adding Intel codename Apollo Lake platform device IDs for PCH. > > Signed-off-by: Tan Jui Nee > --- > Changes in V8: > - No change > > drivers/mfd/lpc_ich_core.c | 6 ++ > include/linux/mfd/lpc_ich.h | 1 + > 2 files

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Lee Jones wrote: > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > Signed-off-by: Tan Jui Nee > > --- > > Changes in V8: > > - No change > > > > drivers/mfd/lpc_ich_core.c |

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 12 Oct 2016, Tan Jui Nee wrote: > Adding Intel codename Apollo Lake platform device IDs for PCH. > > Signed-off-by: Tan Jui Nee > --- > Changes in V8: > - No change > > drivers/mfd/lpc_ich_core.c | 6 ++ > include/linux/mfd/lpc_ich.h | 1 + > 2 files changed, 7

Re: [PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-26 Thread Lee Jones
On Wed, 26 Oct 2016, Lee Jones wrote: > On Wed, 12 Oct 2016, Tan Jui Nee wrote: > > > Adding Intel codename Apollo Lake platform device IDs for PCH. > > > > Signed-off-by: Tan Jui Nee > > --- > > Changes in V8: > > - No change > > > > drivers/mfd/lpc_ich_core.c | 6 ++ > >

[PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-12 Thread Tan Jui Nee
Adding Intel codename Apollo Lake platform device IDs for PCH. Signed-off-by: Tan Jui Nee --- Changes in V8: - No change drivers/mfd/lpc_ich_core.c | 6 ++ include/linux/mfd/lpc_ich.h | 1 + 2 files changed, 7 insertions(+) diff --git

[PATCH v8 5/6] mfd: lpc_ich: Add Device IDs for Intel Apollo Lake PCH

2016-10-12 Thread Tan Jui Nee
Adding Intel codename Apollo Lake platform device IDs for PCH. Signed-off-by: Tan Jui Nee --- Changes in V8: - No change drivers/mfd/lpc_ich_core.c | 6 ++ include/linux/mfd/lpc_ich.h | 1 + 2 files changed, 7 insertions(+) diff --git a/drivers/mfd/lpc_ich_core.c