[PATCH v2 10/17] x86: Give each driver an IRQ type
Bin Meng
bmeng.cn at gmail.com
Tue Feb 4 09:27:33 CET 2020
On Tue, Feb 4, 2020 at 8:20 AM Simon Glass <sjg at chromium.org> wrote:
>
> 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 at chromium.org>
> ---
>
> Changes in v2:
> - Move 'success' comment into previous patch
>
> arch/x86/cpu/apollolake/fsp_s.c | 4 ++--
> arch/x86/cpu/i386/interrupt.c | 3 ++-
> arch/x86/cpu/intel_common/itss.c | 2 +-
> arch/x86/cpu/irq.c | 3 ++-
> drivers/pinctrl/intel/pinctrl.c | 2 +-
> 5 files changed, 8 insertions(+), 6 deletions(-)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list