Message ID | d393e7d8-b192-ff15-65f1-35f11e1a06bc@linaro.org |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] thermal for v5.17 | expand |
On Thu, Dec 23, 2021 at 4:54 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote: > > > Hi Rafael, > > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf: > > Linux 5.16-rc1 (2021-11-14 13:56:52 -0800) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git > tags/thermal-v5.17-rc1 > > for you to fetch changes up to 8ee1c0f6526ce942b7595951c7bb0165010051c2: > > thermal/drivers/rz2gl: Add error check for reset_control_deassert() > (2021-12-09 15:58:09 +0100) > > ---------------------------------------------------------------- > - Fix PM issue on the iMX driver when suspend/resume is happening by > implementing PM runtime support (Oleksij Rempel) > > - Add 'const' annotation to the thermal_cooling_ops in the Intel > powerclamp driver (Rikard Falkeborn) > > - Add TSU driver and bindings for the RZ/G2L platform (Biju Das) > > - Fix the missing ADC bit set on iMX8MP to enable the sensor (Paul > Gerber) > > - Fix missing check when calling reset_control_deassert() (Biju Das) > > ---------------------------------------------------------------- > Biju Das (3): > dt-bindings: thermal: Document Renesas RZ/G2L TSU > thermal/drivers: Add TSU driver for RZ/G2L > thermal/drivers/rz2gl: Add error check for reset_control_deassert() > > Oleksij Rempel (1): > thermal/drivers/imx: Implement runtime PM support > > Paul Gerber (1): > thermal/drivers/imx8mm: Enable ADC when enabling monitor > > Rikard Falkeborn (1): > thermal/drivers/intel_powerclamp: Constify static > thermal_cooling_device_ops > > .../devicetree/bindings/thermal/rzg2l-thermal.yaml | 76 +++++++ > drivers/thermal/Kconfig | 9 + > drivers/thermal/Makefile | 1 + > drivers/thermal/imx8mm_thermal.c | 3 + > drivers/thermal/imx_thermal.c | 145 +++++++----- > drivers/thermal/intel/intel_powerclamp.c | 2 +- > drivers/thermal/rzg2l_thermal.c | 242 > +++++++++++++++++++++ > 7 files changed, 423 insertions(+), 55 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/thermal/rzg2l-thermal.yaml > create mode 100644 drivers/thermal/rzg2l_thermal.c Pulled and pushed out, thanks!