mbox series

[GIT,PULL] STi DT changes for v6.11 #1

Message ID 9bb7a807-358d-47ac-a4a8-674720bcf2a6@foss.st.com (mailing list archive)
State Queued
Headers show
Series [GIT,PULL] STi DT changes for v6.11 #1 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git sti-dt-for-v6.11-round1

Message

Patrice CHOTARD June 28, 2024, 8:26 a.m. UTC
Hi ARM SoC maintainers,

Please consider this first round of STi DT for v6.11 cycle

Patrice

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git sti-dt-for-v6.11-round1

for you to fetch changes up to b664f6f7a77a41b0e8da7e12534debc94c9d23db:

  ARM: dts: sti: add thermal-zones support on stih418 (2024-06-28 10:17:22 +0200)

----------------------------------------------------------------
STi DT for v6.11 :

_ Add #thermal-sensor-cells property on stih410.dtsi and stih418.dtsi
_ Add thermal-zones support on stih418

Comments

Arnd Bergmann June 28, 2024, 3:41 p.m. UTC | #1
On Fri, Jun 28, 2024, at 10:26, Patrice CHOTARD wrote:
> Hi ARM SoC maintainers,
>
> Please consider this first round of STi DT for v6.11 cycle
>
> Patrice
>
> The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:
>
>   Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)
>
> are available in the Git repository at:
>
>   
> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/pchotard/sti.git 
> sti-dt-for-v6.11-round1

I've pulled this from https://git.kernel.org/pub/scm/linux/kernel/git/pchotard/sti now, but please adjust your .gitconfig to have
an entry like this one to get the correct URL in the future:

[url "https://git.kernel.org"]
    insteadOf = git+ssh://gitolite@ra.kernel.org

> ----------------------------------------------------------------
> STi DT for v6.11 :
>
> _ Add #thermal-sensor-cells property on stih410.dtsi and stih418.dtsi
> _ Add thermal-zones support on stih418
> _

This is not a helpful text, it's just the same lines as the
individual patches. If you have nothing to add, you can as well
send the individual patches, otherwise maybe add a brief summary
that explains why you are working on this now -- e.g.
is this cleanup for existing code, new users wanting additional
features or something else?

    Arnd