Re: [RFC v3 4/7] platform: x86: Add generic Intel IPC driver

2017-10-03 Thread sathyanarayanan kuppuswamy
Hi, On 10/01/2017 07:59 AM, Andy Shevchenko wrote: On Tue, Sep 5, 2017 at 8:37 AM, wrote: From: Kuppuswamy Sathyanarayanan Currently intel_scu_ipc.c, intel_pmc_ipc.c and intel_punit_ipc.c redundantly implements the same IPC features and has lot of code duplication between them. This driver

Re: [RFC v3 4/7] platform: x86: Add generic Intel IPC driver

2017-10-01 Thread Andy Shevchenko
On Tue, Sep 5, 2017 at 8:37 AM, wrote: > From: Kuppuswamy Sathyanarayanan > > Currently intel_scu_ipc.c, intel_pmc_ipc.c and intel_punit_ipc.c > redundantly implements the same IPC features and has lot of code > duplication between them. This driver addresses this issue by grouping > the common I

[RFC v3 4/7] platform: x86: Add generic Intel IPC driver

2017-09-04 Thread sathyanarayanan . kuppuswamy
From: Kuppuswamy Sathyanarayanan Currently intel_scu_ipc.c, intel_pmc_ipc.c and intel_punit_ipc.c redundantly implements the same IPC features and has lot of code duplication between them. This driver addresses this issue by grouping the common IPC functionalities under the same driver. Signed-o