Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-02-03 Thread Hans de Goede
Hi, On 2/2/19 8:04 PM, Maxim Mikityanskiy wrote: On Sat, Feb 2, 2019 at 12:52 AM Hans de Goede wrote: Hi, On 1/31/19 8:47 PM, Maxim Mikityanskiy wrote: Hi, On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: We were relying on the interrupt being shared with the ACPI SCI and the ACPI c

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-02-02 Thread Maxim Mikityanskiy
On Sat, Feb 2, 2019 at 12:52 AM Hans de Goede wrote: > > Hi, > > On 1/31/19 8:47 PM, Maxim Mikityanskiy wrote: > > Hi, > > > > On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: > >> > >> We were relying on the interrupt being shared with the ACPI SCI and the > >> ACPI core calling irq_set_wake

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-02-02 Thread Hans de Goede
Hi, On 2/2/19 12:25 AM, Andy Shevchenko wrote: On Sat, Feb 2, 2019 at 12:52 AM Hans de Goede wrote: On 1/31/19 8:47 PM, Maxim Mikityanskiy wrote: On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: We were relying on the interrupt being shared with the ACPI SCI and the ACPI core calling i

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-02-01 Thread Andy Shevchenko
On Sat, Feb 2, 2019 at 12:52 AM Hans de Goede wrote: > On 1/31/19 8:47 PM, Maxim Mikityanskiy wrote: > > On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: > >> > >> We were relying on the interrupt being shared with the ACPI SCI and the > >> ACPI core calling irq_set_wake. But that does not al

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-02-01 Thread Hans de Goede
Hi, On 1/31/19 8:47 PM, Maxim Mikityanskiy wrote: Hi, On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: We were relying on the interrupt being shared with the ACPI SCI and the ACPI core calling irq_set_wake. But that does not always happen on Bay Trail devices, so we should do it ourselve

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2019-01-31 Thread Maxim Mikityanskiy
Hi, On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: > > We were relying on the interrupt being shared with the ACPI SCI and the > ACPI core calling irq_set_wake. But that does not always happen on > Bay Trail devices, so we should do it ourselves. > > This fixes wake from USB not working on

Re: [PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2018-09-26 Thread Andy Shevchenko
On Mon, Sep 24, 2018 at 5:37 PM Hans de Goede wrote: > > We were relying on the interrupt being shared with the ACPI SCI and the > ACPI core calling irq_set_wake. But that does not always happen on > Bay Trail devices, so we should do it ourselves. > > This fixes wake from USB not working on vario

[PATCH] platform/x86: intel_int0002_vgpio: Implement irq_set_wake

2018-09-24 Thread Hans de Goede
We were relying on the interrupt being shared with the ACPI SCI and the ACPI core calling irq_set_wake. But that does not always happen on Bay Trail devices, so we should do it ourselves. This fixes wake from USB not working on various Bay Trail devices. Signed-off-by: Hans de Goede --- drivers