Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-21 Thread Andy Shevchenko
On Fri, Apr 15, 2016 at 8:05 AM, Darren Hart wrote: >> + /* >> +* The following resources are optional >> +* - ISPDRIVER_IPC BASE_DATA >> +* - ISPDRIVER_IPC BASE_IFACE >> +* - GTDRIVER_IPC BASE_DATA >> +

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-21 Thread Andy Shevchenko
On Fri, Apr 15, 2016 at 8:05 AM, Darren Hart wrote: >> + /* >> +* The following resources are optional >> +* - ISPDRIVER_IPC BASE_DATA >> +* - ISPDRIVER_IPC BASE_IFACE >> +* - GTDRIVER_IPC BASE_DATA >> +* - GTDRIVER_IPC

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-21 Thread Andy Shevchenko
On Fri, Apr 15, 2016 at 3:32 AM, Darren Hart wrote: > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: >> On 2016/4/10 21:17, Andy Shevchenko wrote: >> > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li >> > wrote: >> >> Currently the

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-21 Thread Andy Shevchenko
On Fri, Apr 15, 2016 at 3:32 AM, Darren Hart wrote: > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: >> On 2016/4/10 21:17, Andy Shevchenko wrote: >> > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li >> > wrote: >> >> Currently the optional IPC resources prevent telemetry driver from

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-19 Thread Darren Hart
On Fri, Apr 15, 2016 at 10:18:58AM +0800, Li, Aubrey wrote: > On 2016/4/15 8:32, Darren Hart wrote: > > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: > >> On 2016/4/10 21:17, Andy Shevchenko wrote: > >>> On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li > >>>

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-19 Thread Darren Hart
On Fri, Apr 15, 2016 at 10:18:58AM +0800, Li, Aubrey wrote: > On 2016/4/15 8:32, Darren Hart wrote: > > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: > >> On 2016/4/10 21:17, Andy Shevchenko wrote: > >>> On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li > >>> wrote: > Currently the

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Darren Hart
On Fri, Apr 15, 2016 at 10:18:58AM +0800, Li, Aubrey wrote: Hi Aubrey, > res = platform_get_resource(pdev, IORESOURCE_MEM, > PLAT_RESOURCE_ISP_DATA_INDEX); > - if (!res) { > - dev_err(>dev, "Failed to get res of

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Darren Hart
On Fri, Apr 15, 2016 at 10:18:58AM +0800, Li, Aubrey wrote: Hi Aubrey, > res = platform_get_resource(pdev, IORESOURCE_MEM, > PLAT_RESOURCE_ISP_DATA_INDEX); > - if (!res) { > - dev_err(>dev, "Failed to get res of

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Li, Aubrey
On 2016/4/15 8:32, Darren Hart wrote: > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: >> On 2016/4/10 21:17, Andy Shevchenko wrote: >>> On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li >>> wrote: Currently the optional IPC resources prevent telemetry

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Li, Aubrey
On 2016/4/15 8:32, Darren Hart wrote: > On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: >> On 2016/4/10 21:17, Andy Shevchenko wrote: >>> On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li >>> wrote: Currently the optional IPC resources prevent telemetry driver from probing if

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: > On 2016/4/10 21:17, Andy Shevchenko wrote: > > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li > > wrote: > >> Currently the optional IPC resources prevent telemetry driver from > >> probing if these resources

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-14 Thread Darren Hart
On Sun, Apr 10, 2016 at 09:46:48PM +0800, Li, Aubrey wrote: > On 2016/4/10 21:17, Andy Shevchenko wrote: > > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li > > wrote: > >> Currently the optional IPC resources prevent telemetry driver from > >> probing if these resources are not in ACPI table. This

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-11 Thread Li, Aubrey
fradead.org>; Aubrey Li >>> <aubrey...@linux.intel.com>; Chakravarty, Souvik K >>> <souvik.k.chakrava...@intel.com> >>> Cc: platform-driver-...@vger.kernel.org; linux-kernel@vger.kernel.org >>> Subject: RE: [PATCH] platform:x86 decouple telemetry dr

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-11 Thread Li, Aubrey
i >>> ; Chakravarty, Souvik K >>> >>> Cc: platform-driver-...@vger.kernel.org; linux-kernel@vger.kernel.org >>> Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the >>> optional IPC resources >>> >>>>> Currently the

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-11 Thread Darren Hart
ey...@linux.intel.com>; Chakravarty, Souvik K > > <souvik.k.chakrava...@intel.com> > > Cc: platform-driver-...@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the > > optional IPC resources > > >

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-11 Thread Darren Hart
latform-driver-...@vger.kernel.org; linux-kernel@vger.kernel.org > > Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the > > optional IPC resources > > > > >> Currently the optional IPC resources prevent telemetry driver from > > >> probing i

RE: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Chakravarty, Souvik K
river-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH] platform:x86 decouple telemetry driver from the > optional IPC resources > > >> Currently the optional IPC resources prevent telemetry driver from > >> probing if these resources are not in ACPI tab

RE: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Chakravarty, Souvik K
> -Original Message- > From: Zha, Qipeng > Sent: Monday, April 11, 2016 7:34 AM > To: Darren Hart ; Aubrey Li > ; Chakravarty, Souvik K > > Cc: platform-driver-...@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: RE: [PATCH] platform:x86 decoup

RE: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Zha, Qipeng
>> Currently the optional IPC resources prevent telemetry driver from >> probing if these resources are not in ACPI table. This patch decouples >> telemetry driver from these optional resources, so that telemetry >> driver has dependency only on the necessary ACPI resources. >> >>

RE: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Zha, Qipeng
>> Currently the optional IPC resources prevent telemetry driver from >> probing if these resources are not in ACPI table. This patch decouples >> telemetry driver from these optional resources, so that telemetry >> driver has dependency only on the necessary ACPI resources. >> >>

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Li, Aubrey
On 2016/4/10 21:17, Andy Shevchenko wrote: > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li wrote: >> Currently the optional IPC resources prevent telemetry driver from >> probing if these resources are not in ACPI table. This patch decouples >> telemetry driver from these

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Li, Aubrey
On 2016/4/10 21:17, Andy Shevchenko wrote: > On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li wrote: >> Currently the optional IPC resources prevent telemetry driver from >> probing if these resources are not in ACPI table. This patch decouples >> telemetry driver from these optional resources, so

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Andy Shevchenko
On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li wrote: > Currently the optional IPC resources prevent telemetry driver from > probing if these resources are not in ACPI table. This patch decouples > telemetry driver from these optional resources, so that telemetry driver >

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-10 Thread Andy Shevchenko
On Thu, Mar 31, 2016 at 10:28 PM, Aubrey Li wrote: > Currently the optional IPC resources prevent telemetry driver from > probing if these resources are not in ACPI table. This patch decouples > telemetry driver from these optional resources, so that telemetry driver > has dependency only on the

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-09 Thread Darren Hart
On Thu, Mar 31, 2016 at 02:28:09PM -0500, Aubrey Li wrote: > Currently the optional IPC resources prevent telemetry driver from > probing if these resources are not in ACPI table. This patch decouples > telemetry driver from these optional resources, so that telemetry driver > has dependency only

Re: [PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-04-09 Thread Darren Hart
On Thu, Mar 31, 2016 at 02:28:09PM -0500, Aubrey Li wrote: > Currently the optional IPC resources prevent telemetry driver from > probing if these resources are not in ACPI table. This patch decouples > telemetry driver from these optional resources, so that telemetry driver > has dependency only

[PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-03-31 Thread Aubrey Li
Currently the optional IPC resources prevent telemetry driver from probing if these resources are not in ACPI table. This patch decouples telemetry driver from these optional resources, so that telemetry driver has dependency only on the necessary ACPI resources. Signed-off-by: Aubrey Li

[PATCH] platform:x86 decouple telemetry driver from the optional IPC resources

2016-03-31 Thread Aubrey Li
Currently the optional IPC resources prevent telemetry driver from probing if these resources are not in ACPI table. This patch decouples telemetry driver from these optional resources, so that telemetry driver has dependency only on the necessary ACPI resources. Signed-off-by: Aubrey Li ---