mbox series

[GIT,PULL] Rockchip driver changes for 5.18 #1

Message ID 9977257.a15B8eIVjX@phil (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Rockchip driver changes for 5.18 #1 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-drivers-1

Message

Heiko Stuebner Feb. 24, 2022, 11:20 p.m. UTC
The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-drivers-1

for you to fetch changes up to 7dbb47d64acf4aac131a2aaade726913aa62abe7:

  dt-bindings: soc: rockchip: add rk3568-usb2phy-grf (2022-01-23 13:35:06 +0100)

----------------------------------------------------------------
Compatible for the rk3568-usb2phy-grf.

----------------------------------------------------------------
Peter Geis (1):
      dt-bindings: soc: rockchip: add rk3568-usb2phy-grf

 Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnd Bergmann Feb. 25, 2022, 4:53 p.m. UTC | #1
On Fri, Feb 25, 2022 at 12:20 AM Heiko Stuebner <heiko@sntech.de> wrote:
>
> The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
>
>   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-drivers-1
>
> for you to fetch changes up to 7dbb47d64acf4aac131a2aaade726913aa62abe7:
>
>   dt-bindings: soc: rockchip: add rk3568-usb2phy-grf (2022-01-23 13:35:06 +0100)
>
> ----------------------------------------------------------------
> Compatible for the rk3568-usb2phy-grf.
>
> ----------------------------------------------------------------
> Peter Geis (1):
>       dt-bindings: soc: rockchip: add rk3568-usb2phy-grf
>
>  Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
>  1 file changed, 1 insertion(+)

I've merged this into the arm/dt branch along with the dts changes.
Generally speaking, any binding changes can go through either
the driver or dts branches, or both. In this case putting it into the
dt64 branch would have been easier.

         Arnd
Heiko Stuebner Feb. 25, 2022, 5:42 p.m. UTC | #2
Am Freitag, 25. Februar 2022, 17:53:51 CET schrieb Arnd Bergmann:
> On Fri, Feb 25, 2022 at 12:20 AM Heiko Stuebner <heiko@sntech.de> wrote:
> >
> > The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:
> >
> >   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.18-rockchip-drivers-1
> >
> > for you to fetch changes up to 7dbb47d64acf4aac131a2aaade726913aa62abe7:
> >
> >   dt-bindings: soc: rockchip: add rk3568-usb2phy-grf (2022-01-23 13:35:06 +0100)
> >
> > ----------------------------------------------------------------
> > Compatible for the rk3568-usb2phy-grf.
> >
> > ----------------------------------------------------------------
> > Peter Geis (1):
> >       dt-bindings: soc: rockchip: add rk3568-usb2phy-grf
> >
> >  Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 1 +
> >  1 file changed, 1 insertion(+)
> 
> I've merged this into the arm/dt branch along with the dts changes.
> Generally speaking, any binding changes can go through either
> the driver or dts branches, or both. In this case putting it into the
> dt64 branch would have been easier.

Originally I was expecting more driver-changes that didn't
materialize.

But sure, I'll just put the bindings into the dts branches to
minimize branches the next time.


Heiko