milos-linux/Documentation/devicetree/bindings/input
Linus Torvalds 098b6e44cb Devicetree updates for v7.0:
DT core:
 - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8
 
 - Add a for_each_compatible_node_scoped() loop and convert users in
   cpufreq, dmaengine, clk, cdx, powerpc and Arm
 
 - Simplify of/platform.c with scoped loop helpers
 
 - Add fw_devlink tracking for "mmc-pwrseq"
 
 - Optimize fw_devlink callback code size for pinctrl-N properties
 
 - Replace strcmp_suffix() with strends()
 
 DT bindings:
 - Support building single binding targets
 
 - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst
 
 - Add bindings for Freescale AVIC, Realtek RTD1xxx system controllers,
   Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI WT61P803 PUZZLE, Delta
   Electronics DPS-800-AB power supply, Infineon IR35221 Digital
   Multi-phase Controller, Infineon PXE1610 Digital Dual Output 6+1
   VR12.5 & VR13 CPU Controller, socionext,uniphier-smpctrl, and
   xlnx,zynqmp-firmware
 
 - Lots of trivial binding fixes to address warnings in DTS files. These
   are mostly for arm64 platforms which is getting closer to be warning
   free. Some public shaming has helped.
 
 - Fix I2C bus node names in examples
 
 - Drop obsolete brcm,vulcan-soc binding
 
 - Drop unreferenced binding headers
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmmNLZEACgkQ+vtdtY28
 YcPa+A/+Lpf1FLau//mfndvkzRUvuU5aF3eJdL1FPxfC64Js2cb9ZGSoEK+YDjaV
 XzNIi2Z1j+i4+uf5MTvyGaqaVx3PcQBcQtb7pu+W1pt2KiOzfVqn66EmRsY3b4cc
 twyOwx2sZMTOZambUfZreWwEl6uJiMowIbcLCsnVWihoiGVTnMpnV/jLcO9jISaP
 fe42FX9qN4NL2QqWwcREYuWMuOH7MkHDRNpEhTouWosdmFCp3PkVZcuWv3NKjGMg
 /tsH5X9QMr972A9s8Zk36ijvTv7NN+9t1GOtPS9KGpbwJmyPHr38mG1fsj+P0rY7
 rOXRnT2PScN6kvKZuw0Rex5xeMxrQCzRkFLzyfq2LOsE0GAUyyR3qysNOdH8xO3Z
 3TVMGVaelYw5T+ahie1+gf/H/t+8hGhX3teCo8ORFNYo7oLsA9qNclfd5SW2Acat
 pPK80PXkqTRsQ9lVGfytPZJ+m5OhcTIBdI9ieEXk/kryDAL4dHcB2IIVHM2/qm50
 aGW0Kh0d61Roe0PZ5GEqI/yWPVHZroXEBxT61tDKwPyGawcq4Gs3Sftd6RXbLi8h
 +T6HzkHPZFlKaiLmBC1wqXnEKLd8h72qNjjDdXbRBdLXW6S5hGPtPiLv18ArlmmR
 4eiFX1Tr+pUAt2W/IwZb9H84mGkbJODbI62x9k9rst/vLeHmnjs=
 =RE7t
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Sync dtc/libfdt with upstream v1.7.2-62-ga26ef6400bd8

   - Add a for_each_compatible_node_scoped() loop and convert users in
     cpufreq, dmaengine, clk, cdx, powerpc and Arm

   - Simplify of/platform.c with scoped loop helpers

   - Add fw_devlink tracking for "mmc-pwrseq"

   - Optimize fw_devlink callback code size for pinctrl-N properties

   - Replace strcmp_suffix() with strends()

  DT bindings:

   - Support building single binding targets

   - Convert google,goldfish-fb, cznic,turris-mox-rwtm, ti,prm-inst

   - Add bindings for Freescale AVIC, Realtek RTD1xxx system
     controllers, Microchip 25AA010A EEPROM, OnSemi FIN3385, IEI
     WT61P803 PUZZLE, Delta Electronics DPS-800-AB power supply,
     Infineon IR35221 Digital Multi-phase Controller, Infineon PXE1610
     Digital Dual Output 6+1 VR12.5 & VR13 CPU Controller,
     socionext,uniphier-smpctrl, and xlnx,zynqmp-firmware

   - Lots of trivial binding fixes to address warnings in DTS files.
     These are mostly for arm64 platforms which is getting closer to be
     warning free. Some public shaming has helped.

   - Fix I2C bus node names in examples

   - Drop obsolete brcm,vulcan-soc binding

   - Drop unreferenced binding headers"

* tag 'devicetree-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (60 commits)
  dt-bindings: interrupt-controller: Add compatiblie string fsl,imx(1|25|27|31|35)-avic
  dt-bindings: soc: imx: add fsl,aips and fsl,emi compatible strings
  dt-bindings: display: bridge: lt8912b: Drop reset gpio requirement
  dt-bindings: firmware: fsl,scu: Mark multi-channel MU layouts as deprecated
  cpufreq: s5pv210: Simplify with scoped for each OF child loop
  dmaengine: fsl_raid: Simplify with scoped for each OF child loop
  clk: imx: imx31: Simplify with scoped for each OF child loop
  clk: imx: imx27: Simplify with scoped for each OF child loop
  cdx: Use mutex guard to simplify error handling
  cdx: Simplify with scoped for each OF child loop
  powerpc/wii: Simplify with scoped for each OF child loop
  powerpc/fsp2: Simplify with scoped for each OF child loop
  ARM: exynos: Simplify with scoped for each OF child loop
  ARM: at91: Simplify with scoped for each OF child loop
  of: Add for_each_compatible_node_scoped() helper
  dt-bindings: Fix emails with spaces or missing brackets
  scripts/dtc: Update to upstream version v1.7.2-62-ga26ef6400bd8
  dt-bindings: crypto: inside-secure,safexcel: Mandate only ring IRQs
  dt-bindings: crypto: inside-secure,safexcel: Add SoC compatibles
  of: reserved_mem: Fix placement of __free() annotation
  ...
2026-02-11 18:27:08 -08:00
..
touchscreen New boards: Anberic RG-DS game console, Radxa CM3J module + baseboard 2026-01-28 19:05:34 +01:00
adafruit,seesaw-gamepad.yaml
adc-joystick.yaml
adc-keys.yaml
adi,adp5588.yaml dt-bindings: input: pure gpio support for adp5588 2024-08-28 18:50:45 -07:00
allwinner,sun4i-a10-lradc-keys.yaml dt-bindings: input: sun4i-lradc-keys: Add H616 compatible 2024-05-29 00:14:35 +08:00
ariel-pwrbutton.yaml
atmel,captouch.yaml dt-bindings: input: atmel,captouch: convert bindings to YAML 2024-03-08 16:34:09 -08:00
atmel,maxtouch.yaml dt-bindings: Updates Linus Walleij's mail address 2025-12-16 10:17:59 -06:00
awinic,aw86927.yaml dt-bindings: input: Add Awinic AW86927 2025-09-27 21:51:50 -07:00
azoteq,iqs7222.yaml dt-bindings: Use full path to other schemas 2024-05-08 14:13:46 -05:00
brcm,bcm-keypad.txt
cirrus,cs40l50.yaml dt-bindings: input: cirrus,cs40l50: Add initial DT binding 2024-06-28 15:36:02 +01:00
cirrus,ep9307-keypad.yaml dt-bindings: input: Add Cirrus EP93xx keypad 2024-09-12 14:33:11 +00:00
clps711x-keypad.txt
cpcap-pwrbutton.txt
cypress,cyapa.yaml dt-bindings: Update Krzysztof Kozlowski's email 2025-11-17 11:24:50 -06:00
cypress,tm2-touchkey.yaml
cypress-sf.yaml
dlg,da7280.yaml dt-bindings: input: convert dlg,da7280.txt to dt-schema 2025-05-10 22:30:54 -07:00
dlg,da9062-onkey.yaml
dlink,dir685-touchkeys.txt
e3x0-button.txt
elan,ekth3000.yaml
elan,ekth6915.yaml dt-bindings: HID: i2c-hid: elan: Introduce Elan eKTH8D18 2025-06-17 13:30:30 -07:00
fsl,mpr121-touchkey.yaml
fsl,scu-key.yaml
goodix,gt7375p.yaml
goodix,gt7986u-spifw.yaml dt-bindings: input: Goodix GT7986U SPI HID Touchscreen 2024-11-13 10:56:37 +01:00
google,cros-ec-keyb.yaml
gpio-beeper.yaml
gpio-decoder.txt
gpio-keys.yaml
gpio-matrix-keypad.yaml dt-bindings: input: matrix_keypad - add wakeup-source property 2025-03-04 23:10:53 -08:00
gpio-mouse.yaml
gpio-vibrator.yaml
hid-over-i2c.yaml
ibm,op-panel.yaml
ilitek,ili2901.yaml dt-bindings: HID: i2c-hid: add dedicated Ilitek ILI2901 schema 2024-06-07 11:16:55 +02:00
ilitek,ili9882t.yaml
imx-keypad.yaml
input-reset.txt
input.yaml
iqs62x-keys.yaml
iqs269a.yaml
iqs626a.yaml
matrix-keymap.txt
matrix-keymap.yaml
max77650-onkey.yaml
mediatek,mt6779-keypad.yaml dt-bindings: mediatek,mt6779-keypad: Update Mattijs' email address 2025-04-28 12:14:32 -07:00
mediatek,pmic-keys.yaml dt-bindings: mfd: mediatek: mt6397: Add bindings for MT6328 2025-01-03 15:33:21 -06:00
microchip,cap11xx.yaml
microchip,qt1050.txt
nvidia,tegra20-kbc.txt
nxp,lpc3220-key.yaml dt-bindings: input: convert lpc32xx-key.txt to yaml format 2025-08-21 19:44:12 -07:00
omap-keypad.txt
pine64,pinephone-keyboard.yaml
ps2keyb-mouse-apbps2.txt
pwm-beeper.yaml
pwm-vibrator.yaml
pxa27x-keypad.txt
qcom,pm8xxx-vib.yaml dt-bindings: input: qcom,pm8xxx-vib: Document PM6150 compatible 2024-09-05 07:54:16 -05:00
qcom,pm8921-keypad.yaml dt-bindings: input: Correct indentation and style in DTS example 2025-02-25 09:33:03 -08:00
qcom,pm8921-pwrkey.yaml dt-bindings: input: Correct indentation and style in DTS example 2025-02-25 09:33:03 -08:00
qcom,pm8941-pwrkey.yaml dt-bindings: input: pm8941-pwrkey: Document wakeup-source property 2025-09-24 22:43:06 -07:00
raydium_i2c_ts.txt
regulator-haptic.yaml
rotary-encoder.yaml dt-bindings: input: rotary-encoder: Fix "rotary-encoder,rollover" type 2024-11-04 21:46:41 -08:00
samsung,s3c6410-keypad.yaml dt-bindings: input: samsung,s3c6410-keypad: convert to DT Schema 2024-03-15 11:53:55 -07:00
spear-keyboard.txt
sprd,sc27xx-vibrator.yaml
st-keyscan.txt
syna,rmi4.yaml dt-bindings: Fix emails with spaces or missing brackets 2026-02-03 20:58:12 -06:00
ti,drv260x.yaml
ti,drv266x.yaml dt-bindings: Remove extra blank lines 2025-11-17 11:24:50 -06:00
ti,nspire-keypad.yaml dt-bindings: input: ti,nspire-keypad: convert to YAML format 2024-07-08 10:08:11 -07:00
ti,palmas-pwrbutton.txt
ti,tca8418.yaml dt-bindings: input: convert tca8418_keypad.txt to yaml format 2025-09-17 22:09:03 -07:00
ti,twl4030-keypad.yaml dt-bindings: input: ti,twl4030-keypad: convert to DT schema 2025-10-17 21:50:01 -07:00
tps65218-pwrbutton.txt
zii,rave-sp-pwrbutton.yaml dt-bindings: input: convert zii,rave-sp-pwrbutton.txt to yaml 2024-10-28 12:40:54 -05:00