linux/Documentation/devicetree/bindings/input/touchscreen
Linus Torvalds 3a9b0a46e1 - Remove Drivers
- Remove support for TI TPS80031/TPS80032 PMICs
 
  - New Device Support
    - Add support for Magnetic Reader to TI AM335x
    - Add support for DA9063_EA to Dialog DA9063
    - Add support for SC2730 PMIC to Spreadtrum SC27xx
    - Add support for MacBookPro16,2 ICL-N UART Intel LPSS PCI
    - Add support for lots of new PMICS in QCom SPMI PMIC
    - Add support for ADC to Diolan DLN2
 
  - New Functionality
    - Add support for Power Off to Rockchip RK817
 
  - Fix-ups
    - Simplify Regmap passing to child devices; hi6421-spmi-pmic
    - SPDX licensing updates; ti_am335x_tscadc
    - Improve error handling; ti_am335x_tscadc
    - Expedite clock search; ti_am335x_tscadc
    - Generic simplifications; ti_am335x_tscadc
    - Use generic macros/defines; ti_am335x_tscadc
    - Remove unused code; ti_am335x_tscadc, cros_ec_dev
    - Convert to GPIOD; wcd934x
    - Add namespacing; ti_am335x_tscadc
    - Restrict compilation to relevant arches; intel_pmt
    - Provide better description/documentation; exynos_lpass
    - Add SPI device ID table; altera-a10sr, motorola-cpcap, sprd-sc27xx-spi
    - Change IRQ handling; qcom-pm8xxx
    - Split out I2C and SPI code; arizona
    - Explicitly include used headers; altera-a10sr
    - Convert sysfs show() function to; sysfs_emit
    - Standardise *_exit() and *_remove() return values; mc13xxx, stmpe, tps65912
    - Trivial (style/spelling/whitespace) fixups; ti_am335x_tscadc, qcom-spmi-pmic,
                                                  max77686-private
    - Device Tree fix-ups; ti,am3359-tscadc, samsung,s2mps11, samsung,s2mpa01,
                           samsung,s5m8767, brcm,misc, brcm,cru, syscon, qcom,tcsr,
 			  xylon,logicvc, max77686, x-powers,ac100, x-powers,axp152,
 			  x-powers,axp209-gpio, syscon, qcom,spmi-pmic
 
  - Bug Fixes
    - Balance refcounting (get/put); ti_am335x_tscadc, mfd-core
    - Fix IRQ trigger type; sec-irq, max77693, max14577
    - Repair off-by-one; altera-sysmgr
    - Add explicit 'select MFD_CORE' to MFD_SIMPLE_MFD_I2C
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmGJTIAACgkQUa+KL4f8
 d2FYsRAAhcTUP7PH5gWko1mQnCzh6h3Q7iQ1MHEokZgIvqc/U2Zmxu57cF9f3jOt
 goZdVsU7x6qiMD4SfmInyEp32Emo1pbUTVz6kB3o0G+YACPHOU17xyKuh0FnzQkm
 yu/EbEDYNPbNWx9BTA9wgjSOTzCrKMBSd/p9zPzq9M69ihAf2uE9sn5Hbmso1Pdu
 tSJ7XYqWVwYzZh8OVzQd6lEIDkA+o+/gR4nCgxqAvGiXQq6yVVOCpnNzj4GrAcep
 hkuQVkg14+rmXRbLiZsmc1V+yT13bueKu2fD96gMFpXI8NkR1KZ6QRInI6FtJcl/
 m2LGPUuICpd2IiKRa1XtXFZWcMbZ2JVjJSWArgfHj7YBs9+0KcRsbpfHHirpcf14
 9LFy4TzjX2A1K0vvKhHSTAhh13HFcvWyd0GCrEhLRmapeiLDXohkUHGMVFVedXzE
 tQLCEByjcL+/OCJiQ4Jwk1aaU2cAVEXtvYuciXcBOtHkfaQR/bOYwjRm4Z3AdZyU
 zLYMkw/LWvzAaV3Rh1zP6W47WLFHbeMgTmApFOSxAbRsmun0loasVzXWrkvxZlYF
 p39l4UcSOIK08PzxqF9ZEM/LtUglShbZbg2wf0VSHzomA+oIsxT7fN16vPHLYDYL
 tsQ5fYVN0a3j4ltKFeQl7l2HV/ZzUI/Q6iGmMia5sFbwRN8tlZM=
 =SJ7N
 -----END PGP SIGNATURE-----

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

Pull MFD updates from Lee Jones:
 "Removed Drivers:
   - Remove support for TI TPS80031/TPS80032 PMICs

  New Device Support:
   - Add support for Magnetic Reader to TI AM335x
   - Add support for DA9063_EA to Dialog DA9063
   - Add support for SC2730 PMIC to Spreadtrum SC27xx
   - Add support for MacBookPro16,2 ICL-N UART Intel LPSS PCI
   - Add support for lots of new PMICS in QCom SPMI PMIC
   - Add support for ADC to Diolan DLN2

  New Functionality:
   - Add support for Power Off to Rockchip RK817

  Fix-ups:
   - Simplify Regmap passing to child devices in hi6421-spmi-pmic
   - SPDX licensing updates in ti_am335x_tscadc
   - Improve error handling in ti_am335x_tscadc
   - Expedite clock search in ti_am335x_tscadc
   - Generic simplifications in ti_am335x_tscadc
   - Use generic macros/defines in ti_am335x_tscadc
   - Remove unused code in ti_am335x_tscadc, cros_ec_dev
   - Convert to GPIOD in wcd934x
   - Add namespacing in ti_am335x_tscadc
   - Restrict compilation to relevant arches in intel_pmt
   - Provide better description/documentation in exynos_lpass
   - Add SPI device ID table in altera-a10sr, motorola-cpcap,
     sprd-sc27xx-spi
   - Change IRQ handling in qcom-pm8xxx
   - Split out I2C and SPI code in arizona
   - Explicitly include used headers in altera-a10sr
   - Convert sysfs show() function to in sysfs_emit
   - Standardise *_exit() and *_remove() return values in mc13xxx,
     stmpe, tps65912
   - Trivial (style/spelling/whitespace) fixups in ti_am335x_tscadc,
     qcom-spmi-pmic, max77686-private
   - Device Tree fix-ups in ti,am3359-tscadc, samsung,s2mps11,
     samsung,s2mpa01, samsung,s5m8767, brcm,misc, brcm,cru, syscon,
     qcom,tcsr, xylon,logicvc, max77686, x-powers,ac100,
     x-powers,axp152, x-powers,axp209-gpio, syscon, qcom,spmi-pmic

  Bug Fixes:
   - Balance refcounting (get/put) in ti_am335x_tscadc, mfd-core
   - Fix IRQ trigger type in sec-irq, max77693, max14577
   - Repair off-by-one in altera-sysmgr
   - Add explicit 'select MFD_CORE' to MFD_SIMPLE_MFD_I2C"

* tag 'mfd-next-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (95 commits)
  mfd: simple-mfd-i2c: Select MFD_CORE to fix build error
  mfd: tps80031: Remove driver
  mfd: max77686: Correct tab-based alignment of register addresses
  mfd: wcd934x: Replace legacy gpio interface for gpiod
  dt-bindings: mfd: qcom: pm8xxx: Add pm8018 compatible
  mfd: dln2: Add cell for initializing DLN2 ADC
  mfd: qcom-spmi-pmic: Add missing PMICs supported by socinfo
  mfd: qcom-spmi-pmic: Document ten more PMICs in the binding
  mfd: qcom-spmi-pmic: Sort compatibles in the driver
  mfd: qcom-spmi-pmic: Sort the compatibles in the binding
  mfd: janz-cmoio: Replace snprintf in show functions with sysfs_emit
  mfd: altera-a10sr: Include linux/module.h
  mfd: tps65912: Make tps65912_device_exit() return void
  mfd: stmpe: Make stmpe_remove() return void
  mfd: mc13xxx: Make mc13xxx_common_exit() return void
  dt-bindings: mfd: syscon: Add samsung,exynosautov9-sysreg compatible
  mfd: altera-sysmgr: Fix a mistake caused by resource_size conversion
  dt-bindings: gpio: Convert X-Powers AXP209 GPIO binding to a schema
  dt-bindings: mfd: syscon: Add rk3368 QoS register compatible
  mfd: arizona: Split of_match table into I2C and SPI versions
  ...
2021-11-08 12:07:52 -08:00
..
ad7879.txt dt-bindings: input: touchscreen: ad7879: generic node names in example 2019-11-11 16:03:13 -08:00
ads7846.txt Input: ads7846 - add support for general touchscreen bindings 2019-08-09 07:44:11 -07:00
ar1021.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
auo_pixcir_ts.txt
azoteq,iqs5xx.yaml dt-bindings: input: iqs5xx: Convert to YAML 2021-03-25 11:14:10 -07:00
brcm,iproc-touchscreen.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
bu21013.txt Input: bu21013_ts - switch to using standard touchscreen properties 2019-09-02 09:07:38 -07:00
bu21029.txt Input: add bu21029 touch driver 2018-06-24 15:20:12 -07:00
chipone,icn8318.yaml dt-bindings: input: Convert ChipOne ICN8318 binding to a schema 2021-07-23 17:37:16 -07:00
colibri-vf50-ts.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
cypress,cy8ctma140.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
cypress,cy8ctma340.yaml Input: cyttsp - convert bindings to YAML and extend 2021-05-26 16:58:57 -07:00
edt-ft5x06.yaml dt-bindings: input: touchscreen: edt-ft5x06: add iovcc-supply 2021-06-01 21:35:22 -07:00
eeti,exc3000.yaml Input: exc3000 - add reset gpio support 2020-08-06 17:34:18 -07:00
eeti.txt dt-bindings: input: touchscreen: add bindings for eeti touchscreen controller 2018-07-04 16:07:49 +00:00
egalax-ts.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ektf2127.txt dt-bindings: input: ektf2127: Add elan,ektf2132 compatible string 2020-11-08 18:34:00 -08:00
elan,elants_i2c.yaml dt-bindings: Add missing array size constraints 2021-01-11 17:42:25 -06:00
fsl-mx25-tcq.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
goodix.yaml dt-bindings: input: touchscreen: goodix: Add binding for GT9286 IC 2021-01-09 22:23:43 -08:00
hideep.txt Devicetree updates for 4.19: 2018-08-14 12:41:49 -07:00
hycon,hy46xx.yaml dt-bindings: touchscreen: Add HY46XX bindings 2021-04-13 19:08:28 -07:00
ilitek_ts_i2c.yaml dt-bindings: input: touchscreen: ilitek_ts_i2c: Add bindings 2021-04-09 23:23:01 -07:00
imx6ul_tsc.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
lpc32xx-tsc.txt
max11801-ts.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
melfas,mms114.yaml Input: mms114 - convert bindings to YAML and extend 2021-04-09 23:23:01 -07:00
melfas_mip4.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mstar,msg2638.yaml dt-bindings: input/touchscreen: add bindings for msg2638 2021-04-09 22:42:31 -07:00
pixcir,pixcir_ts.yaml dt-bindings: input: Convert Pixcir Touchscreen binding to a schema 2021-07-23 17:37:17 -07:00
raspberrypi,firmware-ts.txt Input: add official Raspberry Pi's touchscreen driver 2018-12-21 01:00:27 -08:00
resistive-adc-touch.yaml dt-bindings: touchscreen: resistive-adc-touch: add support for z1 and z2 channels 2021-05-25 13:05:27 -07:00
samsung,s6sy761.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
silead,gsl1680.yaml dt-bindings: input: Convert Silead GSL1680 binding to a schema 2021-10-18 14:22:03 -05:00
sis_i2c.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
sitronix,st1232.yaml dt-bindings: input: touchscreen: st1232: Convert to json-schema 2021-06-18 21:28:23 -07:00
st,stmfts.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
stmpe.txt iio: adc: add STMPE ADC devicetree bindings 2019-01-16 12:37:36 +00:00
sx8654.txt Input: sx8654 - add sx8650 support 2019-01-28 16:30:43 -08:00
ti,am3359-tsc.yaml dt-bindings: touchscreen: ti,am3359-tsc: New yaml description 2021-10-20 17:07:14 +01:00
ti,tsc2005.yaml dt-bindings: input: tsc2005: Convert to YAML schema 2021-08-29 19:15:48 -07:00
touchscreen.txt dt-bindings: touchscreen: Add touchscreen schema 2020-01-27 14:26:09 -08:00
touchscreen.yaml dt-bindings: touchscreen: add touchscreen-x/y-plate-ohms property 2021-05-25 13:05:25 -07:00
ts4800-ts.txt Input: add touchscreen support for TS-4800 2015-12-16 14:00:51 -08:00
tsc2007.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
zet6223.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
zforce_ts.txt
zinitix.txt dt-bindings: input/touchscreen: add bindings for zinitix 2020-10-04 16:08:08 -07:00