]> git.baikalelectronics.ru Git - kernel.git/commit
x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()
authorJiang Liu <jiang.liu@linux.intel.com>
Thu, 30 Jul 2015 07:51:32 +0000 (15:51 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 30 Jul 2015 19:15:29 +0000 (21:15 +0200)
commite06638521bb3793ec699c16639e327f5f428a62d
treea702ed51a7ad6d75d83c579db18a35f679b27f0e
parented5bcb8aebc0174d7396d6222e17a9773f9bdb9a
x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()

Commit 3a8ec19c7f94 ("x86/irq: Convert IOAPIC to use hierarchical
irqdomain interfaces") introduced a regression which causes
malfunction of interrupt lines.

The reason is that the conversion of mp_check_pin_attr() missed to
update the polarity selection of the interrupt pin with the caller
provided setting and instead uses a stale attribute value. That in
turn results in chosing the wrong interrupt flow handler.

Use the caller supplied setting to configure the pin correctly which
also choses the correct interrupt flow handler.

This restores the original behaviour and on the affected
machine/driver (Surface Pro 3, i2c controller) all IOAPIC IRQ
configuration are identical to v4.1.

Fixes: 3a8ec19c7f94 ("x86/irq: Convert IOAPIC to use hierarchical irqdomain interfaces")
Reported-and-tested-by: Matt Fleming <matt@codeblueprint.co.uk>
Reported-and-tested-by: Chen Yu <yu.c.chen@intel.com>
Signed-off-by: Jiang Liu <jiang.liu@linux.intel.com>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Chen Yu <yu.c.chen@intel.com>
Cc: Yinghai Lu <yinghai@kernel.org>
Link: http://lkml.kernel.org/r/1438242695-23531-1-git-send-email-jiang.liu@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/io_apic.c