linux/Documentation/devicetree/bindings/interrupt-controller
Linus Torvalds f345fc7a07 Devicetree updates for v6.14:
DT Bindings:
 - Add Bindings for QCom QCS615 UFS, QCom IPQ5424 DWC3 USB, NXP imx7d
   MIPI DSI, QCom SM8750 PDC, QCom MSM8976 SRAM, QCom ipq6018 temp
   sensor, QCom QCS8300 Power Domain Controller, QCom QCS615 Power Domain
   Controller, QCom QCS615 APSS, QCom QCS615 qfprom, QCom QCS8300
   remoteproc, Mediatek MT6328 PMIC, Allwinner A100 OPP, and NXP iMX35
   GPT
 
 - Convert Altera socfpga-system, raspberrypi,bcm2835-power to DT
   schema
 
 - Add Siflower vendor prefix
 
 - Cleanup display, interrupt-controller, and UFS binding examples'
   indentation
 
 - Document preferred line wrapping (the same as the rest of the kernel)
 
 DT Core:
 - Add warning when of_property_read_bool() is used on non-boolean
   properties
 
 - Restore keeping bootloader DTB when booting with ACPI. Turns out some
   x86 platforms relied on that. Shrug.
 
 - Fix of_find_node_opts_by_path() handling of alias+path+options
 
 - Fix resource bounds checking for empty resources
 
 - A bunch of small fixes/cleanups all over from Zijun Hu
 
 - Cleanups in bin_attribute handling
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmeUF2sACgkQ+vtdtY28
 YcNTOg//Th/uvw3sZqnf/L5LF824B0s8Kx7WauuzUZpg8C1R1OdOdCL8KYWeIqmU
 LfyNxcU9wdSDNv1MBAYzlO8kV9+Cm9NVh8lL9FyFDah6O381SusPXR2GmFVb4yJT
 8xCahYX9N1kHmPKC7iEKtS+z3DP6COUD78wpJ+81SpsfBFOosjtuOtktDIWZyREb
 vHMSQXeDPpdriIT69vq8Ss+tluUr2oiiJstQrVtJhnP/ShtQHfYJcQCFiMaUJXM9
 3uO+ahnVaR5aCvo8WaBIaoiO1iq1CZ9gK585o3y46JvuLyKjwf7I+Y+h82tr55hO
 Vpx3wLX7l9nZ/TeX8e+N9APaUIXrbMzYMj8HN28u8oNlOCpIY3zTx8/Pjs7D5WCU
 csXynvPvI3EivTkpvwCKlgJHpGSBgASEW18ysy7WjcCWlxrw0xLZB6PuGbOmlxyB
 D1CjFGk3atAKGoaZU0RRbmFYslr1SPvjrcJGTgfrfg9JgLIp7hrXxnlVBIK2JayU
 BsEHCMTXgXy5iinCu0fGEwkzAnHB/g/C29rnT7RpnVTZlzcqhIyChG58MEgbHJZO
 3EQ16HNet//hsVpr3a7CkkPksX/7eCgp6zrIhWytvbCCXOpVOz69bfmgoxIR9tdW
 Lwx74nU9bNJISi8WrcgCqNgjBcj/HBOb+wtaHFl/DNG+oXLhVa4=
 =3bID
 -----END PGP SIGNATURE-----

Merge tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux

Pull devicetree updates from Rob Herring:
 "DT Bindings:

   - Add Bindings for QCom QCS615 UFS, QCom IPQ5424 DWC3 USB, NXP imx7d
     MIPI DSI, QCom SM8750 PDC, QCom MSM8976 SRAM, QCom ipq6018 temp
     sensor, QCom QCS8300 Power Domain Controller, QCom QCS615 Power
     Domain Controller, QCom QCS615 APSS, QCom QCS615 qfprom, QCom
     QCS8300 remoteproc, Mediatek MT6328 PMIC, Allwinner A100 OPP, and
     NXP iMX35 GPT

   - Convert Altera socfpga-system, raspberrypi,bcm2835-power to DT
     schema

   - Add Siflower vendor prefix

   - Cleanup display, interrupt-controller, and UFS binding examples'
     indentation

   - Document preferred line wrapping (the same as the rest of the
     kernel)

  DT Core:

   - Add warning when of_property_read_bool() is used on non-boolean
     properties

   - Restore keeping bootloader DTB when booting with ACPI. Turns out
     some x86 platforms relied on that. Shrug.

   - Fix of_find_node_opts_by_path() handling of alias+path+options

   - Fix resource bounds checking for empty resources

   - A bunch of small fixes/cleanups all over from Zijun Hu

   - Cleanups in bin_attribute handling"

* tag 'devicetree-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (50 commits)
  of: address: Fix empty resource handling in __of_address_resource_bounds()
  of/fdt: Restore possibility to use both ACPI and FDT from bootloader
  docs: dt-bindings: Document preferred line wrapping
  dt-bindings: ufs: Correct indentation and style in DTS example
  of: Correct element count for two arrays in API of_parse_phandle_with_args_map()
  of: reserved-memory: Warn for missing static reserved memory regions
  of: Do not expose of_alias_scan() and correct its comments
  dt-bindings: ufs: qcom: Add UFS Host Controller for QCS615
  dt-bindings: usb: qcom,dwc3: Add IPQ5424 to USB DWC3 bindings
  dt-bindings: arm: coresight: Update the pattern of ete node name
  of: Warn when of_property_read_bool() is used on non-boolean properties
  device property: Split property reading bool and presence test ops
  of/fdt: Check fdt_get_mem_rsv() error in early_init_fdt_scan_reserved_mem()
  of: reserved-memory: Move an assignment to effective place in __reserved_mem_alloc_size()
  of: reserved-memory: Do not make kmemleak ignore freed address
  of: reserved-memory: Fix using wrong number of cells to get property 'alignment'
  of: Remove a duplicated code block
  of: property: Avoiding using uninitialized variable @imaplen in parse_interrupt_map()
  of: Correct child specifier used as input of the 2nd nexus node
  dt-bindings: interrupt-controller: ti,omap4-wugen-mpu: Add file extension
  ...
2025-01-24 15:09:20 -08:00
..
abilis,tb10x-ictl.txt
actions,owl-sirq.yaml
al,alpine-msix.txt
allwinner,sun4i-a10-ic.yaml
allwinner,sun6i-a31-r-intc.yaml
allwinner,sun7i-a20-sc-nmi.yaml dt-bindings: irq: sun7i-nmi: Add binding for the H616 NMI controller 2024-04-23 11:33:10 -05:00
amazon,al-fic.txt
amlogic,meson-gpio-intc.yaml dt-bindings: interrupt-controller: Add support for Amlogic-T7 SoCs 2024-02-22 18:04:42 +01:00
apple,aic.yaml dt-bindings: apple,aic: Document A7-A11 compatibles 2024-09-04 20:43:29 +02:00
apple,aic2.yaml
arm,gic-v3.yaml dt-bindings: Fix array property constraints 2024-10-01 21:17:00 -05:00
arm,gic.yaml dt-bindings: interrupt-controller: arm,gic: Correct VGIC interrupt description 2024-12-18 13:29:40 -06:00
arm,nvic.txt
arm,versatile-fpga-irq.txt dt-bindings: interrupt-controller: arm,versatile-fpga-irq: mark oxnas compatible as deprecated 2023-08-14 10:26:56 +02:00
arm,vic.yaml
aspeed,ast2xxx-scu-ic.txt
aspeed,ast2400-i2c-ic.txt
aspeed,ast2400-vic.yaml dt-bindings: interrupt-controller: Correct indentation and style in DTS example 2025-01-10 09:46:07 -06:00
aspeed,ast2700-intc.yaml dt-bindings: interrupt-controller: Add support for ASPEED AST27XX INTC 2024-10-17 21:35:28 +02:00
atmel,aic.yaml dt-bindings: interrupt-controller: Add support for sam9x7 aic 2024-10-02 15:36:47 +02:00
brcm,bcm2835-armctrl-ic.txt dt-bindings: Fix typos 2023-08-18 11:32:25 -05:00
brcm,bcm2836-l1-intc.yaml dt-bindings: interrupt-controller: convert bcm2836-l1-intc to yaml 2024-08-20 11:49:16 -07:00
brcm,bcm6345-l1-intc.txt
brcm,bcm7038-l1-intc.yaml
brcm,bcm7120-l2-intc.yaml dt-bindings: interrupt-controller: Correct indentation and style in DTS example 2025-01-10 09:46:07 -06:00
brcm,l2-intc.yaml
cdns,xtensa-mx.txt
cdns,xtensa-pic.txt
cirrus,clps711x-intc.txt
csky,apb-intc.txt
csky,mpintc.txt
digicolor-ic.txt
ezchip,nps400-ic.txt
faraday,ftintc010.txt
fsl,intmux.yaml dt-bindings: interrupt-controller: fsl,intmux: Include power-domains support 2024-03-06 18:30:59 -06:00
fsl,irqsteer.yaml dt-bindings: interrupt-controller: fsl,irqsteer: Document fsl,imx8qm-irqsteer 2024-09-13 14:01:34 -05:00
fsl,ls-extirq.yaml dt-bindings: interrupt-controller: fsl,ls-extirq: workaround wrong interrupt-map number 2024-10-07 15:09:08 -05:00
fsl,ls-msi.yaml dt-bindings: interrupt-controller: convert fsl,ls-scfg-msi to yaml 2024-07-09 07:40:17 -06:00
fsl,mu-msi.yaml dt-bindings: interrupt-controller: fsl,mu-msi: Drop "interrupt-controller" property 2024-10-01 21:16:29 -05:00
google,goldfish-pic.txt
hisilicon,mbigen-v2.txt
idt,32434-pic.yaml
img,pdc-intc.txt
ingenic,intc.yaml
intel,ce4100-ioapic.yaml
intel,ce4100-lapic.yaml
intel,ixp4xx-interrupt.yaml
interrupts.txt
jcore,aic.txt
kontron,sl28cpld-intc.yaml
loongson,cpu-interrupt-controller.yaml
loongson,eiointc.yaml dt-bindings: interrupt-controller: Add Loongson EIOINTC 2023-06-17 07:16:09 +01:00
loongson,htpic.yaml
loongson,htvec.yaml
loongson,liointc.yaml dt-bindings: interrupt-controller: loongson,liointc: Fix dtbs_check warning for interrupt-names 2024-01-17 12:43:00 +08:00
loongson,ls1x-intc.yaml
loongson,pch-msi.yaml
loongson,pch-pic.yaml
lsi,zevio-intc.txt
marvell,armada-8k-pic.txt
marvell,gicp.txt
marvell,icu.txt
marvell,mpic.yaml dt-bindings: interrupt-controller: convert marvell,mpic binding to YAML 2024-06-28 17:27:44 +02:00
marvell,odmi-controller.txt
marvell,orion-intc.txt
marvell,sei.txt
mediatek,mt6577-sysirq.yaml dt-bindings: interrupt-controller: mediatek,mt6577-sysirq: Drop unnecessary quotes 2024-05-03 07:50:05 -05:00
mediatek,mtk-cirq.yaml
microchip,lan966x-oic.yaml dt-bindings: interrupt-controller: Add support for Microchip LAN966x OIC 2024-06-17 15:48:15 +02:00
microchip,pic32-evic.txt
microchip,sama7g5-eic.yaml dt-bindings: interrupt-controller: microchip,sama7g5-eic: use proper naming syntax 2023-06-12 13:31:21 -06:00
mrvl,intc.yaml
mscc,ocelot-icpu-intr.yaml
msi-controller.yaml
msi.txt
mstar,mst-intc.yaml
mti,cpu-interrupt-controller.yaml
mti,gic.yaml
nuvoton,wpcm450-aic.yaml
nvidia,tegra20-ictlr.txt
nxp,lpc3220-mic.txt
open-pic.txt
opencores,or1k-pic.txt
openrisc,ompic.txt
qca,ath79-cpu-intc.txt
qca,ath79-misc-intc.txt
qcom,mpm.yaml IRQ subsystem changes for v6.8: 2024-01-08 19:35:04 -08:00
qcom,pdc.yaml dt-bindings: interrupt-controller: qcom,pdc: Document SM8750 PDC 2025-01-07 09:10:11 -06:00
ralink,rt2880-intc.yaml dt-bindings: interrupt-controller: add Ralink SoCs interrupt controller 2023-06-27 08:14:38 -06:00
rda,8810pl-intc.yaml
realtek,rtl-intc.yaml dt-bindings: interrupt-controller: realtek,rtl-intc: Add rtl9300-intc 2024-07-12 13:12:00 +02:00
renesas,intc-irqpin.yaml
renesas,irqc.yaml dt-bindings: interrupt-controller: renesas,irqc: Add r8a779g0 support 2024-04-23 11:33:09 -05:00
renesas,rza1-irqc.yaml
renesas,rzg2l-irqc.yaml dt-bindings: interrupt-controller: renesas,rzg2l-irqc: Document RZ/Five SoC 2024-06-05 18:56:53 +02:00
renesas,rzv2h-icu.yaml dt-bindings: interrupt-controller: Add Renesas RZ/V2H(P) Interrupt Controller 2024-10-16 00:01:06 +02:00
riscv,aplic.yaml dt-bindings: interrupt-controller: Add RISC-V advanced PLIC 2024-03-25 17:38:28 +01:00
riscv,cpu-intc.yaml dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema 2024-06-24 13:26:55 -07:00
riscv,imsics.yaml dt-bindings: interrupt-controller: update imsic reg address to 0x24000000 in Example 1 2024-12-17 09:11:30 -06:00
samsung,exynos4210-combiner.yaml
sifive,plic-1.0.0.yaml dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC 2025-01-17 07:53:51 +08:00
snps,arc700-intc.txt
snps,archs-idu-intc.txt
snps,archs-intc.txt
snps,dw-apb-ictl.txt
socionext,synquacer-exiu.yaml
socionext,uniphier-aidet.yaml
st,spear3xx-shirq.txt
st,stih407-irq-syscfg.yaml dt-bindings: correct white-spaces in examples 2023-11-29 14:32:08 -06:00
st,stm32-exti.yaml dt-bindings: interrupt-controller: stm32-exti: Add irq mapping to parent 2024-04-23 00:28:14 +02:00
starfive,jh8100-intc.yaml dt-bindings: interrupt-controller: Add starfive,jh8100-intc 2024-02-26 15:09:18 +01:00
sunplus,sp7021-intc.yaml
technologic,ts4800.txt
thead,c900-aclint-mswi.yaml dt-bindings: interrupt-controller: Add Sophgo sg2042 CLINT mswi 2023-10-06 14:40:09 +01:00
thead,c900-aclint-sswi.yaml dt-bindings: interrupt-controller: Add T-HEAD C900 ACLINT SSWI device 2024-11-07 00:28:27 +01:00
ti,cp-intc.txt
ti,keystone-irq.txt
ti,omap-intc-irq.txt
ti,omap2-intc.txt
ti,omap4-wugen-mpu.txt dt-bindings: interrupt-controller: ti,omap4-wugen-mpu: Add file extension 2025-01-10 09:46:19 -06:00
ti,pruss-intc.yaml dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
ti,sci-inta.yaml dt-bindings: interrupt-controller: ti,sci-inta: Add missing "#interrupt-cells" to example 2024-10-01 21:16:12 -05:00
ti,sci-intr.yaml
via,vt8500-intc.txt