acrn-kernel/Documentation/devicetree/bindings/hwmon
Linus Torvalds 706eacadd5 Devicetree updates for v6.1:
DT core:
 
 - Fix node refcounting in of_find_last_cache_level()
 
 - Constify device_node in of_device_compatible_match()
 
 - Fix 'dma-ranges' handling in bus controller nodes
 
 - Fix handling of initrd start > end
 
 - Improve error reporting in of_irq_init()
 
 - Taint kernel on DT unittest running
 
 - Use strscpy instead of strlcpy
 
 - Add a build target, dt_compatible_check, to check for
   compatible strings used in kernel sources against compatible strings
   in DT schemas.
 
 - Handle DT_SCHEMA_FILES changes when rebuilding
 
 DT bindings:
 
 - LED bindings for MT6370 PMIC
 
 - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
   mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
   and arm,versatile-sysreg to DT schema format
 
 - Add nvmem cells to u-boot,env schema
 
 - Add more LED_COLOR_ID definitions
 
 - Require 'opp-table' uses to be a node
 
 - Various schema fixes to match QEMU 'virt' DT usage
 
 - Tree wide dropping of redundant 'Device Tree Binding' in schema titles
 
 - More (unevaluated|additional)Properties fixes in schema child nodes
 
 - Drop various redundant minItems equal to maxItems
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmM7QzsACgkQ+vtdtY28
 YcNMgg//eZr/y+FUyF3tE7DRRmCzbptAfRG0Ccmj6z0VM9HNmOiacnNdqGjOFHj6
 CCFUHYsFJhiTwgM5MzMMZcQetrF+dZDok5HQNAkYqz5jtdcg1T0ZgrcpHcZpxfGv
 lpAFaDkyoWQ7BXJbgLJJFP6pZ4IDyekWjU49php5pYlmTvzLwMvYW2MYvElLJ4It
 tKi0XAzVyT/TrynFAOYDVO+kwZ4DDctsJM44K0LRW0e05Den9zCZDeVXik0J9l8o
 jMpVy5xgqAbNUe/TCj8n91nG/Cl3wiW8l8JGWPAcb3D1Em6CQlsJCGN1a/rSHUiE
 Pseql1ufUzpjcpTMnmdbRE/jWwJcLI2DqandxqIrEpUFmF4hlGeSviKib9qtacN0
 pWC5pZgxrWvM9rHbbe2cYLozkYd8eiRo2l8hfefTopYbQ3UHa2hsU+f6vm9t0Gru
 vxH7BmdlI22aGlnP0jl8t84v5cpu8O4C6Zmf2B/b5xj3Tif2GTLU1aYPuX3PkqHL
 F9Ni+JqhnQBl1+t90PJogEFicjeyrjUO9lkKbzuoWwiJk5AgJcGck8tkBotlWYPc
 B59DTigELMlssYIoF4/oX8ZF1QVmws6Xc0f9/GkgCEA0bR1qdo63qPjM9FIpd1G4
 9sUhxiQbPCtIMMwD1M26LGUE/C4WESL9VXjdakoMaj7ekon2vjw=
 =IDIz
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Fix node refcounting in of_find_last_cache_level()

   - Constify device_node in of_device_compatible_match()

   - Fix 'dma-ranges' handling in bus controller nodes

   - Fix handling of initrd start > end

   - Improve error reporting in of_irq_init()

   - Taint kernel on DT unittest running

   - Use strscpy instead of strlcpy

   - Add a build target, dt_compatible_check, to check for compatible
     strings used in kernel sources against compatible strings in DT
     schemas.

   - Handle DT_SCHEMA_FILES changes when rebuilding

  DT bindings:

   - LED bindings for MT6370 PMIC

   - Convert Mediatek mtk-gce mailbox, MIPS CPU interrupt controller,
     mt7621 I2C, virtio,pci-iommu, nxp,tda998x, QCom fastrpc, qcom,pdc,
     and arm,versatile-sysreg to DT schema format

   - Add nvmem cells to u-boot,env schema

   - Add more LED_COLOR_ID definitions

   - Require 'opp-table' uses to be a node

   - Various schema fixes to match QEMU 'virt' DT usage

   - Tree wide dropping of redundant 'Device Tree Binding' in schema
     titles

   - More (unevaluated|additional)Properties fixes in schema child nodes

   - Drop various redundant minItems equal to maxItems"

* tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (62 commits)
  of: base: Shift refcount decrement in of_find_last_cache_level()
  dt-bindings: leds: Add MediaTek MT6370 flashlight
  dt-bindings: leds: mt6370: Add MediaTek MT6370 current sink type LED indicator
  dt-bindings: mailbox: Convert mtk-gce to DT schema
  of: base: make of_device_compatible_match() accept const device node
  of: Fix "dma-ranges" handling for bus controllers
  of: fdt: Remove unused struct fdt_scan_status
  dt-bindings: display: st,stm32-dsi: Handle data-lanes in DSI port node
  dt-bindings: timer: Add power-domains for TI timer-dm on K3
  dt: Add a check for undocumented compatible strings in kernel
  kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
  dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
  dt-bindings: i2c: migrate mt7621 text bindings to YAML
  dt-bindings: power: gpcv2: correct patternProperties
  dt-bindings: virtio: Convert virtio,pci-iommu to DT schema
  dt-bindings: timer: arm,arch_timer: Allow dual compatible string
  dt-bindings: arm: cpus: Add kryo240 compatible
  dt-bindings: display: bridge: nxp,tda998x: Convert to json-schema
  dt-bindings: nvmem: u-boot,env: add basic NVMEM cells
  dt-bindings: remoteproc: qcom,adsp: enforce smd-edge schema
  ...
2022-10-10 13:13:51 -07:00
..
pmbus dt-bindings: hwmon/pmbus: Add ti,lm25066 power-management IC 2021-10-12 07:22:41 -07:00
adc128d818.txt
adi,ad741x.yaml
adi,adm1177.yaml dt-bindings: Drop Beniamin Bia and Stefan Popa 2022-08-12 11:13:32 -06:00
adi,adm1266.yaml
adi,adm1275.yaml dt-bindings: hwmon: Add sample averaging properties for ADM1275 2022-03-02 09:57:22 -08:00
adi,axi-fan-control.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
adi,ltc2947.yaml dt-bindings: Cleanup standard unit properties 2021-01-29 16:36:06 -06:00
adi,ltc2992.yaml
adi,max31760.yaml dt-bindings: hwmon: Add bindings for max31760 2022-09-20 07:12:01 -07:00
adt7475.yaml devicetree/bindings: correct possessive "its" typos 2022-08-01 09:13:06 -06:00
amd,sbrmi.yaml dt-bindings: sbrmi: Add SB-RMI hwmon driver bindings 2021-08-17 14:54:25 -07:00
amd,sbtsi.yaml
apm-xgene-hwmon.txt
as370.txt
aspeed-pwm-tacho.txt
baikal,bt1-pvt.yaml dt-bindings: Cleanup standard unit properties 2021-01-29 16:36:06 -06:00
cirrus,lochnagar.yaml
g762.txt
gpio-fan.txt
ibm,occ-hwmon.yaml dt-bindings: hwmon: Add IBM OCC bindings 2022-09-28 21:10:57 +09:30
ibm,p8-occ-hwmon.txt dt-bindings: hwmon: move ibm,p8-occ bindings to proper folder 2022-06-16 12:01:14 -06:00
ibmpowernv.txt
iio-hwmon.yaml dt-bindings: Remove 'Device Tree Bindings' from end of title: 2022-08-25 14:06:57 -05:00
ina3221.txt
jedec,jc42.yaml dt-bindings: hwmon: jedec,jc42: add nxp,se97b 2021-10-12 07:22:42 -07:00
kontron,sl28cpld-hwmon.yaml
lltc,ltc4151.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
lm75.yaml dt-bindings: hwmon: Add Atmel AT30TS74 2022-05-20 10:57:05 -07:00
lm87.txt
ltc2978.txt
ltc2990.txt
ltq-cputemp.txt
max6650.txt
max6697.txt
max31785.txt
maxim,max20730.yaml
microchip,lan966x.yaml dt-bindings: hwmon: add Microchip LAN966x bindings 2022-05-22 11:32:30 -07:00
microchip,mcp3021.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
microchip,sparx5-temp.yaml dt-bindings: hwmon: sparx5: use correct clock 2022-09-19 06:17:05 -07:00
moortec,mr75203.yaml dt-bindings: hwmon: (mr75203) add coefficient properties for the thermal equation 2022-09-19 06:19:33 -07:00
national,lm90.yaml dt-bindings: hwmon: Allow specifying channels for lm90 2022-07-13 08:38:19 -07:00
npcm750-pwm-fan.txt
nsa320-mcu.txt
ntc-thermistor.yaml hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTC 2021-12-26 15:02:06 -08:00
nuvoton,nct6775.yaml dt-bindings: hwmon: Add nuvoton,nct6775 2022-05-22 11:32:31 -07:00
nuvoton,nct7802.yaml dt-bindings: hwmon: Add nct7802 bindings 2021-10-27 10:42:22 -07:00
pwm-fan.txt
sensirion,sht15.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
sensirion,shtc1.yaml dt-bindings: hwmon: sensirion,shtc1: Clean up spelling mistakes and grammar 2022-10-02 08:02:24 -07:00
stts751.txt
ti,ads7828.yaml dt-bindings: hwmon: Fix typo in TI ADS7828 bindings 2021-06-09 11:51:30 -07:00
ti,ina2xx.yaml dt-bindings: hwmon: ti,ina2xx: Add ti,shunt-gain property 2021-12-26 15:02:05 -08:00
ti,tmp102.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
ti,tmp108.yaml dt-bindings: update Krzysztof Kozlowski's email 2022-04-04 15:43:20 +02:00
ti,tmp401.yaml dt-bindings: hwmon: ti,tmp401: Drop 'items' from 'ti,n-factor' property 2022-06-07 05:45:29 -07:00
ti,tmp421.yaml dt-bindings: hwmon: ti,tmp421: Fix type for 'ti,n-factor' 2022-04-13 07:12:24 -07:00
ti,tmp464.yaml dt-bindings: Fix array constraints on scalar properties 2022-04-14 13:02:12 -05:00
ti,tmp513.yaml dt-bindings: Cleanup standard unit properties 2021-01-29 16:36:06 -06:00
ti,tps23861.yaml dt-bindings: hwmon: Add TI TPS23861 bindings 2021-02-12 07:02:55 -08:00
vexpress.txt dt-bindings: arm: update vexpress-config.yaml references 2022-06-06 12:17:00 -05:00
winbond,w83781d.yaml dt-bindings: hwmon: Add bindings for Winbond W83781D 2021-08-17 14:54:26 -07:00