Give the FDT interrupt API a more generic naming by replacing the
authorpatrick <patrick@openbsd.org>
Mon, 6 Aug 2018 10:52:30 +0000 (10:52 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 6 Aug 2018 10:52:30 +0000 (10:52 +0000)
commit70e69ae2c8f1f95570aa4a22a5867910cd3b5bff
treef92bc6e6a18c8e59d3220cb816282efb06769a06
parent49658e0caf2c361a9732d0df6097592f779b0718
Give the FDT interrupt API a more generic naming by replacing the
arm_intr_* prefix with fdt_intr_*.

ok kettenis@
27 files changed:
sys/arch/arm/include/fdt.h
sys/arch/arm64/include/fdt.h
sys/arch/octeon/include/fdt.h
sys/arch/octeon/include/intr.h
sys/dev/fdt/ahci_fdt.c
sys/dev/fdt/bcm2835_aux.c
sys/dev/fdt/com_fdt.c
sys/dev/fdt/dwmmc.c
sys/dev/fdt/dwpcie.c
sys/dev/fdt/ehci_fdt.c
sys/dev/fdt/if_dwge_fdt.c
sys/dev/fdt/if_dwxe.c
sys/dev/fdt/if_fec.c
sys/dev/fdt/if_mvneta.c
sys/dev/fdt/imxesdhc.c
sys/dev/fdt/imxgpc.c
sys/dev/fdt/imxgpio.c
sys/dev/fdt/imxiic.c
sys/dev/fdt/imxuart.c
sys/dev/fdt/mvicu.c
sys/dev/fdt/pluart_fdt.c
sys/dev/fdt/rkpcie.c
sys/dev/fdt/sdhc_fdt.c
sys/dev/fdt/sximmc.c
sys/dev/fdt/sxitwi.c
sys/dev/fdt/virtio_mmio.c
sys/dev/fdt/xhci_fdt.c