common: Move interrupt functions into a new header
These functions do not use driver model but are fairly widely used in U-Boot. But it is not clear that they will use driver model anytime soon, so we don't want to label them as 'legacy'. Move them to a new irq_func.h header file. Avoid the name 'irq.h' since it is widely used in U-Boot already. Signed-off-by:Simon Glass <sjg@chromium.org> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arc/lib/interrupts.c 1 addition, 0 deletionsarch/arc/lib/interrupts.c
- arch/arm/lib/interrupts.c 1 addition, 0 deletionsarch/arm/lib/interrupts.c
- arch/arm/lib/interrupts_64.c 1 addition, 0 deletionsarch/arm/lib/interrupts_64.c
- arch/arm/lib/interrupts_m.c 1 addition, 0 deletionsarch/arm/lib/interrupts_m.c
- arch/m68k/cpu/mcf5227x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf5227x/interrupts.c
- arch/m68k/cpu/mcf523x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf523x/interrupts.c
- arch/m68k/cpu/mcf52x2/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf52x2/interrupts.c
- arch/m68k/cpu/mcf530x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf530x/interrupts.c
- arch/m68k/cpu/mcf532x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf532x/interrupts.c
- arch/m68k/cpu/mcf5445x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf5445x/interrupts.c
- arch/m68k/cpu/mcf547x_8x/interrupts.c 1 addition, 0 deletionsarch/m68k/cpu/mcf547x_8x/interrupts.c
- arch/m68k/cpu/mcf547x_8x/slicetimer.c 1 addition, 0 deletionsarch/m68k/cpu/mcf547x_8x/slicetimer.c
- arch/m68k/lib/interrupts.c 1 addition, 0 deletionsarch/m68k/lib/interrupts.c
- arch/m68k/lib/time.c 1 addition, 0 deletionsarch/m68k/lib/time.c
- arch/microblaze/cpu/interrupts.c 1 addition, 0 deletionsarch/microblaze/cpu/interrupts.c
- arch/mips/cpu/interrupts.c 1 addition, 0 deletionsarch/mips/cpu/interrupts.c
- arch/mips/mach-jz47xx/jz4780/timer.c 1 addition, 0 deletionsarch/mips/mach-jz47xx/jz4780/timer.c
- arch/nds32/cpu/n1213/ag101/timer.c 1 addition, 0 deletionsarch/nds32/cpu/n1213/ag101/timer.c
- arch/nds32/lib/interrupts.c 1 addition, 0 deletionsarch/nds32/lib/interrupts.c
- arch/nios2/cpu/interrupts.c 1 addition, 0 deletionsarch/nios2/cpu/interrupts.c
Loading
Please register or sign in to comment