linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ZPODD ACPI _PRW method support
@ 2012-11-28  8:52 Jeff.Wu
  2012-11-28 10:18 ` Rafael J. Wysocki
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff.Wu @ 2012-11-28  8:52 UTC (permalink / raw)
  To: linux-acpi, minggr, aaron.lwe

Hi aaron,ming,linux-acpi

 Is it  whether need support ACPI _PRW method for ZPODD device ?
 If BIOS had implemented _PRW method for ZPODD ,
but Linux kernel doesn't support  ZPODD _PRW method,ZPODD will can't
run into suspend state.

Is there any stories for ZPODD Linux _PRW method ?

Thanks
chping

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ZPODD ACPI _PRW method support
  2012-11-28  8:52 ZPODD ACPI _PRW method support Jeff.Wu
@ 2012-11-28 10:18 ` Rafael J. Wysocki
  2012-11-28 16:11   ` Jeff.Wu
  0 siblings, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-11-28 10:18 UTC (permalink / raw)
  To: linux-acpi; +Cc: Jeff.Wu, minggr, aaron.lwe

On Wednesday, November 28, 2012 04:52:17 PM Jeff.Wu wrote:
> Hi aaron,ming,linux-acpi
> 
>  Is it  whether need support ACPI _PRW method for ZPODD device ?

Yes, it is.

>  If BIOS had implemented _PRW method for ZPODD ,
> but Linux kernel doesn't support  ZPODD _PRW method,ZPODD will can't
> run into suspend state.

I'm not sure what you mean.

If we don't use _PRW, the device won't be able to signal wakeup events.

> Is there any stories for ZPODD Linux _PRW method ?

All threads related to ZPODD are about that indirectly.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ZPODD ACPI _PRW method support
  2012-11-28 10:18 ` Rafael J. Wysocki
@ 2012-11-28 16:11   ` Jeff.Wu
  2012-11-28 18:37     ` Rafael J. Wysocki
  2012-11-29  1:36     ` Aaron Lu
  0 siblings, 2 replies; 5+ messages in thread
From: Jeff.Wu @ 2012-11-28 16:11 UTC (permalink / raw)
  To: Rafael J. Wysocki, linux-acpi, Lin Ming, Aaron Lu

Hi Rafael

Thanks,

I  am testing ZPODD function ,for Linux ZPODD kernel,
if _PRW method is removed at  BIOS ACPI DSDT codes, ZPODD work normally.
but, if _PRW method is added at BIOS ACPI DSDT codes,ZPODD can't be
wakeup when ZPODD state is suspend.
I'am not sure that Linux ZPODD whether is using _PRW to send wakeup events.

Jeff

2012/11/28 Rafael J. Wysocki <rjw@sisk.pl>:
> On Wednesday, November 28, 2012 04:52:17 PM Jeff.Wu wrote:
>> Hi aaron,ming,linux-acpi
>>
>>  Is it  whether need support ACPI _PRW method for ZPODD device ?
>
> Yes, it is.
>
>>  If BIOS had implemented _PRW method for ZPODD ,
>> but Linux kernel doesn't support  ZPODD _PRW method,ZPODD will can't
>> run into suspend state.
>
> I'm not sure what you mean.
>
> If we don't use _PRW, the device won't be able to signal wakeup events.
>
>> Is there any stories for ZPODD Linux _PRW method ?
>
> All threads related to ZPODD are about that indirectly.
>
> Thanks,
> Rafael
>
>
> --
> I speak only for myself.
> Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ZPODD ACPI _PRW method support
  2012-11-28 16:11   ` Jeff.Wu
@ 2012-11-28 18:37     ` Rafael J. Wysocki
  2012-11-29  1:36     ` Aaron Lu
  1 sibling, 0 replies; 5+ messages in thread
From: Rafael J. Wysocki @ 2012-11-28 18:37 UTC (permalink / raw)
  To: Jeff.Wu; +Cc: linux-acpi, Lin Ming, Aaron Lu

On Thursday, November 29, 2012 12:11:47 AM Jeff.Wu wrote:
> Hi Rafael
> 
> Thanks,
> 
> I  am testing ZPODD function ,for Linux ZPODD kernel,

This is not a mainline code, however, is it?

> if _PRW method is removed at  BIOS ACPI DSDT codes, ZPODD work normally.
> but, if _PRW method is added at BIOS ACPI DSDT codes,ZPODD can't be
> wakeup when ZPODD state is suspend.
> I'am not sure that Linux ZPODD whether is using _PRW to send wakeup events.

If you're testing Aaron's patches, please talk to Aaron.

Thanks,
Rafael


> 2012/11/28 Rafael J. Wysocki <rjw@sisk.pl>:
> > On Wednesday, November 28, 2012 04:52:17 PM Jeff.Wu wrote:
> >> Hi aaron,ming,linux-acpi
> >>
> >>  Is it  whether need support ACPI _PRW method for ZPODD device ?
> >
> > Yes, it is.
> >
> >>  If BIOS had implemented _PRW method for ZPODD ,
> >> but Linux kernel doesn't support  ZPODD _PRW method,ZPODD will can't
> >> run into suspend state.
> >
> > I'm not sure what you mean.
> >
> > If we don't use _PRW, the device won't be able to signal wakeup events.
> >
> >> Is there any stories for ZPODD Linux _PRW method ?
> >
> > All threads related to ZPODD are about that indirectly.
> >
> > Thanks,
> > Rafael
> >
> >
> > --
> > I speak only for myself.
> > Rafael J. Wysocki, Intel Open Source Technology Center.
-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ZPODD ACPI _PRW method support
  2012-11-28 16:11   ` Jeff.Wu
  2012-11-28 18:37     ` Rafael J. Wysocki
@ 2012-11-29  1:36     ` Aaron Lu
  1 sibling, 0 replies; 5+ messages in thread
From: Aaron Lu @ 2012-11-29  1:36 UTC (permalink / raw)
  To: Jeff.Wu; +Cc: Rafael J. Wysocki, linux-acpi, Shane Huang, Aaron Lu

Move Lin Ming to BCC.
Ming does not support ZPODD anymore, he may be kind to help, but please
direct all ZPODD related questions/problems first to me, thanks.

On 11/29/2012 12:11 AM, Jeff.Wu wrote:
> Hi Rafael
> 
> Thanks,
> 
> I  am testing ZPODD function ,for Linux ZPODD kernel,
> if _PRW method is removed at  BIOS ACPI DSDT codes, ZPODD work normally.
> but, if _PRW method is added at BIOS ACPI DSDT codes,ZPODD can't be
> wakeup when ZPODD state is suspend.
> I'am not sure that Linux ZPODD whether is using _PRW to send wakeup events.

Can you please let me know which version of ZPODD patches you are
testing on? And please show me the DSDT content of the ACPI node for
ZPODD.

Thanks,
Aaron

> 
> Jeff
> 
> 2012/11/28 Rafael J. Wysocki <rjw@sisk.pl>:
>> On Wednesday, November 28, 2012 04:52:17 PM Jeff.Wu wrote:
>>> Hi aaron,ming,linux-acpi
>>>
>>>  Is it  whether need support ACPI _PRW method for ZPODD device ?
>>
>> Yes, it is.
>>
>>>  If BIOS had implemented _PRW method for ZPODD ,
>>> but Linux kernel doesn't support  ZPODD _PRW method,ZPODD will can't
>>> run into suspend state.
>>
>> I'm not sure what you mean.
>>
>> If we don't use _PRW, the device won't be able to signal wakeup events.
>>
>>> Is there any stories for ZPODD Linux _PRW method ?
>>
>> All threads related to ZPODD are about that indirectly.
>>
>> Thanks,
>> Rafael
>>
>>
>> --
>> I speak only for myself.
>> Rafael J. Wysocki, Intel Open Source Technology Center.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2012-11-29  1:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-28  8:52 ZPODD ACPI _PRW method support Jeff.Wu
2012-11-28 10:18 ` Rafael J. Wysocki
2012-11-28 16:11   ` Jeff.Wu
2012-11-28 18:37     ` Rafael J. Wysocki
2012-11-29  1:36     ` Aaron Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).