lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAJZ5v0g86TxN1vp4aWexFHqVzWM6ZGzABvufrusOeAcM5ur+_g@mail.gmail.com>
Date:   Mon, 27 Dec 2021 16:47:22 +0100
From:   "Rafael J. Wysocki" <rafael@...nel.org>
To:     Daniel Lezcano <daniel.lezcano@...aro.org>
Cc:     "Rafael J. Wysocki" <rafael@...nel.org>,
        Oleksij Rempel <linux@...pel-privat.de>,
        Paul Gerber <Paul.Gerber@...group.com>,
        Biju Das <biju.das.jz@...renesas.com>,
        Rikard Falkeborn <rikard.falkeborn@...il.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux PM mailing list <linux-pm@...r.kernel.org>
Subject: Re: [GIT PULL] thermal for v5.17

On Thu, Dec 23, 2021 at 4:54 PM Daniel Lezcano
<daniel.lezcano@...aro.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!

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ