From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Kaya Subject: [PATCH V2 0/3] simplify ACPI PCI IRQ code Date: Fri, 8 Apr 2016 21:26:29 -0400 Message-ID: <1460165192-4526-1-git-send-email-okaya@codeaurora.org> Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:53093 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753436AbcDIB0r (ORCPT ); Fri, 8 Apr 2016 21:26:47 -0400 Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: linux-acpi@vger.kernel.org, timur@codeaurora.org, cov@codeaurora.org Cc: linux-pci@vger.kernel.org, ravikanth.nalla@hpe.com, lenb@kernel.org, harish.k@hpe.com, ashwin.reghunandanan@hpe.com, bhelgaas@google.com, rjw@rjwysocki.net, Sinan Kaya differences from V1: https://patchwork.ozlabs.org/patch/599869/ Implement acpi_link_trigger and acpi_pci_compatible_trigger functions to validate that all requesters agree on the IRQ polarity and trigger before claiming for PCI and SCI interrupts. Sinan Kaya (3): acpi,pci,irq: reduce resource requirements acpi,pci,irq: remove redundant code in acpi_irq_penalty_init acpi,pci,irq: remove SCI penalize function arch/x86/kernel/acpi/boot.c | 1 - arch/x86/pci/acpi.c | 1 - drivers/acpi/pci_link.c | 185 +++++++++++++++++++++++++++++--------------- include/acpi/acpi_drivers.h | 1 - include/linux/acpi.h | 1 - 5 files changed, 122 insertions(+), 67 deletions(-) -- 1.8.2.1