mbox series

[GIT,PULL] thermal fixes for v6.0-rc1

Message ID dbd20ef2-f109-0675-6fbe-8d08da5cc5a3@linaro.org (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] thermal fixes for v6.0-rc1 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git tags/thermal-v6.0-rc2

Message

Daniel Lezcano Aug. 17, 2022, 11:39 a.m. UTC
The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

   Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

 
ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git 
tags/thermal-v6.0-rc2

for you to fetch changes up to 8c596324232d22e19f8df59ba03410b9b5b0f3d7:

   dt-bindings: thermal: Fix missing required property (2022-08-15 
20:38:40 +0200)

----------------------------------------------------------------
- Fix missing required property for thermal zone description (Daniel
   Lezcano)

- Add missing export symbol for
   thermal_zone_device_register_with_trips() (Daniel Lezcano)

----------------------------------------------------------------
Daniel Lezcano (2):
       thermal/core: Add missing EXPORT_SYMBOL_GPL
       dt-bindings: thermal: Fix missing required property

  Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 1 +
  drivers/thermal/thermal_core.c                               | 1 +
  2 files changed, 2 insertions(+)

Comments

Rafael J. Wysocki Aug. 20, 2022, 11:51 a.m. UTC | #1
On Wed, Aug 17, 2022 at 1:39 PM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
>
> The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:
>
>    Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)
>
> are available in the Git repository at:
>
>
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.0-rc2
>
> for you to fetch changes up to 8c596324232d22e19f8df59ba03410b9b5b0f3d7:
>
>    dt-bindings: thermal: Fix missing required property (2022-08-15
> 20:38:40 +0200)
>
> ----------------------------------------------------------------
> - Fix missing required property for thermal zone description (Daniel
>    Lezcano)
>
> - Add missing export symbol for
>    thermal_zone_device_register_with_trips() (Daniel Lezcano)
>
> ----------------------------------------------------------------
> Daniel Lezcano (2):
>        thermal/core: Add missing EXPORT_SYMBOL_GPL
>        dt-bindings: thermal: Fix missing required property
>
>   Documentation/devicetree/bindings/thermal/thermal-zones.yaml | 1 +
>   drivers/thermal/thermal_core.c                               | 1 +
>   2 files changed, 2 insertions(+)
>
>
> --

Pulled, thanks!

I will be pushing this for -rc3, though.