linux/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
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
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
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
ux500
vt8500
actions.yaml
al,alpine.yaml
altera.yaml
amlogic,scpi.txt
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
bitmain.yaml
calxeda.yaml
cavium-thunder2.txt
cavium-thunder.txt
cci.txt
coresight-cpu-debug.txt
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
cpus.yaml ARM: devicetree updates for v5.7 2020-04-03 15:22:05 -07:00
digicolor.yaml
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
juno,scpi.txt
l2c2x0.yaml dt-bindings: arm: l2x0: Tauros 3 is PL310 compatible 2020-03-31 09:03:33 -06:00
mediatek.yaml
moxart.yaml
oxnas.txt
picoxcell.txt
pmu.yaml dt-bindings: ARM: Clean up PMU compatible list 2020-02-25 13:01:51 -06:00
primecell.yaml
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
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
secure.txt
sirf.yaml
sp810.txt
spe-pmu.txt
spear-misc.txt
spear.yaml
ste-nomadik.txt
ste-u300.txt
sti.yaml
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
tegra.yaml
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
xen.txt
xilinx.yaml
zte,sysctrl.txt
zte.yaml