Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1255229 > unrolled thread
| Started by | Chen Yu <yu.c.chen@intel.com> |
|---|---|
| First post | 2015-10-24 19:00 +0200 |
| Last post | 2015-10-28 04:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH 0/3][v2] Fix incorrect using of acpi irq Chen Yu <yu.c.chen@intel.com> - 2015-10-24 19:00 +0200
Re: [PATCH 0/3][v2] Fix incorrect using of acpi irq "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-10-28 04:00 +0100
| From | Chen Yu <yu.c.chen@intel.com> |
|---|---|
| Date | 2015-10-24 19:00 +0200 |
| Subject | [PATCH 0/3][v2] Fix incorrect using of acpi irq |
| Message-ID | <qnakF-6c3-5@gated-at.bofh.it> |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2015-10-28 04:00 +0100 |
| Message-ID | <qop7Y-57O-7@gated-at.bofh.it> |
| In reply to | #1255229 |
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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web