mbox series

[GIT,PULL] Allwinner Fixes for 5.4

Message ID 80085a57-c40f-4bed-a9c3-19858d87564e.lettre@localhost
State New
Headers show
Series [GIT,PULL] Allwinner Fixes for 5.4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.4-1

Message

Maxime Ripard Oct. 23, 2019, 6:51 a.m. UTC
Hi,

Please pull the following changes for the current release.

Thanks!
Maxime

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.4-1

for you to fetch changes up to cf03c691eb959f438c16d58ffd11f150b1a95b1e:

  ARM: dts: sun7i: Drop the module clock from the device tree (2019-10-07 14:12:09 +0200)

----------------------------------------------------------------
A number of fixes for this release, but mostly:
  - A fixup for the A10 CSI DT binding merged during the 5.4-rc1 window
  - A fix for a dt-binding error
  - Addition of phy regulator delays
  - The PMU on the A64 was found to be non-functional, so we've dropped it for now
-----BEGIN PGP SIGNATURE-----

iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXa/4RQAKCRDj7w1vZxhR
xU3XAQDYuCixpCCftKIhjcz+oultXqAJysDEE44dATwT1YfINgD/eBSwBw1l/Ni7
yOumUvRZ1fJC3NO8e7vh9cYN9yy5tgw=
=3/ru
-----END PGP SIGNATURE-----

----------------------------------------------------------------
Jernej Skrabec (2):
      arm64: dts: allwinner: a64: pine64-plus: Add PHY regulator delay
      arm64: dts: allwinner: a64: sopine-baseboard: Add PHY regulator delay

Maxime Ripard (2):
      dt-bindings: media: sun4i-csi: Drop the module clock
      ARM: dts: sun7i: Drop the module clock from the device tree

Pragnesh Patel (1):
      media: dt-bindings: Fix building error for dt_binding_check

Vasily Khoruzhick (1):
      arm64: dts: allwinner: a64: Drop PMU node


 Documentation/devicetree/bindings/media/allwinner,sun4i-a10-csi.yaml |  9 ++-----
 arch/arm/boot/dts/sun7i-a20.dtsi                                     |  5 +---
 arch/arm64/boot/dts/allwinner/sun50i-a64-pine64-plus.dts             |  9 +++++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64-sopine-baseboard.dts        |  6 +++++-
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi                        |  9 +-------
 5 files changed, 20 insertions(+), 18 deletions(-)

Comments

Olof Johansson Oct. 23, 2019, 3:34 p.m. UTC | #1
On Wed, Oct 23, 2019 at 08:51:06AM +0200, Maxime Ripard wrote:
> Hi,
> 
> Please pull the following changes for the current release.
> 
> Thanks!
> Maxime
> 
> The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> 
>   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.4-1
> 
> for you to fetch changes up to cf03c691eb959f438c16d58ffd11f150b1a95b1e:
> 
>   ARM: dts: sun7i: Drop the module clock from the device tree (2019-10-07 14:12:09 +0200)
> 
> ----------------------------------------------------------------
> A number of fixes for this release, but mostly:
>   - A fixup for the A10 CSI DT binding merged during the 5.4-rc1 window
>   - A fix for a dt-binding error
>   - Addition of phy regulator delays
>   - The PMU on the A64 was found to be non-functional, so we've dropped it for now
> -----BEGIN PGP SIGNATURE-----
> 
> iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXa/4RQAKCRDj7w1vZxhR
> xU3XAQDYuCixpCCftKIhjcz+oultXqAJysDEE44dATwT1YfINgD/eBSwBw1l/Ni7
> yOumUvRZ1fJC3NO8e7vh9cYN9yy5tgw=
> =3/ru
> -----END PGP SIGNATURE-----

Your script seems to insert the PGP signature in a weird spot. It's not there
in the tag, so I'm guessing it's part of the email generation.

(Branch merged, thanks!)


-Olof
Maxime Ripard Oct. 23, 2019, 5:12 p.m. UTC | #2
Hi,

On Wed, Oct 23, 2019 at 08:34:52AM -0700, Olof Johansson wrote:
> On Wed, Oct 23, 2019 at 08:51:06AM +0200, Maxime Ripard wrote:
> > Hi,
> >
> > Please pull the following changes for the current release.
> >
> > Thanks!
> > Maxime
> >
> > The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> >
> >   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> >
> > are available in the Git repository at:
> >
> >   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.4-1
> >
> > for you to fetch changes up to cf03c691eb959f438c16d58ffd11f150b1a95b1e:
> >
> >   ARM: dts: sun7i: Drop the module clock from the device tree (2019-10-07 14:12:09 +0200)
> >
> > ----------------------------------------------------------------
> > A number of fixes for this release, but mostly:
> >   - A fixup for the A10 CSI DT binding merged during the 5.4-rc1 window
> >   - A fix for a dt-binding error
> >   - Addition of phy regulator delays
> >   - The PMU on the A64 was found to be non-functional, so we've dropped it for now
> > -----BEGIN PGP SIGNATURE-----
> >
> > iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXa/4RQAKCRDj7w1vZxhR
> > xU3XAQDYuCixpCCftKIhjcz+oultXqAJysDEE44dATwT1YfINgD/eBSwBw1l/Ni7
> > yOumUvRZ1fJC3NO8e7vh9cYN9yy5tgw=
> > =3/ru
> > -----END PGP SIGNATURE-----
>
> Your script seems to insert the PGP signature in a weird spot. It's not there
> in the tag, so I'm guessing it's part of the email generation.

This would be the email signature.

The tag itself should be signed though. It isn't?

> (Branch merged, thanks!)

Thanks! The new notification system is nice :)

Maxime
Olof Johansson Oct. 23, 2019, 5:16 p.m. UTC | #3
On Wed, Oct 23, 2019 at 10:12 AM Maxime Ripard <mripard@kernel.org> wrote:
>
> Hi,
>
> On Wed, Oct 23, 2019 at 08:34:52AM -0700, Olof Johansson wrote:
> > On Wed, Oct 23, 2019 at 08:51:06AM +0200, Maxime Ripard wrote:
> > > Hi,
> > >
> > > Please pull the following changes for the current release.
> > >
> > > Thanks!
> > > Maxime
> > >
> > > The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
> > >
> > >   Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-fixes-for-5.4-1
> > >
> > > for you to fetch changes up to cf03c691eb959f438c16d58ffd11f150b1a95b1e:
> > >
> > >   ARM: dts: sun7i: Drop the module clock from the device tree (2019-10-07 14:12:09 +0200)
> > >
> > > ----------------------------------------------------------------
> > > A number of fixes for this release, but mostly:
> > >   - A fixup for the A10 CSI DT binding merged during the 5.4-rc1 window
> > >   - A fix for a dt-binding error
> > >   - Addition of phy regulator delays
> > >   - The PMU on the A64 was found to be non-functional, so we've dropped it for now
> > > -----BEGIN PGP SIGNATURE-----
> > >
> > > iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXa/4RQAKCRDj7w1vZxhR
> > > xU3XAQDYuCixpCCftKIhjcz+oultXqAJysDEE44dATwT1YfINgD/eBSwBw1l/Ni7
> > > yOumUvRZ1fJC3NO8e7vh9cYN9yy5tgw=
> > > =3/ru
> > > -----END PGP SIGNATURE-----
> >
> > Your script seems to insert the PGP signature in a weird spot. It's not there
> > in the tag, so I'm guessing it's part of the email generation.
>
> This would be the email signature.
>
> The tag itself should be signed though. It isn't?

Yeah, it was. It just seems that your email signature got added in the
middle of the email instead of at the end.

>
> > (Branch merged, thanks!)
>
> Thanks! The new notification system is nice :)

Yeah, I like it from our end as well. Having it come from someone else
than people doing the merge means it's easier to catch up what the
others are doing -- if we have comments we'll reply otherwise the bot
will handle the notification.


-Olof