linux/Documentation/devicetree/bindings/input
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
..
touchscreen dt-bindings: input: document Novatek NVT touchscreen controller 2024-09-29 19:10:43 -07:00
adafruit,seesaw-gamepad.yaml dt-bindings: input: bindings for Adafruit Seesaw Gamepad 2024-01-09 23:45:18 -08:00
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
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
cypress,tm2-touchkey.yaml
cypress-sf.yaml
dlg,da7280.txt
dlg,da9062-onkey.yaml dt-bindings: mfd: dlg,da9063: Convert da9062 to json-schema 2024-02-08 13:06:03 +00:00
dlink,dir685-touchkeys.txt
e3x0-button.txt
elan,ekth3000.yaml
elan,ekth6915.yaml dt-bindings: HID: i2c-hid: elan: Introduce Elan ekth6a12nay 2024-09-03 13:21:21 +02:00
fsl,mpr121-touchkey.yaml
fsl,scu-key.yaml dt-bindings: input: fsl,scu-key: Document wakeup-source 2023-10-29 02:54:51 +00:00
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 dt-bindings: input: gpio-keys: Allow optional dedicated wakeirq 2023-11-30 12:06:55 -08:00
gpio-matrix-keypad.txt
gpio-mouse.yaml dt-bindings: input: gpio-mouse: Convert to json-schema 2023-12-08 23:22:22 +00:00
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 dt-bindings: input: iqs269a: Add bindings for OTP variants 2024-01-01 13:24:03 -08:00
iqs626a.yaml
lpc32xx-key.txt
matrix-keymap.txt
matrix-keymap.yaml
max77650-onkey.yaml
mediatek,mt6779-keypad.yaml dt-bindings: mediatek,mt6779-keypad: add more compatibles 2025-01-07 13:11:54 +01: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 dt-bindings: input: microchip,cap11xx: add advanced sensitivity settings 2023-12-12 19:17:28 -08:00
microchip,qt1050.txt
nvidia,tegra20-kbc.txt
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: qcom,pm8921-keypad: convert to YAML format 2023-10-30 15:03:22 -05:00
qcom,pm8921-pwrkey.yaml
qcom,pm8941-pwrkey.yaml
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 dt-bindings: input: sprd,sc27xx-vibrator: Drop incomplete example 2023-11-29 13:19:36 -08:00
st-keyscan.txt
syna,rmi4.yaml dt-bindings: input: syna,rmi4: Make "additionalProperties: true" explicit 2023-10-30 15:59:17 -05:00
tca8418_keypad.txt
ti,drv260x.yaml
ti,drv266x.yaml dt-bindings: input: convert drv266x to json-schema 2023-12-22 23:24:11 -08: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
tps65218-pwrbutton.txt
twl4030-keypad.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