mbox series

[GIT,PULL] ARM: dts: mstar: updates for v5.16

Message ID 20211018095848.19101-1-romain.perier@gmail.com (mailing list archive)
State Changes Requested
Headers show
Series [GIT,PULL] ARM: dts: mstar: updates for v5.16 | expand

Pull-request

https://github.com/linux-chenxing/linux.git mstar-dt-next

Message

Romain Perier Oct. 18, 2021, 9:58 a.m. UTC
Hi,
Here's the ARM DTS changes for v5.16:
 - mstar-v7: Mark the arch timer as not being initialized by the firmware
   and rely on the physical timers.
 - mstar-v7: enable rtc

Regards,
Romain

The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:

  Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)

are available in the Git repository at:

  https://github.com/linux-chenxing/linux.git mstar-dt-next

for you to fetch changes up to 7e626b6d71e7678e85e9e06e9e2271b5923741fd:

  ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured (2021-10-13 18:53:48 +0200)

----------------------------------------------------------------
Romain Perier (2):
      ARM: dts: mstar: Add rtc device node
      ARM: dts: mstar: Mark timer with arm,cpu-registers-not-fw-configured

 arch/arm/boot/dts/mstar-v7.dtsi | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Arnd Bergmann Oct. 20, 2021, 1:30 p.m. UTC | #1
On Mon, Oct 18, 2021 at 11:58 AM Romain Perier <romain.perier@gmail.com> wrote:
>
> The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:
>
>   Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)
>
> are available in the Git repository at:
>
>   https://github.com/linux-chenxing/linux.git mstar-dt-next
>
> for you to fetch changes up to 7e626b6d71e7678e85e9e06e9e2271b5923741fd:

The contents are ok, but you have based the tree on -rc5, which would require
me to backmerge the new upstream contents into my branch and mess up the
git history.

Please rebase on top of v5.15-rc1 and resend.

       Arnd
Romain Perier Oct. 20, 2021, 4:29 p.m. UTC | #2
Arf, my bad ^^

Ok then,
Romain

Le mer. 20 oct. 2021 à 15:31, Arnd Bergmann <arnd@arndb.de> a écrit :
>
> On Mon, Oct 18, 2021 at 11:58 AM Romain Perier <romain.perier@gmail.com> wrote:
> >
> > The following changes since commit 64570fbc14f8d7cb3fe3995f20e26bc25ce4b2cc:
> >
> >   Linux 5.15-rc5 (2021-10-10 17:01:59 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://github.com/linux-chenxing/linux.git mstar-dt-next
> >
> > for you to fetch changes up to 7e626b6d71e7678e85e9e06e9e2271b5923741fd:
>
> The contents are ok, but you have based the tree on -rc5, which would require
> me to backmerge the new upstream contents into my branch and mess up the
> git history.
>
> Please rebase on top of v5.15-rc1 and resend.
>
>        Arnd