All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3][v2] Fix incorrect using of acpi irq
@ 2015-10-24 17:02 Chen Yu
  2015-10-28  3:19 ` Rafael J. Wysocki
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Yu @ 2015-10-24 17:02 UTC (permalink / raw)
  To: rjw, lenb
  Cc: rui.zhang, lv.zheng, linux-acpi, linux-kernel, linux-pm, Chen Yu

This series of patches are trying to convert codes who use
acpi_gbl_FADT.sci_interrupt incorrectly to use the right irq
mapped by acpi_gsi_to_irq.

Chen Yu (3):
  ACPI: Using correct irq when uninstalling acpi irq handler
  ACPI: Using correct irq when waiting for events
  ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle

 drivers/acpi/osl.c   | 14 +++++++++-----
 drivers/acpi/sleep.c |  6 ++++--
 include/linux/acpi.h |  6 ++++++
 3 files changed, 19 insertions(+), 7 deletions(-)

-- 
1.8.4.2


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

* Re: [PATCH 0/3][v2] Fix incorrect using of acpi irq
  2015-10-24 17:02 [PATCH 0/3][v2] Fix incorrect using of acpi irq Chen Yu
@ 2015-10-28  3:19 ` Rafael J. Wysocki
  0 siblings, 0 replies; 2+ messages in thread
From: Rafael J. Wysocki @ 2015-10-28  3:19 UTC (permalink / raw)
  To: Chen Yu; +Cc: lenb, rui.zhang, lv.zheng, linux-acpi, linux-kernel, linux-pm

On Sunday, October 25, 2015 01:02:07 AM Chen Yu wrote:
> This series of patches are trying to convert codes who use
> acpi_gbl_FADT.sci_interrupt incorrectly to use the right irq
> mapped by acpi_gsi_to_irq.
> 
> Chen Yu (3):
>   ACPI: Using correct irq when uninstalling acpi irq handler
>   ACPI: Using correct irq when waiting for events
>   ACPI / PM: Fix incorrect wakeup irq setting before suspend-to-idle
> 
>  drivers/acpi/osl.c   | 14 +++++++++-----
>  drivers/acpi/sleep.c |  6 ++++--
>  include/linux/acpi.h |  6 ++++++
>  3 files changed, 19 insertions(+), 7 deletions(-)

Series applied (with some minor changes to patch subjects and changelogs).

Thanks,
Rafael

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

end of thread, other threads:[~2015-10-28  3:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-24 17:02 [PATCH 0/3][v2] Fix incorrect using of acpi irq Chen Yu
2015-10-28  3:19 ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.