linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: meson: fixes for v5.2
@ 2019-06-11 12:23 Jerome Brunet
  2019-06-12 23:02 ` Stephen Boyd
  0 siblings, 1 reply; 5+ messages in thread
From: Jerome Brunet @ 2019-06-11 12:23 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Kevin Hilman, linux-clk, open list:ARM/Amlogic Meson...

Dear clock maintainers,

Below is a request to pull a couple of fixes on Amlogic clocks for v5.2
These are typos in recently added clocks, the most annoying one being in
the DT binding identifier on the MPLL50M which is used by the network PLL.

Regards

The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:

  Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)

are available in the Git repository at:

  git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.2-1-fixes

for you to fetch changes up to 3ff46efbcd90d3d469de8eddaf03d12293aaa50c:

  clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200)

----------------------------------------------------------------
MPLL50M DT bindings typo fix
Meson9 VPU typo fixes

----------------------------------------------------------------
Jerome Brunet (1):
      clk: meson: fix MPLL 50M binding id typo

Martin Blumenstingl (1):
      clk: meson: meson8b: fix a typo in the VPU parent names array variable

 drivers/clk/meson/g12a.c              |  4 ++--
 drivers/clk/meson/g12a.h              |  2 +-
 drivers/clk/meson/meson8b.c           | 10 +++++-----
 include/dt-bindings/clock/g12a-clkc.h |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)




_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] clk: meson: fixes for v5.2
  2019-06-11 12:23 [GIT PULL] clk: meson: fixes for v5.2 Jerome Brunet
@ 2019-06-12 23:02 ` Stephen Boyd
  2019-06-13  8:19   ` Jerome Brunet
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Boyd @ 2019-06-12 23:02 UTC (permalink / raw)
  To: Jerome Brunet, Michael Turquette
  Cc: Kevin Hilman, linux-clk, open list:ARM/Amlogic Meson...

Quoting Jerome Brunet (2019-06-11 05:23:33)
> Dear clock maintainers,
> 
> Below is a request to pull a couple of fixes on Amlogic clocks for v5.2
> These are typos in recently added clocks, the most annoying one being in
> the DT binding identifier on the MPLL50M which is used by the network PLL.
> 
> Regards
> 
> The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> 
>   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.2-1-fixes
> 
> for you to fetch changes up to 3ff46efbcd90d3d469de8eddaf03d12293aaa50c:
> 
>   clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next.


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] clk: meson: fixes for v5.2
  2019-06-12 23:02 ` Stephen Boyd
@ 2019-06-13  8:19   ` Jerome Brunet
  2019-06-13 19:07     ` Kevin Hilman
  0 siblings, 1 reply; 5+ messages in thread
From: Jerome Brunet @ 2019-06-13  8:19 UTC (permalink / raw)
  To: Stephen Boyd, Michael Turquette
  Cc: Kevin Hilman, linux-clk, open list:ARM/Amlogic Meson...

On Wed, 2019-06-12 at 16:02 -0700, Stephen Boyd wrote:
> Quoting Jerome Brunet (2019-06-11 05:23:33)
> > Dear clock maintainers,
> > 
> > Below is a request to pull a couple of fixes on Amlogic clocks for v5.2
> > These are typos in recently added clocks, the most annoying one being in
> > the DT binding identifier on the MPLL50M which is used by the network PLL.
> > 
> > Regards
> > 
> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> > 
> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.2-1-fixes
> > 
> > for you to fetch changes up to 3ff46efbcd90d3d469de8eddaf03d12293aaa50c:
> > 
> >   clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200)
> > 
> > ----------------------------------------------------------------
> 
> Thanks. Pulled into clk-next.
> 

Hi Stephen,

This was actually meant for clk-fixes
We could probably cope with next, but it would be preferable if the typo in the
bindings was fixed by the 5.2 release.

Thx
Jerome


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] clk: meson: fixes for v5.2
  2019-06-13  8:19   ` Jerome Brunet
@ 2019-06-13 19:07     ` Kevin Hilman
  2019-06-13 20:48       ` Stephen Boyd
  0 siblings, 1 reply; 5+ messages in thread
From: Kevin Hilman @ 2019-06-13 19:07 UTC (permalink / raw)
  To: Jerome Brunet, Stephen Boyd, Michael Turquette
  Cc: open list:ARM/Amlogic Meson..., linux-clk

Jerome Brunet <jbrunet@baylibre.com> writes:

> On Wed, 2019-06-12 at 16:02 -0700, Stephen Boyd wrote:
>> Quoting Jerome Brunet (2019-06-11 05:23:33)
>> > Dear clock maintainers,
>> > 
>> > Below is a request to pull a couple of fixes on Amlogic clocks for v5.2
>> > These are typos in recently added clocks, the most annoying one being in
>> > the DT binding identifier on the MPLL50M which is used by the network PLL.
>> > 
>> > Regards
>> > 
>> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
>> > 
>> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
>> > 
>> > are available in the Git repository at:
>> > 
>> >   git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.2-1-fixes
>> > 
>> > for you to fetch changes up to 3ff46efbcd90d3d469de8eddaf03d12293aaa50c:
>> > 
>> >   clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200)
>> > 
>> > ----------------------------------------------------------------
>> 
>> Thanks. Pulled into clk-next.
>> 
>
> Hi Stephen,
>
> This was actually meant for clk-fixes
> We could probably cope with next, but it would be preferable if the typo in the
> bindings was fixed by the 5.2 release.

Yes please.  That would help my dependency management also.

Kevin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [GIT PULL] clk: meson: fixes for v5.2
  2019-06-13 19:07     ` Kevin Hilman
@ 2019-06-13 20:48       ` Stephen Boyd
  0 siblings, 0 replies; 5+ messages in thread
From: Stephen Boyd @ 2019-06-13 20:48 UTC (permalink / raw)
  To: Jerome Brunet, Kevin Hilman, Michael Turquette
  Cc: open list:ARM/Amlogic Meson..., linux-clk

Quoting Kevin Hilman (2019-06-13 12:07:57)
> Jerome Brunet <jbrunet@baylibre.com> writes:
> 
> > On Wed, 2019-06-12 at 16:02 -0700, Stephen Boyd wrote:
> >> Quoting Jerome Brunet (2019-06-11 05:23:33)
> >> > Dear clock maintainers,
> >> > 
> >> > Below is a request to pull a couple of fixes on Amlogic clocks for v5.2
> >> > These are typos in recently added clocks, the most annoying one being in
> >> > the DT binding identifier on the MPLL50M which is used by the network PLL.
> >> > 
> >> > Regards
> >> > 
> >> > The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9:
> >> > 
> >> >   Linux 5.2-rc1 (2019-05-19 15:47:09 -0700)
> >> > 
> >> > are available in the Git repository at:
> >> > 
> >> >   git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.2-1-fixes
> >> > 
> >> > for you to fetch changes up to 3ff46efbcd90d3d469de8eddaf03d12293aaa50c:
> >> > 
> >> >   clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200)
> >> > 
> >> > ----------------------------------------------------------------
> >> 
> >> Thanks. Pulled into clk-next.
> >> 
> >
> > Hi Stephen,
> >
> > This was actually meant for clk-fixes
> > We could probably cope with next, but it would be preferable if the typo in the
> > bindings was fixed by the 5.2 release.
> 
> Yes please.  That would help my dependency management also.
> 

I pulled it into fixes. Don't worry, it was just a typo due to my usage
of wrong key binding.


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2019-06-13 20:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-11 12:23 [GIT PULL] clk: meson: fixes for v5.2 Jerome Brunet
2019-06-12 23:02 ` Stephen Boyd
2019-06-13  8:19   ` Jerome Brunet
2019-06-13 19:07     ` Kevin Hilman
2019-06-13 20:48       ` Stephen Boyd

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 NNTP newsgroup(s).