linux/Documentation/devicetree/bindings/input
Linus Torvalds 71a5cc28e8 - Core Frameworks
- Add support for Software Nodes to MFD Core
    - Remove support for Device Properties from MFD Core
    - Use standard APIs in MFD Core
 
  - New Drivers
    - Add support for ROHM BD9576MUF and BD9573MUF PMICs
    - Add support for Netronix Embedded Controller, PWM and RTC
    - Add support for Actions Semi ATC260x PMICs and OnKey
 
  - New Device Support
    - Add support for DG1 PCIe Graphics Card to Intel PMT
    - Add support for ROHM BD71815 PMIC to ROHM BD71828
    - Add support for Tolino Shine 2 HD to Netronix Embedded Controller
    - Add support for AX10 BMC Secure Updates to Intel M10 BMC
 
  - Removed Device Support
    - Remove Arizona Extcon support from MFD
    - Remove ST-E AB8500 Power Supply code from MFD
    - Remove AB3100 altogether
 
  - New Functionality
    - Add support for SMBus and I2C modes to Dialog DA9063
    - Switch to using Software Nodes in Intel (various)
 
  - New/converted Device Tree bindings; rohm,bd71815-pmic, rohm,bd9576-pmic,
                                        netronix,ntxec, actions,atc260x,
 				       ricoh,rn5t618, qcom-pm8xxx
 
 - Fix-ups
    - Fix error handling/path; intel_pmt
    - Simplify code; rohm-bd718x7, ab8500-core, intel-m10-bmc
    - Trivial clean-ups (reordering, spelling); rohm-generic, rn5t618, max8997
    - Use correct data-type; db8500-prcmu
    - Remove superfluous code; lp87565, intel_quark_i2c_gpi, lpc_sch, twl
    - Use generic APIs/defines; lm3533-core, intel_quark_i2c_gpio
    - Regmap related fix-ups; intel-m10-bmc, sec-core
    - Reorder resource freeing during remove; intel_quark_i2c_gpio
    - Make table indexing more robust; intel_quark_i2c_gpio
    - Fix reference imbalances; arizona-irq
    - Staticify and (un)constify things; arizona-spi, stmpe, ene-kb3930,
                                         intel-lpss-acpi, intel-lpss-pci,
                                         atc260x-i2c, intel_quark_i2c_gpio
 
  - Bug Fixes
    - Fix incorrect (register) values; intel-m10-bmc
    - Kconfig related fixes; ABX500_CORE
    - Do not clear the Auto Reload Register; stm32-timers
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmCJIPEACgkQUa+KL4f8
 d2FRZA//Xu9f8u2uLuIfuhxIjUUXOqIjRAFnkhKlgGZhKsY8BohjQ80Tj9yp6UKy
 St6ABwACO0hJap4zL4FxPW9+HXTmqZvAibnvHnvZdYSQ3ai6x9h6kTNvhSNLeRQU
 fuY7eN8kpAHHiHNKNJCsQLQMvcIyP7+0KAP6qir5GYsMjiXspWq7THUnfBi2JXC6
 y60guDo9XrgmQTO+pB870UJrKLM/h+iiohNRGxLFlShKhFCgbTB/wyw6bFeKy1SB
 0/6XuY6fOt1IQyBDuzw383Q2faMWO9U+es29bwvFxdqJDK0MHQXC47zBba2q94wL
 /9i/HSoz9dRHnTJNYUKWsVcPv4T84w/Iq7scyDvE00ubehJ+oo/M7Au3M6Tt3M1/
 6lBAwFYXiwhQnp9EP3nwPwgJF6JzX1IGuMOsUAqrVFOEMuIkZKbRdUlatUhqepJT
 spV4/TOfztAhY/7BzEOZLnF8cFNjmL5sn42/UzSRW708V5SxuTNsS48KJ4l0c7Er
 CZSTlR/T1rKkWqf7ejaS2TNqMCdYyB3vZW0quDxZTHTZHv9huNUvtbKPR7jmd+4p
 mrMIik7EE4BzC5m8tBPnXXZl+Og0keeYv4LUDBuLDX1agrxYIErl4ITvQTqqMfX1
 Jt14SIjSO56iu2ngQuvGWwegVK4/urO2kBJKUAH1QN1OocNaajQ=
 =IJSL
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull MFD updates from Lee Jones:
 "Core Framework:
   - Add support for Software Nodes to MFD Core
   - Remove support for Device Properties from MFD Core
   - Use standard APIs in MFD Core

  New Drivers:
   - Add support for ROHM BD9576MUF and BD9573MUF PMICs
   - Add support for Netronix Embedded Controller, PWM and RTC
   - Add support for Actions Semi ATC260x PMICs and OnKey

  New Device Support:
   - Add support for DG1 PCIe Graphics Card to Intel PMT
   - Add support for ROHM BD71815 PMIC to ROHM BD71828
   - Add support for Tolino Shine 2 HD to Netronix Embedded Controller
   - Add support for AX10 BMC Secure Updates to Intel M10 BMC

  Removed Device Support:
   - Remove Arizona Extcon support from MFD
   - Remove ST-E AB8500 Power Supply code from MFD
   - Remove AB3100 altogether

  New Functionality:
   - Add support for SMBus and I2C modes to Dialog DA9063
   - Switch to using Software Nodes in Intel (various)

  New/converted Device Tree bindings:
   - rohm bd71815-pmic, rohm bd9576-pmic, netronix ntxec, actions
     atc260x, ricoh rn5t618, qcom pm8xxx

- Fix-ups:
   - Fix error handling/path; intel_pmt
   - Simplify code; rohm-bd718x7, ab8500-core, intel-m10-bmc
   - Trivial clean-ups (reordering, spelling); rohm-generic, rn5t618,
     max8997
   - Use correct data-type; db8500-prcmu
   - Remove superfluous code; lp87565, intel_quark_i2c_gpi, lpc_sch, twl
   - Use generic APIs/defines; lm3533-core, intel_quark_i2c_gpio
   - Regmap related fix-ups; intel-m10-bmc, sec-core
   - Reorder resource freeing during remove; intel_quark_i2c_gpio
   - Make table indexing more robust; intel_quark_i2c_gpio
   - Fix reference imbalances; arizona-irq
   - Staticify and (un)constify things; arizona-spi, stmpe, ene-kb3930,
     intel-lpss-acpi, intel-lpss-pci, atc260x-i2c, intel_quark_i2c_gpio

  Bug Fixes:
   - Fix incorrect (register) values; intel-m10-bmc
   - Kconfig related fixes; ABX500_CORE
   - Do not clear the Auto Reload Register; stm32-timers"

* tag 'mfd-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (84 commits)
  mfd: intel-m10-bmc: Add support for MAX10 BMC Secure Updates
  Revert "mfd: max8997: Add of_compatible to Extcon and Charger mfd_cell"
  mfd: twl: Remove unused inline function twl4030charger_usb_en()
  dt-bindings: mfd: Convert pm8xxx bindings to yaml
  dt-bindings: mfd: Add compatible for pmk8350 rtc
  i2c: designware: Get rid of legacy platform data
  mfd: intel_quark_i2c_gpio: Convert I²C to use software nodes
  mfd: lpc_sch: Partially revert "Add support for Intel Quark X1000"
  mfd: arizona: Fix rumtime PM imbalance on error
  mfd: max8997: Replace 8998 with 8997
  mfd: core: Use acpi_find_child_device() for child devices lookup
  mfd: intel_quark_i2c_gpio: Don't play dirty trick with const
  mfd: intel_quark_i2c_gpio: Enable MSI interrupt
  mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexing
  mfd: ntxec: Support for EC in Tolino Shine 2 HD
  mfd: stm32-timers: Avoid clearing auto reload register
  mfd: intel_quark_i2c_gpio: Replace I²C speeds with descriptive definitions
  mfd: intel_quark_i2c_gpio: Remove unused struct device member
  mfd: intel_quark_i2c_gpio: Unregister resources in reversed order
  mfd: Kconfig: ABX500_CORE should depend on ARCH_U8500
  ...
2021-04-28 15:59:13 -07:00
..
rmi4 dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
touchscreen dt-bindings: fix references for iio-bindings.txt 2021-04-09 14:18:49 -05:00
adc-joystick.yaml dt-bindings: fix references for iio-bindings.txt 2021-04-09 14:18:49 -05:00
adc-keys.txt dt-bindings: input: adc-keys: clarify description 2021-01-05 14:22:01 -08:00
allwinner,sun4i-a10-lradc-keys.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
ariel-pwrbutton.yaml dt-bindings: input: Add Dell Wyse 3020 Power Button binding 2020-12-09 17:47:38 -08:00
atmel,captouch.txt Input: add Atmel Captouch Button driver 2016-05-18 15:08:19 -07:00
atmel,maxtouch.yaml Input: atmel_mxt_ts - convert bindings to YAML and extend 2020-11-17 18:14:14 -08:00
brcm,bcm-keypad.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
cap11xx.txt
clps711x-keypad.txt input: clps711x-keypad: Changing the compatibility string to match with the smallest supported chip 2016-07-06 17:38:18 +02:00
cpcap-pwrbutton.txt input: cpcap-pwrbutton: New driver 2017-04-11 15:18:09 +01:00
cypress,cyapa.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
cypress,tm2-touchkey.yaml dt-bindings: input: tm2-touchkey: document vddio-supply 2020-12-09 19:47:10 -08:00
da9062-onkey.txt Input: da9062 - update bindings docs to account for da9061 2016-11-08 16:23:50 -08:00
dlg,da7280.txt dt-bindings: input: Add document bindings for DA7280 2020-12-11 00:21:25 -08:00
dlink,dir685-touchkeys.txt Input: add D-Link DIR-685 touchkeys driver 2017-06-05 15:35:32 -07:00
e3x0-button.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
elan_i2c.txt dt-bindings: add more optional properties for elan_i2c touchpads 2019-05-27 18:50:43 -07:00
fsl-mma8450.txt
fsl,mpr121-touchkey.yaml dt-bindings: Drop unnecessary *-supply schemas properties 2020-12-22 18:58:02 -07:00
goodix,gt7375p.yaml dt-bindings: input: HID: i2c-hid: Introduce bindings for the Goodix GT7375P 2021-01-18 16:56:22 +01:00
google,cros-ec-keyb.yaml dt-bindings: input: cros-ec-keyb: Add a new property describing top row 2021-02-22 21:22:13 -08:00
gpio-beeper.txt
gpio-decoder.txt Input: add generic input driver to read encoded GPIO lines 2016-08-29 20:24:23 -07:00
gpio-keys.yaml dt-bindings: Fix JSON pointers 2020-12-18 15:14:44 -06:00
gpio-matrix-keypad.txt Input: matrix_keypad - add option to drive inactive columns 2017-03-29 00:25:01 -07:00
gpio-mouse.txt Input: gpio_mouse - add DT bindings 2017-10-19 17:08:45 -07:00
gpio-vibrator.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
hid-over-i2c.txt Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid 2018-08-20 15:59:01 -07:00
ilitek,ili2xxx.txt Input: ili210x - add ili2120 support 2020-02-10 10:00:22 -08:00
imx-keypad.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
input-reset.txt Input: dt-bindings - fix a typo in file input-reset.txt 2018-11-12 11:52:05 -08:00
input.yaml - Core Frameworks 2021-04-28 15:59:13 -07:00
iqs62x-keys.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
iqs269a.yaml dt-bindings: Remove more cases of 'allOf' containing a '$ref' 2020-06-11 13:50:43 -06:00
lpc32xx-key.txt Input: lpc32xx-key - add clocks property and fix DT binding example 2019-04-04 11:51:26 -07:00
matrix-keymap.txt dt-bindings: input: Convert matrix-keymap to json-schema 2020-07-09 17:28:16 -06:00
matrix-keymap.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
max77650-onkey.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
microchip,qt1050.txt Input: qt1050 - add Microchip AT42QT1050 support 2019-05-07 14:12:43 -07:00
mtk-pmic-keys.txt dt-bindings: input: Add common input binding in json-schema 2019-10-15 17:43:51 -07:00
nvidia,tegra20-kbc.txt Documentation: devicetree: fix reference to legacy wakeup properties 2015-10-30 13:04:19 -05:00
omap-keypad.txt
ps2keyb-mouse-apbps2.txt
pwm-beeper.txt Input: pwm-beeper - support customized freq for SND_BELL 2017-03-07 10:39:23 -08:00
pwm-vibrator.txt Input: pwm-vibrator - correct pwms in DT binding example 2018-09-28 17:33:30 -07:00
pxa27x-keypad.txt
qcom,pm8xxx-keypad.txt Documentation: devicetree: fix reference to legacy wakeup properties 2015-10-30 13:04:19 -05:00
qcom,pm8xxx-pwrkey.txt
qcom,pm8xxx-vib.txt Input: pm8xxx-vib - add support for pm8916's vibrator 2017-04-05 08:52:39 -07:00
qcom,pm8941-pwrkey.txt Input: pm8941-pwrkey - add resin entry 2018-07-30 23:11:17 -07:00
raydium_i2c_ts.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
regulator-haptic.txt
rotary-encoder.txt docs: Fix some broken references 2018-06-15 18:10:01 -03:00
samsung-keypad.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
snvs-pwrkey.txt
spear-keyboard.txt
sprd,sc27xx-vibrator.yaml dt-bindings: input: Add compatible string for SC2721 and SC2730 2020-12-11 19:00:20 -08:00
st-keyscan.txt
stmpe-keypad.txt
tca8418_keypad.txt
ti,drv260x.txt dt-bindings: input: ti,drv260x: fix typo in property name 2017-07-17 12:41:12 -05:00
ti,drv2665.txt
ti,drv2667.txt
ti,nspire-keypad.txt
ti,palmas-pwrbutton.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
tps65218-pwrbutton.txt dt-bindings: input: Specify the interrupt number of TPS65217 power button 2016-12-27 10:06:00 -08:00
twl4030-keypad.txt
twl4030-pwrbutton.txt dt-bindings: mfd: Fix typo in file name of twl-familly.txt 2020-03-03 16:39:05 -06:00
zii,rave-sp-pwrbutton.txt Input: add RAVE SP Powerbutton driver 2018-03-08 15:34:45 -08:00