linux/Documentation/devicetree/bindings/power
Linus Torvalds 8f447694c2 Devicetree updates for v6.6:
DT core:
 - Add support for generating DT nodes for PCI devices. This is the
   groundwork for applying overlays to PCI devices containing
   non-discoverable downstream devices.
 
 - DT unittest additions to check reverted changesets, to test for
   refcount issues, and to test unresolved symbols. Also, various
   clean-ups of the unittest along the way.
 
 - Refactor node and property manipulation functions to better share code
   with old API and changeset API
 
 - Refactor changeset print functions to a common implementation
 
 - Move some platform_device specific functions into of_platform.c
 
 Bindings:
 - Treewide fixing of typos
 
 - Treewide clean-up of SPDX tags to use 'OR' consistently
 
 - Last chunk of dropping unnecessary quotes. With that, the check
   for unnecessary quotes is enabled in yamllint.
 
 - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
   bindings to DT schema format
 
 - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450 Inline
   Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt controller,
   Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings
 
 - Fixes for Rockchip DWC PCI binding
 
 - Ensure all properties are evaluated on USB connector schema
 
 - Fix dt-check-compatible script to find of_device_id instances with
   compiler annotations
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEktVUI4SxYhzZyEuo+vtdtY28YcMFAmTubyoACgkQ+vtdtY28
 YcPamA//feXFYNPiIbSa7XqfAu1PE5XSg3PqCe77QvLBGJU7saTwRJApc88iTjlA
 hc5EELnZKp3FE9N7DJdmvEjYxKDqtJOukO+txKy3mFBWo+gZQURthZVcbLxUZmpw
 XmYA4b/GrIv5h8YWG1wokyaGTtSfTcf0+RmAtVepiDk5kWQKaC04Let356fKn9xi
 ePgLTZV6BJvPoGpMWd08o+1szUAc6Vihs9qWu7g0+mtb5K5xi/l05YMz3REu7kpf
 iz06CE/uzYvHpFBJZ6izN+9Qqxh52DnWckXX68v8kStHUON2h1YmZYvjhGrfay4k
 rHeDnHoRBrepDDCytXQ/fxzGtURr3b8yBnlhzEQadMLXmf25mm+TRBDmf6GnX5ij
 QmHlj+eSARIafcbb4fqF1Hdyv8c7XM0AkEnj1XrIWLtXPuRNSHlS25dngCztbII/
 lqmtBaH1ifCKj2VQ8YL8sVX7k208YU9vDNKZHQyA8dPEYwhknrWmp1F0OAnBB+wz
 F11kDE7xkZ0/gE7mUHwe9mP94hC6Ceks4IuBvsTzBmSwqXxyCz8gM2KHK4U3gNUr
 Sk2hWgZn+k2HM9zLb38FE18C6hqws6RBUWnJwZ4V3qPo2eYJ8Jzkvm7oonxjHgCC
 4FmYYAoCQhBEkZPOJ4map0eO5VbShn9Hrgs46Jj4WoXmm7dFDLc=
 =kl+z
 -----END PGP SIGNATURE-----

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

Pull devicetree updates from Rob Herring:
 "DT core:

   - Add support for generating DT nodes for PCI devices. This is the
     groundwork for applying overlays to PCI devices containing
     non-discoverable downstream devices.

   - DT unittest additions to check reverted changesets, to test for
     refcount issues, and to test unresolved symbols. Also, various
     clean-ups of the unittest along the way.

   - Refactor node and property manipulation functions to better share
     code with old API and changeset API

   - Refactor changeset print functions to a common implementation

   - Move some platform_device specific functions into of_platform.c

  Bindings:

   - Treewide fixing of typos

   - Treewide clean-up of SPDX tags to use 'OR' consistently

   - Last chunk of dropping unnecessary quotes. With that, the check for
     unnecessary quotes is enabled in yamllint.

   - Convert ftgmac100, zynqmp-genpd, pps-gpio, syna,rmi4, and qcom,ssbi
     bindings to DT schema format

   - Add Allwinner V3s xHCI USB, Saef SF-TC154B display, QCom SM8450
     Inline Crypto Engine, QCom SM6115 UFS, QCom SDM670 PDC interrupt
     controller, Arm 2022 Cortex cores, and QCom IPQ9574 Crypto bindings

   - Fixes for Rockchip DWC PCI binding

   - Ensure all properties are evaluated on USB connector schema

   - Fix dt-check-compatible script to find of_device_id instances with
     compiler annotations"

* tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux: (64 commits)
  dt-bindings: usb: Add V3s compatible string for OHCI
  dt-bindings: usb: Add V3s compatible string for EHCI
  dt-bindings: display: panel: mipi-dbi-spi: add Saef SF-TC154B
  dt-bindings: vendor-prefixes: document Saef Technology
  dt-bindings: thermal: lmh: update maintainer address
  of: unittest: Fix of_unittest_pci_node() kconfig dependencies
  dt-bindings: crypto: ice: Document sm8450 inline crypto engine
  dt-bindings: ufs: qcom: Add ICE to sm8450 example
  dt-bindings: ufs: qcom: Add sm6115 binding
  dt-bindings: ufs: qcom: Add reg-names property for ICE
  dt-bindings: yamllint: Enable quoted string check
  dt-bindings: Drop remaining unneeded quotes
  of: unittest-data: Fix whitespace - angular brackets
  of: unittest-data: Fix whitespace - indentation
  of: unittest-data: Fix whitespace - blank lines
  of: unittest-data: Convert remaining overlay DTS files to sugar syntax
  of: overlay: unittest: Add test for unresolved symbol
  of: unittest: Add separators to of_unittest_overlay_high_level()
  of: unittest: Cleanup partially-applied overlays
  of: unittest: Merge of_unittest_apply{,_revert}_overlay_check()
  ...
2023-08-30 16:59:03 -07:00
..
avs dt-bindings: drop redundant part of title (end, part three) 2022-12-16 11:41:49 -06:00
reset dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
supply dt-bindings: use capital "OR" for multiple licenses in SPDX 2023-08-23 15:00:31 -05:00
actions,owl-sps.txt
allwinner,sun20i-d1-ppu.yaml dt-bindings: power: Add Allwinner D1 PPU 2023-01-27 23:20:30 +01: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: amlogic,meson-gx-pwrc: mark bindings as deprecated 2023-01-10 15:20:20 +01:00
amlogic,meson-sec-pwrc.yaml dt-bindings: power: add Amlogic C3 power domains 2023-07-31 11:49:50 +02:00
apple,pmgr-pwrstate.yaml dt-bindings: power: apple,pmgr-pwrstate: Add t8112 compatible 2023-03-28 19:38:43 +09:00
brcm,bcm63xx-power.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
domain-idle-state.yaml dt-bindings: drop redundant part of title (end, part two) 2022-12-16 11:41:49 -06:00
fsl,imx-gpc.yaml dt-bindings: power: fsl,imx-gpc: document interrupt-controller 2023-01-26 16:42:07 +08:00
fsl,imx-gpcv2.yaml dt-bindings: power: gpcv2: add power-domains property 2022-10-29 16:26:31 +08:00
fsl,scu-pd.yaml dt-bindings: drop redundant part of title (manual) 2022-12-16 12:51:43 -06:00
mediatek,power-controller.yaml dt-bindings: power: Add MT8188 power domains 2023-01-19 17:17:37 +01: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_domain.txt dt-bindings: power: Convert domain-idle-states bindings to json-schema 2020-03-04 08:49:36 -06:00
power-controller.txt
power-domain.yaml dt-bindings: drop type for operating-points-v2 2023-01-23 17:13:28 -06:00
qcom,kpss-acc-v2.yaml dt-bindings: arm: msm: kpss-acc: Revert "dt-bindings: arm: msm: kpss-acc: Make the optional reg truly optional" 2023-07-26 08:49:39 -07:00
qcom,rpmpd.yaml dt-bindings: power: qcom,rpmpd: Add compatible for sdx75 2023-07-31 14:16:38 -07:00
renesas,apmu.yaml dt-bindings: Drop type from 'cpus' property 2022-12-06 14:50:35 -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: Fix typos 2023-08-18 11:32:25 -05:00
rockchip-io-domain.yaml dt-bindings: power: rockchip: Document RV1126 PMU IO domains 2022-09-05 11:53:47 +02:00
rockchip,power-controller.yaml dt-bindings: power: rockchip: Add bindings for rk3588 2022-09-09 19:06:40 +02:00
starfive,jh7110-pmu.yaml dt-bindings: power: Add starfive,jh7110-pmu 2023-01-20 21:55:29 +00:00
ti-smartreflex.txt
wakeup-source.txt dt-bindings: mmc: Remove comment on wakeup-source property 2022-12-07 13:29:14 +01:00