linux/Documentation/devicetree/bindings/power
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
..
avs dt-bindings: Fix properties without any type 2022-05-23 11:53:30 -05:00
reset dt-bindings: power: reset: qcom-pon: Add new compatible "qcom,pmk8350-pon" 2022-09-11 12:09:10 +02:00
supply dt-bindings: power: supply: Add MediaTek MT6370 Charger 2022-09-16 22:35:25 +02:00
actions,owl-sps.txt dt-bindings: power: Add Actions Semi S900 SPS 2018-09-30 16:22:50 +02:00
amlogic,meson-ee-pwrc.yaml MAINTAINERS: Update email of Neil Armstrong 2022-08-18 11:23:00 -06:00
amlogic,meson-gx-pwrc.txt dt-bindings: power: Convert Generic Power Domain bindings to json-schema 2019-11-14 10:46:16 -06:00
amlogic,meson-sec-pwrc.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
apple,pmgr-pwrstate.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
brcm,bcm-pmb.yaml dt-bindings: power: bcm-pmb: add BCM63138 binding 2021-03-25 14:24:43 -07:00
brcm,bcm63xx-power.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
domain-idle-state.yaml dt-bindings: power: Add missing (unevaluated|additional)Properties on child nodes 2022-08-31 15:43:19 -05:00
fsl,imx-gpc.yaml dt-bindings: power: Add missing (unevaluated|additional)Properties on child nodes 2022-08-31 15:43:19 -05:00
fsl,imx-gpcv2.yaml dt-bindings: power: gpcv2: correct patternProperties 2022-09-26 13:41:13 -05:00
fsl,scu-pd.yaml dt-bindings: power: Add fsl,scu-pd yaml file 2022-07-08 16:35:19 +08:00
mediatek,power-controller.yaml - Core Frameworks 2022-10-07 11:24:20 -07:00
mti,mips-cpc.yaml dt-bindings: Another round of adding missing 'additionalProperties' 2020-10-06 10:55:25 -05:00
pd-samsung.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
power-controller.txt
power-domain.yaml dt-bindings: Improve phandle-array schemas 2022-02-04 09:43:42 -06:00
power_domain.txt dt-bindings: power: Convert domain-idle-states bindings to json-schema 2020-03-04 08:49:36 -06:00
qcom,rpmpd.yaml dt-bindings: power: rpmpd: Add SM6375 power domains 2022-09-13 22:25:35 -05:00
renesas,apmu.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
renesas,rcar-sysc.yaml dt-bindings: power: drop quotes when not needed 2022-08-02 11:00:30 -06:00
renesas,sysc-rmobile.yaml dt-bindings: power: sysc-rmobile: Convert to json-schema 2021-05-10 11:54:32 -05:00
rockchip,power-controller.yaml dt-bindings: power: rockchip: Add bindings for rk3588 2022-09-09 19:06:40 +02:00
rockchip-io-domain.yaml dt-bindings: power: rockchip: Document RV1126 PMU IO domains 2022-09-05 11:53:47 +02:00
ti-smartreflex.txt
wakeup-source.txt docs: Fix more broken references 2018-06-15 18:11:26 -03:00
xlnx,zynqmp-genpd.txt dt-bindings: power: Convert Generic Power Domain bindings to json-schema 2019-11-14 10:46:16 -06:00