]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: Give each driver an IRQ type
authorSimon Glass <sjg@chromium.org>
Thu, 6 Feb 2020 16:54:58 +0000 (09:54 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Fri, 7 Feb 2020 14:45:35 +0000 (22:45 +0800)
commit69c2dc937a53f4f35688c1289720625e002f3791
tree30fc725691a932988bcfe1258ea49e86e56a84e6
parentba876079714db52887cab9f068ea1136de4cc107
x86: Give each driver an IRQ type

Add an IRQ type to each driver and use irq_first_device_type() to find
and probe the correct one.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/apollolake/fsp_s.c
arch/x86/cpu/i386/interrupt.c
arch/x86/cpu/intel_common/itss.c
arch/x86/cpu/irq.c
drivers/pinctrl/intel/pinctrl.c