linux_dsm_epyc7002/Documentation/devicetree/bindings/arm
Linus Torvalds 34183ddd13 - Convert tsens configuration DT binding to yaml (Rajeshwari)
- Add interrupt support on the rcar sensor (Niklas Söderlund)
 
 - Add a new Spreadtrum thermal driver (Baolin Wang)
 
 - Add thermal binding for the fsl scu board, a new API to retrieve the
   sensor id bound to the thermal zone and i.MX system controller
   sensor (Anson Huang))
 
 - Remove warning log when a deferred probe is requested on Exynos
   (Marek Szyprowski)
 
 - Add the thermal monitoring unit support for imx8mm with its DT
   bindings (Anson Huang)
 
 - Rephrase the Kconfig text for clarity (Linus Walleij)
 
 - Use the gpio descriptor for the ti-soc-thermal (Linus Walleij)
 
 - Align msg structure to 4 bytes for i.MX SC, fix the Kconfig
   dependency, add the __may_be unused annotation for PM functions and
   the COMPILE_TEST option for imx8mm (Anson Huang)
 
 - Fix a dependency on regmap in Kconfig for qoriq (Yuantian Tang)
 
 - Add DT binding and support for the rcar gen3 r8a77961 and improve
   the error path on the rcar init function (Niklas Söderlund)
 
 - Cleanup and improvements for the tsens Qcom sensor (Amit Kucheria)
 
 - Improve code by removing lock and caching values in the rcar thermal
   sensor (Niklas Söderlund)
 
 - Cleanup in the qoriq drivers and add a call to
   imx_thermal_unregister_legacy_cooling in the removal function (Anson
   Huang)
 
 - Remove redundant 'maxItems' in tsens and sprd DT bindings (Rob Herring)
 
 - Change the thermal DT bindings by making the cooling-maps optional
   (Yuantian Tang)
 
 - Add Tiger Lake support (Sumeet Pawnikar)
 
 - Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai)
 
 - Make pkg_temp_lock a raw_spinlock_t(Clark Williams)
 
 - Fix incorrect data types by changing them to signed on i.MX SC (Anson Huang)
 
 - Replace zero-length array with flexible-array member (Gustavo A. R. Silva)
 
 - Add support for i.MX8MP in the driver and in the DT bindings (Anson Huang)
 
 - Fix return value of the cpufreq_set_cur_state() function (Willy Wolff)
 
 - Remove abusing and scary WARN_ON in the cpufreq cooling device
   (Daniel Lezcano)
 
 - Fix build warning of incorrect argument type reported by sparse on
   imx8mm (Anson Huang)
 
 - Fix stub for the devfreq cooling device (Martin Blumenstingl)
 
 - Fix cpu idle cooling documentation (Sergey Vidishev)
 -----BEGIN PGP SIGNATURE-----
 
 iQEzBAABCAAdFiEEGn3N4YVz0WNVyHskqDIjiipP6E8FAl6MXkEACgkQqDIjiipP
 6E+BIggAh52YBU8D8GthsvCPTgka95+wAIaZtx4Y7UnhvshHhM2w+m97TQOXK373
 95mwO9mwQuAoksSmLo7pBQYJ7HItQ26Yoq9akpOL6EiT+BEWiqoHJgl+afVVtoKa
 n67d3Pa6coup1+PQNIA8kpTIOmUQTP8THtwpZ3HlChWsg22NTd0QUGpGJ1TtBD/q
 KqMdQjxahFJ4RTYsnECWBkw3EMkczMNMgdrXEvm4rMkcaJzv9g2ZPqerOShK/RzP
 8sejWczt6jaRwu4hLpd/lLikTSHZoXMFJ8ylAiQXFELCPAQIrMS/ae+dTGJ4qP7x
 hkjsewPbeA1Z+al/IBVHiCtOzKkICQ==
 =XDYl
 -----END PGP SIGNATURE-----

Merge tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux

Pull thermal updates from Daniel Lezcano:

 - Convert tsens configuration DT binding to yaml (Rajeshwari)

 - Add interrupt support on the rcar sensor (Niklas Söderlund)

 - Add a new Spreadtrum thermal driver (Baolin Wang)

 - Add thermal binding for the fsl scu board, a new API to retrieve the
   sensor id bound to the thermal zone and i.MX system controller sensor
   (Anson Huang))

 - Remove warning log when a deferred probe is requested on Exynos
   (Marek Szyprowski)

 - Add the thermal monitoring unit support for imx8mm with its DT
   bindings (Anson Huang)

 - Rephrase the Kconfig text for clarity (Linus Walleij)

 - Use the gpio descriptor for the ti-soc-thermal (Linus Walleij)

 - Align msg structure to 4 bytes for i.MX SC, fix the Kconfig
   dependency, add the __may_be unused annotation for PM functions and
   the COMPILE_TEST option for imx8mm (Anson Huang)

 - Fix a dependency on regmap in Kconfig for qoriq (Yuantian Tang)

 - Add DT binding and support for the rcar gen3 r8a77961 and improve the
   error path on the rcar init function (Niklas Söderlund)

 - Cleanup and improvements for the tsens Qcom sensor (Amit Kucheria)

 - Improve code by removing lock and caching values in the rcar thermal
   sensor (Niklas Söderlund)

 - Cleanup in the qoriq drivers and add a call to
   imx_thermal_unregister_legacy_cooling in the removal function (Anson
   Huang)

 - Remove redundant 'maxItems' in tsens and sprd DT bindings (Rob
   Herring)

 - Change the thermal DT bindings by making the cooling-maps optional
   (Yuantian Tang)

 - Add Tiger Lake support (Sumeet Pawnikar)

 - Use scnprintf() for avoiding potential buffer overflow (Takashi Iwai)

 - Make pkg_temp_lock a raw_spinlock_t(Clark Williams)

 - Fix incorrect data types by changing them to signed on i.MX SC (Anson
   Huang)

 - Replace zero-length array with flexible-array member (Gustavo A. R.
   Silva)

 - Add support for i.MX8MP in the driver and in the DT bindings (Anson
   Huang)

 - Fix return value of the cpufreq_set_cur_state() function (Willy
   Wolff)

 - Remove abusing and scary WARN_ON in the cpufreq cooling device
   (Daniel Lezcano)

 - Fix build warning of incorrect argument type reported by sparse on
   imx8mm (Anson Huang)

 - Fix stub for the devfreq cooling device (Martin Blumenstingl)

 - Fix cpu idle cooling documentation (Sergey Vidishev)

* tag 'thermal-v5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux: (52 commits)
  Documentation: cpu-idle-cooling: Fix diagram for 33% duty cycle
  thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n
  thermal: imx8mm: Fix build warning of incorrect argument type
  thermal/drivers/cpufreq_cooling: Remove abusing WARN_ON
  thermal/drivers/cpufreq_cooling: Fix return of cpufreq_set_cur_state
  thermal: imx8mm: Add i.MX8MP support
  dt-bindings: thermal: imx8mm-thermal: Add support for i.MX8MP
  thermal: qcom: tsens.h: Replace zero-length array with flexible-array member
  thermal: imx_sc_thermal: Fix incorrect data type
  thermal: int340x_thermal: Use scnprintf() for avoiding potential buffer overflow
  thermal: int340x: processor_thermal: Add Tiger Lake support
  thermal/x86_pkg_temp: Make pkg_temp_lock a raw_spinlock_t
  dt-bindings: thermal: make cooling-maps property optional
  dt-bindings: thermal: qcom-tsens: Remove redundant 'maxItems'
  dt-bindings: thermal: sprd: Remove redundant 'maxItems'
  thermal: imx: Calling imx_thermal_unregister_legacy_cooling() in .remove
  thermal: qoriq: Sort includes alphabetically
  thermal: qoriq: Use devm_add_action_or_reset() to handle all cleanups
  thermal: rcar_thermal: Remove lock in rcar_thermal_get_current_temp()
  thermal: rcar_thermal: Do not store ctemp in rcar_thermal_priv
  ...
2020-04-07 20:00:16 -07:00
..
altera dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
amlogic dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
apm
bcm ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
calxeda
cpu-enable-method dt-bindings: arm: alpine: Move CPU control related binding to cpu-enable-method/al,alpine-smp 2018-10-04 20:06:21 -05:00
firmware
freescale - Convert tsens configuration DT binding to yaml (Rajeshwari) 2020-04-07 20:00:16 -07:00
hisilicon docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
keystone firmware: ti_sci: Add RM mapping table for am654 2019-05-01 10:41:08 +01:00
marvell dt-bindings: marvell: Declare the CN913x SoC compatibles 2019-10-09 09:36:40 +02:00
mediatek We have a small collection of core framework updates this time, mostly around 2019-09-20 15:45:07 -07:00
mrvl dt-bindings: arm: mrvl: Add missing compatible strings 2020-03-31 09:03:33 -06:00
msm dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
npcm
nxp dt-bindings: arm: Convert NXP LPC32xx board/soc bindings to json-schema 2019-06-27 11:24:34 -06:00
omap docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
rockchip
samsung dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
socionext dt-bindings: arm: Convert UniPhier System Cache to json-schema 2020-03-04 14:00:09 -06:00
sprd dt-bindings: arm: move sprd board file to vendor directory 2020-01-10 22:19:48 -08:00
stm32 dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
sunxi dt-bindings: interconnect: sunxi: Add A64 MBUS compatible 2020-02-11 07:48:32 +01:00
tegra dt-bindings: soc: tegra-pmc: Add ID for Tegra PMC 32 kHz blink clock 2020-02-17 10:09:19 +01:00
ti dt-bindings: Fix more $id value mismatches filenames 2019-07-26 17:41:41 -06:00
ux500 dt-bindings: arm: scu: Correct example SCU unit addresses 2018-09-20 14:55:55 -07:00
vt8500
actions.yaml dt-bindings: arm: Convert Actions Semi bindings to jsonschema 2019-09-11 09:53:19 +01:00
al,alpine.yaml dt-bindings: arm: Convert Alpine board/soc bindings to json-schema 2019-06-27 11:22:00 -06:00
altera.yaml dt-bindings: arm: Convert Altera board/soc bindings to json-schema 2018-12-13 09:41:50 -06:00
amlogic,scpi.txt Documentation: bindings: Add missing Amlogic SCPI sensor bindings 2018-11-29 12:29:58 -08:00
amlogic.yaml dt-bindings: arm: amlogic: add libretech-pc bindings 2019-12-16 11:34:51 -08:00
arm-dsu-pmu.txt
arm,integrator.yaml dt-bindings: arm: Add Integrator YAML schema 2020-03-04 15:30:41 +01:00
arm,realview.yaml dt-bindings: arm: Add RealView YAML schema 2020-03-04 15:30:53 +01:00
arm,scmi.txt docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
arm,scpi.txt docs: dt: fix several broken references due to renames 2020-02-24 12:12:44 -06:00
arm,versatile.yaml dt-bindings: arm: Add Versatile YAML schema 2020-03-04 15:30:48 +01:00
arm,vexpress-juno.yaml dt-bindings: arm: Add Versatile Express and Juno YAML schema 2020-03-04 15:30:58 +01:00
atmel-at91.yaml dt-bindings: arm: add sam9x60-ek board 2020-01-16 14:46:01 +01:00
atmel-sysregs.txt ARM: Device-tree updates 2020-02-08 13:58:44 -08:00
axis.txt
axxia.yaml dt-bindings: arm: Convert Axxia board/soc bindings to json-schema 2019-06-27 11:24:32 -06:00
bitmain.yaml dt-bindings: arm: Document Bitmain BM1880 SoC 2019-02-09 16:09:43 +05:30
calxeda.yaml dt-bindings: arm: Convert Calxeda board/soc bindings to json-schema 2018-12-13 09:41:51 -06:00
cavium-thunder2.txt
cavium-thunder.txt
cci.txt
coresight-cpu-debug.txt dt-bindings: coresight: Change CPU phandle to required property 2019-07-04 12:23:26 +02:00
coresight-cti.yaml dt-bindings: arm: Adds CoreSight CTI hardware definitions 2020-03-21 11:32:19 +01:00
coresight.txt dt-bindings: arm: Adds CoreSight CTI hardware definitions 2020-03-21 11:32:19 +01:00
cpu-capacity.txt dt-bindings: arm: Clean up CPU binding examples 2019-05-22 09:01:02 -05:00
cpus.yaml ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
digicolor.yaml dt-bindings: arm: Convert Conexant Digicolor board/soc bindings to json-schema 2019-06-27 11:24:39 -06:00
fsl.yaml ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
fw-cfg.txt
gemini.txt
idle-states.yaml dt-bindings: arm: Convert arm,idle-state binding to DT schema 2020-01-06 17:37:12 -06:00
intel-ixp4xx.yaml ARM: ixp4xx: Add DT bindings 2019-04-23 16:02:14 +02:00
juno,scpi.txt
l2c2x0.yaml dt-bindings: arm: l2x0: Tauros 3 is PL310 compatible 2020-03-31 09:03:33 -06:00
mediatek.yaml dt-bindings: mediatek: add support for mt6779 reference board 2019-08-23 17:50:06 +02:00
moxart.yaml dt-bindings: arm: Convert MOXA ART board/soc bindings to json-schema 2019-06-27 11:24:33 -06:00
oxnas.txt
picoxcell.txt
pmu.yaml dt-bindings: ARM: Clean up PMU compatible list 2020-02-25 13:01:51 -06:00
primecell.yaml dt-bindings: arm: Convert primecell binding to json-schema 2018-12-13 09:41:50 -06:00
psci.yaml dt-bindings: arm: Add some constraints for PSCI nodes 2020-03-31 16:05:18 -06:00
qcom.yaml dt-bindings: qcom: Add ipq6018 bindings 2020-02-24 21:06:22 -08:00
rda.yaml dt-bindings: arm: Convert RDA Micro board/soc bindings to json-schema 2019-07-09 12:56:17 -06:00
realtek.yaml dt-bindings: arm: realtek: Document RTD1296 and Synology DS418 2019-10-29 04:56:51 +01:00
renesas,prr.yaml dt-bindings: Add missing 'additionalProperties: false' 2020-03-31 09:03:17 -06:00
renesas.yaml dt-bindings: arm: renesas: Add M3ULCB with R-Car M3-W+ 2020-03-10 10:15:46 +01:00
rockchip.yaml Support for the rk3399-based Pinebook Pro, eDP support and power-tree for 2020-03-25 22:01:57 +01:00
rtsm-dcscb.txt
scu.txt dt-bindings: arm: scu: Correct example SCU unit addresses 2018-09-20 14:55:55 -07:00
secure.txt Documentation: dt: Add binding for /secure-chosen/stdout-path 2018-10-12 15:44:12 -05:00
sirf.yaml dt-bindings: arm: Convert CSR SiRF board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
sp810.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
spe-pmu.txt
spear-misc.txt
spear.yaml dt-bindings: arm: Convert SPEAr board/soc bindings to json-schema 2018-12-13 11:09:46 -06:00
ste-nomadik.txt
ste-u300.txt
sti.yaml dt-bindings: arm: Convert ST STi board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00
sunxi.yaml dt-bindings: arm: sunxi: Add PinePhone 1.0 and 1.1 bindings 2020-02-27 14:03:44 +01:00
swir.txt
syna.txt dt-bindings: arm: syna: add support for the AS370 SoC 2018-09-27 14:48:27 +08:00
tegra.yaml dt-bindings: tegra: Add Shield TV device tree binding documentation 2019-01-25 13:08:10 +01:00
ux500.yaml dt-bindings: arm: ux500: Document samsung,golden compatible 2019-12-26 00:10:17 +01:00
versatile-sysreg.txt
vexpress-scc.txt
vexpress-sysreg.txt
vt8500.yaml dt-bindings: arm: Convert VIA board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00
xen.txt docs: arm: convert docs to ReST and rename to *.rst 2019-07-15 09:20:24 -03:00
xilinx.yaml dt-bindings: arm: Add missing Xilinx boards 2018-12-13 11:09:47 -06:00
zte,sysctrl.txt dt-bindings: arm: zte: Move sysctrl bindings to their own doc 2018-10-11 14:52:01 -05:00
zte.yaml dt-bindings: arm: Convert ZTE board/soc bindings to json-schema 2018-12-13 11:09:47 -06:00