linux/Documentation/devicetree/bindings
Linus Torvalds f648372dfe Thermal control updates for 5.18-rc1
- Add a new thermal driver for the Intel Hardware Feedback Interface
    (HFI) including the HFI initialization, HFI notification interrupt
    handling and sending CPU capabilities change messages to user
    space via the thermal netlink interface (Ricardo Neri, Srinivas
    Pandruvada, Nathan Chancellor, Randy Dunlap).
 
  - Extend the intel-speed-select utility to handle out-of-band CPU
    configuration changes and add support for the CPU capabilities
    change messages sent over the thermal netlink interface by the new
    HFI thermal driver to it (Srinivas Pandruvada).
 
  - Convert the DT bindings to yaml format for the Exynos platform
    and fix and update the MAINTAINERS file for this driver (Krzysztof
    Kozlowski).
 
  - Register the thermal zones as HWmon sensors for the QCom's
    Tsens driver and TI thermal platforms (Dmitry Baryshkov, Romain
    Naour).
 
  - Add the msm8953 compatible documentation in the bindings (Luca
    Weiss).
 
  - Add the sm8150 platform support to the QCom LMh driver's DT
    binding (Thara Gopinath).
 
  - Check the command result from the IPC command to the BPMP in the
    Tegra driver (Mikko Perttunen).
 
  - Silence the error for normal configuration where the interrupt
    is optionnal in the Broadcom thermal driver (Florian Fainelli).
 
  - Remove remaining dead code from the TI thermal driver (Yue
    Haibing).
 
  - Don't use bitmap_weight() in end_power_clamp() in the powerclamp
    driver (Yury Norov).
 
  - Update the OS policy capabilities handshake in the int340x thermal
    driver (Srinivas Pandruvada).
 
  - Increase the policies bitmap size in int340x (Srinivas Pandruvada).
 
  - Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() in the
    int340x thermal driver (Rafael Wysocki).
 
  - Check for NULL after calling kmemdup() in int340x (Jiasheng Jiang).
 
  - Add Intel Dynamic Power and Thermal Framework (DPTF) kernel interface
    documentation (Srinivas Pandruvada).
 
  - Fix bullet list warning in the thermal documentation (Randy Dunlap).
 -----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEE4fcc61cGeeHD/fCwgsRv/nhiVHEFAmI4pU8SHHJqd0Byand5
 c29ja2kubmV0AAoJEILEb/54YlRx47oP+gJMvi3IT/yaN4wyxoT6OeM8A8qPNQIw
 A6olZeL5/t1tp3jPU5qJ498q9W6vokovdqklAya4eqChmPboVk11A3TJ+dhflIRU
 NxaXIKTueNh5AwD08O9jhJJCJEejsb2i7lzWkJKMM/S3eZCciZU9ac4C5WVi3DqM
 F7WL62vhzsknsuTtCw9KLufmI3+NUFW98nS/B2EmesZs1WLfEnrEajYTvzgJRXQH
 qiO6x6fK4HJWP8D7XYxNwGpRObfRFOIkZYt40iXsV8s1fsdcEcKUnXpCviOg3tQ8
 mLE+xqnpAKxaGmrI8QZr6863/NyG5dN8A3hk6ZbTN7vWnyVLmRIzs8XZ8hoPycmH
 LeEGn/LV1td1qrJykRemCYzJCfmXF2k0b6MjJGxgUQ7UItlBXr2pVRWXCFlY+Ekh
 9ahZ7/2BSwdaW5DHbseZIIvF/rsCq0/i4+xV2JizM7ufnlFRx+6jP68KLDQxjwgp
 ZparKMYI/8zEgMq3x3tlvh5JsK4M0kA95NC+bsov4gNh0jbrm+CL92g5PuDLXAby
 RlW8Fmvx1px1n6IEoeLAtbTdQVJwqyNWUyVIhrXkJVGBkCcupCAfuMY9s6woKemf
 IXr1n/tjKG3hxuh/NTgAKYvIKaWSNF1ZIdNGbvgpzEGL+p26y96qhJYFlNBthXy9
 v/4V8qFn0w6R
 =6PYL
 -----END PGP SIGNATURE-----

Merge tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull thermal control updates from Rafael Wysocki:
 "As far as new functionality is concerned, there is a new thermal
  driver for the Intel Hardware Feedback Interface (HFI) along with some
  intel-speed-select utility changes to support it. There are also new
  DT compatible strings for a couple of platforms, and thermal zones on
  some platforms will be registered as HWmon sensors now.

  Apart from the above, some drivers are updated (fixes mostly) and
  there is a new piece of documentation for the Intel DPTF (Dynamic
  Power and Thermal Framework) sysfs interface.

  Specifics:

   - Add a new thermal driver for the Intel Hardware Feedback Interface
     (HFI) including the HFI initialization, HFI notification interrupt
     handling and sending CPU capabilities change messages to user space
     via the thermal netlink interface (Ricardo Neri, Srinivas
     Pandruvada, Nathan Chancellor, Randy Dunlap).

   - Extend the intel-speed-select utility to handle out-of-band CPU
     configuration changes and add support for the CPU capabilities
     change messages sent over the thermal netlink interface by the new
     HFI thermal driver to it (Srinivas Pandruvada).

   - Convert the DT bindings to yaml format for the Exynos platform and
     fix and update the MAINTAINERS file for this driver (Krzysztof
     Kozlowski).

   - Register the thermal zones as HWmon sensors for the QCom's Tsens
     driver and TI thermal platforms (Dmitry Baryshkov, Romain Naour).

   - Add the msm8953 compatible documentation in the bindings (Luca
     Weiss).

   - Add the sm8150 platform support to the QCom LMh driver's DT binding
     (Thara Gopinath).

   - Check the command result from the IPC command to the BPMP in the
     Tegra driver (Mikko Perttunen).

   - Silence the error for normal configuration where the interrupt is
     optionnal in the Broadcom thermal driver (Florian Fainelli).

   - Remove remaining dead code from the TI thermal driver (Yue
     Haibing).

   - Don't use bitmap_weight() in end_power_clamp() in the powerclamp
     driver (Yury Norov).

   - Update the OS policy capabilities handshake in the int340x thermal
     driver (Srinivas Pandruvada).

   - Increase the policies bitmap size in int340x (Srinivas Pandruvada).

   - Replace acpi_bus_get_device() with acpi_fetch_acpi_dev() in the
     int340x thermal driver (Rafael Wysocki).

   - Check for NULL after calling kmemdup() in int340x (Jiasheng Jiang).

   - Add Intel Dynamic Power and Thermal Framework (DPTF) kernel
     interface documentation (Srinivas Pandruvada).

   - Fix bullet list warning in the thermal documentation (Randy
     Dunlap)"

* tag 'thermal-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (30 commits)
  thermal: int340x: Update OS policy capability handshake
  thermal: int340x: Increase bitmap size
  Documentation: thermal: DPTF Documentation
  MAINTAINERS: thermal: samsung: update Krzysztof Kozlowski's email
  thermal/drivers/ti-soc-thermal: Remove unused function ti_thermal_get_temp()
  thermal/drivers/brcmstb_thermal: Interrupt is optional
  thermal: tegra-bpmp: Handle errors in BPMP response
  drivers/thermal/ti-soc-thermal: Add hwmon support
  dt-bindings: thermal: tsens: Add msm8953 compatible
  dt-bindings: thermal: Add sm8150 compatible string for LMh
  thermal/drivers/qcom/lmh: Add support for sm8150
  thermal/drivers/tsens: register thermal zones as hwmon sensors
  MAINTAINERS: thermal: samsung: Drop obsolete properties
  dt-bindings: thermal: samsung: Convert to dtschema
  tools/power/x86/intel-speed-select: v1.12 release
  tools/power/x86/intel-speed-select: HFI support
  tools/power/x86/intel-speed-select: OOB daemon mode
  thermal: intel: hfi: INTEL_HFI_THERMAL depends on NET
  thermal: netlink: Fix parameter type of thermal_genl_cpu_capability_event() stub
  thermal: Replace acpi_bus_get_device()
  ...
2022-03-21 14:35:11 -07:00
..
arc
arm arm64 updates for 5.18 2022-03-21 10:46:39 -07:00
ata dt-bindings: ata: Convert Broadcom SATA to YAML 2021-12-17 09:00:23 -06:00
auxdisplay dt-bindings: auxdisplay: ht16k33: Document LED subnode 2021-10-21 23:36:30 +02:00
board
bus Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
chrome
clock dt-bindings: qoriq-clock: add missing compatible for lx2160a 2022-02-18 17:11:16 -06:00
connector
counter
cpu
cpufreq
crypto Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
csky
devfreq
display dt-bindings: drm/bridge: anx7625: Revert DPI support 2022-03-08 15:20:16 +01:00
dma dmaengine updates for v5.17-rc1 2022-01-18 14:03:34 +02:00
dsp
dvfs
edac
eeprom dt-bindings: at24: add at24c1025 2021-12-13 14:42:32 +01:00
extcon dt-bindings: google,cros-ec: drop Enric Balletbo i Serra from maintainers 2022-01-20 14:11:08 -06:00
firmware Networking changes for 5.17. 2022-01-10 19:06:09 -08:00
fpga
fsi
fuse dt-bindings: fuse: tegra: Document Tegra234 FUSE 2021-12-17 14:58:05 +01:00
gnss
goldfish
gpio MAINTAINERS: sifive: drop Yash Shah 2022-02-22 15:15:39 -06:00
gpu Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
h8300
hsi
hwlock dt-bindings: treewide: Update @st.com email address to @foss.st.com 2021-11-11 22:27:16 -06:00
hwmon hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTC 2021-12-26 15:02:06 -08:00
i2c Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
i3c
iio Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
infiniband
input Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
interconnect Merge branch 'icc-qcm2290' into icc-next 2021-12-15 07:14:27 +02:00
interrupt-controller arm64 updates for 5.18 2022-03-21 10:46:39 -07:00
iommu IOMMU Updates for Linux v5.17 2022-01-12 16:15:51 -08:00
ipmi dt-bindings: ipmi: bt-bmc: add 'clocks' as a required property 2021-12-21 15:32:39 +10:30
leds LED updates for 5.17. Nothing major is happening here. 2022-01-12 16:59:22 -08:00
mailbox - qcom: misc updates to qcom-ipcc driver 2022-01-13 11:19:07 -08:00
media Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
memory-controllers Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
mfd dt-bindings: mfd: Fix pinctrl node name warnings 2022-03-08 10:41:31 -06:00
mips dt-bindings: mips: Add Loongson-2K1000 reset support 2022-01-02 14:13:36 +01:00
misc dt-bindings: misc: Convert Tegra MISC to json-schema 2021-12-16 16:43:49 +01:00
mmc Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
mtd spi: Updates for v5.17 2022-01-11 12:19:47 -08:00
mux dt-bindings: mux: Document mux-states property 2022-01-03 13:59:59 +01:00
nds32
net dt-bindings: net: qcom,ipa: add optional qcom,qmp property 2022-02-03 08:03:20 -08:00
nios2
nvmem Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
openrisc/opencores
opp dt-bindings: opp: Allow multi-worded OPP entry name 2021-11-02 09:25:05 +05:30
pci pci-v5.17-changes 2022-01-16 08:08:11 +02:00
perf dt-bindings: perf: marvell: cn10k ddr performance monitor 2022-03-08 11:17:36 +00:00
phy dt-bindings: phy: ti,tcan104x-can: Document mux-states property 2022-03-08 10:41:32 -06:00
pinctrl dt-bindings: mfd: Fix pinctrl node name warnings 2022-03-08 10:41:31 -06:00
pmem
power Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
powerpc
pps
ptp
pwm MAINTAINERS: sifive: drop Yash Shah 2022-02-22 15:15:39 -06:00
regmap
regulator - New Device Support 2022-01-11 12:22:06 -08:00
remoteproc dt-bindings: remoteproc: qcom: pas: Add SM6350 adsp, cdsp & mpss 2021-12-13 17:02:07 -06:00
reserved-memory dt-bindings: memory: Document Tegra210 EMC table 2022-01-04 19:23:06 -06:00
reset Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
riscv MAINTAINERS: sifive: drop Yash Shah 2022-02-22 15:15:39 -06:00
rng dt-bindings: rng: timeriomem_rng: convert TimerIO RNG to dtschema 2022-01-05 07:31:41 -06:00
rtc Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
scsi
security/tpm
serial Devicetree updates for v5.17: 2022-01-12 16:47:05 -08:00
serio
sifive
siox
slimbus
soc ARM: SoC devicetree changes for v5.17 2022-01-10 08:24:40 -08:00
sound ASoC: Fixes for v5.18 2022-02-14 17:55:39 +01:00
soundwire
spi spi: Fixes for v5.17 2022-02-01 12:39:37 -08:00
spmi dt-bindings: spmi: document binding for the Mediatek SPMI controller 2021-12-17 17:18:18 +01:00
sram dt-bindings: sram: Document NVIDIA Tegra SYSRAM 2021-12-16 16:43:49 +01:00
staging/iio/adc
thermal dt-bindings: thermal: tsens: Add msm8953 compatible 2022-03-08 21:26:09 +01:00
timer - Fix return error code check for the timer-of layer when getting 2022-03-14 10:18:17 +01:00
ufs scsi: ufs: dt-bindings: Add SM8450 compatible strings 2021-12-07 17:28:54 +05:30
usb ARM: SoC fixes for v5.17, part 2 2022-02-28 12:51:14 -08:00
virtio
w1
watchdog linux-watchdog 5.17-rc1 tag 2022-01-17 08:07:57 +02:00
x86
xillybus
.gitignore
.yamllint
ABI.rst
Makefile dt-bindings: Only show unique unit address warning for enabled nodes 2021-12-06 14:19:17 -06:00
chosen.txt
common-properties.txt
example-schema.yaml
graph.txt
index.rst
jailhouse.txt
numa.txt
resource-names.txt
submitting-patches.rst
trivial-devices.yaml Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
unittest.txt
vendor-prefixes.yaml Devicetree fixes for v5.17, take 1: 2022-01-22 09:52:17 +02:00
writing-bindings.rst
writing-schema.rst
xilinx.txt