Linux-PM Archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] thermal drivers for v6.1-rc1
@ 2022-10-04  9:41 Daniel Lezcano
  2022-10-04 14:36 ` Rafael J. Wysocki
  0 siblings, 1 reply; 6+ messages in thread
From: Daniel Lezcano @ 2022-10-04  9:41 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Jonathan Cameron, Lad Prabhakar, Vincent Knecht


Hi Rafael,

this is a pull request for more thermal material for v6.1. I've dropped 
the trip point rework as a lock issue has been spotted on exynos.

Most of the changes are fixes. There are more pending changes for the 
thermal drivers on the mailing list but they require some more review, 
so they will have to wait for v6.2

Thanks
   -- Daniel

The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:

   Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03 
20:43:32 +0200)

are available in the Git repository at:

   ssh://git@git.linaro.org/people/daniel.lezcano/linux.git 
tags/thermal-v6.1-rc1-2

for you to fetch changes up to b0c883e900702f408d62cf92b0ef01303ed69be9:

   thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id 
(2022-10-04 11:21:43 +0200)

----------------------------------------------------------------
- Used the platform data to get the sensor id instead of parsing the
   device in the driver and remove the dedicated OF function (Daniel
   Lezcano)

- Fixed Kconfig dependency for the QCom tsens driver (Jonathan
   Cameron)

- Fixed missing const annotation for the RCar ops driver and removed a
   duplicate parameter check (Lad Prabhakar)

- Fixed a NULL pointer dereference when calling set_trip_temp() (Lad
   Prabhakar)

- Fixed the fourth hardware id in the QCom tsens driver (Vincent
   Knecht)

----------------------------------------------------------------
Daniel Lezcano (2):
       thermal/drivers/imx_sc: Rely on the platform data to get the 
resource id
       thermal/of: Remove the thermal_zone_of_get_sensor_id() function

Jonathan Cameron (1):
       thermal/drivers/qcom: Drop false build dependency of all QCOM 
drivers on QCOM_TSENS

Lad Prabhakar (3):
       thermal/drivers/rcar_thermal: Constify static thermal_zone_device_ops
       thermal/core: Drop valid pointer check for type
       thermal/core: Add a check before calling set_trip_temp()

Vincent Knecht (1):
       thermal/drivers/qcom/tsens-v0_1: Fix MSM8939 fourth sensor hw_id

  drivers/thermal/Makefile          |  2 +-
  drivers/thermal/imx_sc_thermal.c  | 68 
+++++++++++++++++++++++++++++++++-----------------------------------
  drivers/thermal/qcom/tsens-v0_1.c |  2 +-
  drivers/thermal/rcar_thermal.c    |  2 +-
  drivers/thermal/thermal_core.c    |  2 +-
  drivers/thermal/thermal_of.c      | 44 
--------------------------------------------
  drivers/thermal/thermal_sysfs.c   |  8 +++++---
  include/linux/thermal.h           | 10 ----------
  8 files changed, 42 insertions(+), 96 deletions(-)

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.1-rc1
  2022-10-04  9:41 [GIT PULL] thermal drivers for v6.1-rc1 Daniel Lezcano
@ 2022-10-04 14:36 ` Rafael J. Wysocki
  2022-10-04 14:37   ` Rafael J. Wysocki
  2022-10-04 14:43   ` Daniel Lezcano
  0 siblings, 2 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2022-10-04 14:36 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List,
	Linux PM mailing list, Jonathan Cameron, Lad Prabhakar,
	Vincent Knecht

On Tue, Oct 4, 2022 at 11:41 AM Daniel Lezcano
<daniel.lezcano@linaro.org> wrote:
>
>
> Hi Rafael,
>
> this is a pull request for more thermal material for v6.1. I've dropped
> the trip point rework as a lock issue has been spotted on exynos.
>
> Most of the changes are fixes. There are more pending changes for the
> thermal drivers on the mailing list but they require some more review,
> so they will have to wait for v6.2
>
> Thanks
>    -- Daniel
>
> The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:
>
>    Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03
> 20:43:32 +0200)
>
> are available in the Git repository at:
>
>    ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
> tags/thermal-v6.1-rc1-2

I don't think I can pull over SSH from a host where I don't have an account.

Did you mean git.kernel.org?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.1-rc1
  2022-10-04 14:36 ` Rafael J. Wysocki
@ 2022-10-04 14:37   ` Rafael J. Wysocki
  2022-10-04 14:43   ` Daniel Lezcano
  1 sibling, 0 replies; 6+ messages in thread
From: Rafael J. Wysocki @ 2022-10-04 14:37 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Jonathan Cameron, Lad Prabhakar, Vincent Knecht

On Tue, Oct 4, 2022 at 4:36 PM Rafael J. Wysocki <rafael@kernel.org> wrote:
>
> On Tue, Oct 4, 2022 at 11:41 AM Daniel Lezcano
> <daniel.lezcano@linaro.org> wrote:
> >
> >
> > Hi Rafael,
> >
> > this is a pull request for more thermal material for v6.1. I've dropped
> > the trip point rework as a lock issue has been spotted on exynos.
> >
> > Most of the changes are fixes. There are more pending changes for the
> > thermal drivers on the mailing list but they require some more review,
> > so they will have to wait for v6.2
> >
> > Thanks
> >    -- Daniel
> >
> > The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:
> >
> >    Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03
> > 20:43:32 +0200)
> >
> > are available in the Git repository at:
> >
> >    ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
> > tags/thermal-v6.1-rc1-2
>
> I don't think I can pull over SSH from a host where I don't have an account.
>
> Did you mean git.kernel.org?

Or gitolite.kernel.org even?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.1-rc1
  2022-10-04 14:36 ` Rafael J. Wysocki
  2022-10-04 14:37   ` Rafael J. Wysocki
@ 2022-10-04 14:43   ` Daniel Lezcano
  2022-10-04 14:52     ` Rafael J. Wysocki
  1 sibling, 1 reply; 6+ messages in thread
From: Daniel Lezcano @ 2022-10-04 14:43 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Jonathan Cameron, Lad Prabhakar, Vincent Knecht

On 04/10/2022 16:36, Rafael J. Wysocki wrote:
> On Tue, Oct 4, 2022 at 11:41 AM Daniel Lezcano
> <daniel.lezcano@linaro.org> wrote:
>>
>>
>> Hi Rafael,
>>
>> this is a pull request for more thermal material for v6.1. I've dropped
>> the trip point rework as a lock issue has been spotted on exynos.
>>
>> Most of the changes are fixes. There are more pending changes for the
>> thermal drivers on the mailing list but they require some more review,
>> so they will have to wait for v6.2
>>
>> Thanks
>>     -- Daniel
>>
>> The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:
>>
>>     Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03
>> 20:43:32 +0200)
>>
>> are available in the Git repository at:
>>
>>     ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
>> tags/thermal-v6.1-rc1-2
> 
> I don't think I can pull over SSH from a host where I don't have an account.
> 
> Did you mean git.kernel.org?

Yes, indeed :)

https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/tag/?h=thermal-v6.1-rc1-2

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.1-rc1
  2022-10-04 14:43   ` Daniel Lezcano
@ 2022-10-04 14:52     ` Rafael J. Wysocki
  2022-10-04 15:06       ` Daniel Lezcano
  0 siblings, 1 reply; 6+ messages in thread
From: Rafael J. Wysocki @ 2022-10-04 14:52 UTC (permalink / raw)
  To: Daniel Lezcano
  Cc: Rafael J. Wysocki, Linux Kernel Mailing List,
	Linux PM mailing list, Jonathan Cameron, Lad Prabhakar,
	Vincent Knecht

On Tue, Oct 4, 2022 at 4:43 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>
> On 04/10/2022 16:36, Rafael J. Wysocki wrote:
> > On Tue, Oct 4, 2022 at 11:41 AM Daniel Lezcano
> > <daniel.lezcano@linaro.org> wrote:
> >>
> >>
> >> Hi Rafael,
> >>
> >> this is a pull request for more thermal material for v6.1. I've dropped
> >> the trip point rework as a lock issue has been spotted on exynos.
> >>
> >> Most of the changes are fixes. There are more pending changes for the
> >> thermal drivers on the mailing list but they require some more review,
> >> so they will have to wait for v6.2
> >>
> >> Thanks
> >>     -- Daniel
> >>
> >> The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:
> >>
> >>     Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03
> >> 20:43:32 +0200)
> >>
> >> are available in the Git repository at:
> >>
> >>     ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
> >> tags/thermal-v6.1-rc1-2
> >
> > I don't think I can pull over SSH from a host where I don't have an account.
> >
> > Did you mean git.kernel.org?
>
> Yes, indeed :)
>
> https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/tag/?h=thermal-v6.1-rc1-2

Well, that still didn't work, but I used this tag:

https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
tags/thermal-v6.1-rc1-2

and it worked.

So pulled, but let's make sure next time it's better, OK?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] thermal drivers for v6.1-rc1
  2022-10-04 14:52     ` Rafael J. Wysocki
@ 2022-10-04 15:06       ` Daniel Lezcano
  0 siblings, 0 replies; 6+ messages in thread
From: Daniel Lezcano @ 2022-10-04 15:06 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linux Kernel Mailing List, Linux PM mailing list,
	Jonathan Cameron, Lad Prabhakar, Vincent Knecht

On 04/10/2022 16:52, Rafael J. Wysocki wrote:
> On Tue, Oct 4, 2022 at 4:43 PM Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
>>
>> On 04/10/2022 16:36, Rafael J. Wysocki wrote:
>>> On Tue, Oct 4, 2022 at 11:41 AM Daniel Lezcano
>>> <daniel.lezcano@linaro.org> wrote:
>>>>
>>>>
>>>> Hi Rafael,
>>>>
>>>> this is a pull request for more thermal material for v6.1. I've dropped
>>>> the trip point rework as a lock issue has been spotted on exynos.
>>>>
>>>> Most of the changes are fixes. There are more pending changes for the
>>>> thermal drivers on the mailing list but they require some more review,
>>>> so they will have to wait for v6.2
>>>>
>>>> Thanks
>>>>      -- Daniel
>>>>
>>>> The following changes since commit 2e70ea7fb9873e642982f166bf9aaa4a6206fbec:
>>>>
>>>>      Merge branches 'thermal-intel' and 'thermal-drivers' (2022-10-03
>>>> 20:43:32 +0200)
>>>>
>>>> are available in the Git repository at:
>>>>
>>>>      ssh://git@git.linaro.org/people/daniel.lezcano/linux.git
>>>> tags/thermal-v6.1-rc1-2
>>>
>>> I don't think I can pull over SSH from a host where I don't have an account.
>>>
>>> Did you mean git.kernel.org?
>>
>> Yes, indeed :)
>>
>> https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git/tag/?h=thermal-v6.1-rc1-2
> 
> Well, that still didn't work, but I used this tag:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux.git
> tags/thermal-v6.1-rc1-2
> 
> and it worked.
> 
> So pulled, but let's make sure next time it's better, OK?

yes


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-10-04 15:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04  9:41 [GIT PULL] thermal drivers for v6.1-rc1 Daniel Lezcano
2022-10-04 14:36 ` Rafael J. Wysocki
2022-10-04 14:37   ` Rafael J. Wysocki
2022-10-04 14:43   ` Daniel Lezcano
2022-10-04 14:52     ` Rafael J. Wysocki
2022-10-04 15:06       ` Daniel Lezcano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).