All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Amlogic clock driver updates for v4.12 - 2nd batch
@ 2017-04-10  7:42 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2017-04-10  7:42 UTC (permalink / raw)
  To: linus-amlogic

Dear clock maintainers,

Below is a request to pull a 2nd batch of update to the Amlogic clock driver. It
is based on the previous PR sent by Kevin.

Cheers

The following changes since commit 3a429818a2e48928ae0114df5fb3b0612dd57001:

? Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:11 -0700)

are available in the git repository at:

? git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-4.12

for you to fetch changes up to b609338b26f5653aa211fc7af83477e2df6e3f0b:

? clk: meson: mpll: use 64bit math in rate_from_params (2017-04-07 17:45:30
+0200)

----------------------------------------------------------------
2nd Amlogic clock driver update for 4.12:
* Protect against holes in onecell_data
* Fix divison by zero and overflow in the mpll driver
* Add audio clock divider driver for i2s clocks
* Add i2s and spdif master clocks

----------------------------------------------------------------
Jerome Brunet (6):
??????MAINTAINERS: Add maintainers for the meson clock driver
??????clk: meson: gxbb: protect against holes in the onecell_data array
??????clk: meson: add audio clock divider support
??????clk: meson: gxbb: add cts_amclk
??????clk: meson: gxbb: add cts_mclk_i958
??????clk: meson: gxbb: add cts_i958 clock

Martin Blumenstingl (2):
??????clk: meson: mpll: fix division by zero in rate_from_params
??????clk: meson: mpll: use 64bit math in rate_from_params

?MAINTAINERS???????????????????????????|??10 +++
?drivers/clk/meson/Makefile????????????|???2 +-
?drivers/clk/meson/clk-audio-divider.c | 144 ++++++++++++++++++++++++++++++++++
?drivers/clk/meson/clk-mpll.c??????????|??26 +++---
?drivers/clk/meson/clkc.h??????????????|??10 +++
?drivers/clk/meson/gxbb.c??????????????| 144 ++++++++++++++++++++++++++++++++++
?drivers/clk/meson/gxbb.h??????????????|???9 ++-
?7 files changed, 332 insertions(+), 13 deletions(-)
?create mode 100644 drivers/clk/meson/clk-audio-divider.c

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

* [GIT PULL] Amlogic clock driver updates for v4.12 - 2nd batch
@ 2017-04-10  7:42 ` Jerome Brunet
  0 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2017-04-10  7:42 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd
  Cc: Kevin Hilman, Neil Armstrong, linux-clk@vger.kernel.org,
	open list:ARM/Amlogic Meson...

Dear clock maintainers,

Below is a request to pull a 2nd batch of update to the Amlogic clock driver. It
is based on the previous PR sent by Kevin.

Cheers

The following changes since commit 3a429818a2e48928ae0114df5fb3b0612dd57001:

  Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:11 -0700)

are available in the git repository at:

  git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-4.12

for you to fetch changes up to b609338b26f5653aa211fc7af83477e2df6e3f0b:

  clk: meson: mpll: use 64bit math in rate_from_params (2017-04-07 17:45:30
+0200)

----------------------------------------------------------------
2nd Amlogic clock driver update for 4.12:
* Protect against holes in onecell_data
* Fix divison by zero and overflow in the mpll driver
* Add audio clock divider driver for i2s clocks
* Add i2s and spdif master clocks

----------------------------------------------------------------
Jerome Brunet (6):
      MAINTAINERS: Add maintainers for the meson clock driver
      clk: meson: gxbb: protect against holes in the onecell_data array
      clk: meson: add audio clock divider support
      clk: meson: gxbb: add cts_amclk
      clk: meson: gxbb: add cts_mclk_i958
      clk: meson: gxbb: add cts_i958 clock

Martin Blumenstingl (2):
      clk: meson: mpll: fix division by zero in rate_from_params
      clk: meson: mpll: use 64bit math in rate_from_params

 MAINTAINERS                           |  10 +++
 drivers/clk/meson/Makefile            |   2 +-
 drivers/clk/meson/clk-audio-divider.c | 144 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/clk-mpll.c          |  26 +++---
 drivers/clk/meson/clkc.h              |  10 +++
 drivers/clk/meson/gxbb.c              | 144 ++++++++++++++++++++++++++++++++++
 drivers/clk/meson/gxbb.h              |   9 ++-
 7 files changed, 332 insertions(+), 13 deletions(-)
 create mode 100644 drivers/clk/meson/clk-audio-divider.c

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

* [GIT PULL] Amlogic clock driver updates for v4.12 - 2nd batch
  2017-04-10  7:42 ` Jerome Brunet
@ 2017-04-12 12:52   ` Michael Turquette
  -1 siblings, 0 replies; 4+ messages in thread
From: Michael Turquette @ 2017-04-12 12:52 UTC (permalink / raw)
  To: linus-amlogic

Quoting Jerome Brunet (2017-04-10 09:42:01)
> Dear clock maintainers,
> 
> Below is a request to pull a 2nd batch of update to the Amlogic clock driver. It
> is based on the previous PR sent by Kevin.
> 
> Cheers
> 
> The following changes since commit 3a429818a2e48928ae0114df5fb3b0612dd57001:
> 
> ? Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:11 -0700)
> 
> are available in the git repository at:
> 
> ? git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-4.12
> 
> for you to fetch changes up to b609338b26f5653aa211fc7af83477e2df6e3f0b:
> 
> ? clk: meson: mpll: use 64bit math in rate_from_params (2017-04-07 17:45:30
> +0200)

Pulled.

Regards,
Mike

> 
> ----------------------------------------------------------------
> 2nd Amlogic clock driver update for 4.12:
> * Protect against holes in onecell_data
> * Fix divison by zero and overflow in the mpll driver
> * Add audio clock divider driver for i2s clocks
> * Add i2s and spdif master clocks
> 
> ----------------------------------------------------------------
> Jerome Brunet (6):
> ??????MAINTAINERS: Add maintainers for the meson clock driver
> ??????clk: meson: gxbb: protect against holes in the onecell_data array
> ??????clk: meson: add audio clock divider support
> ??????clk: meson: gxbb: add cts_amclk
> ??????clk: meson: gxbb: add cts_mclk_i958
> ??????clk: meson: gxbb: add cts_i958 clock
> 
> Martin Blumenstingl (2):
> ??????clk: meson: mpll: fix division by zero in rate_from_params
> ??????clk: meson: mpll: use 64bit math in rate_from_params
> 
> ?MAINTAINERS???????????????????????????|??10 +++
> ?drivers/clk/meson/Makefile????????????|???2 +-
> ?drivers/clk/meson/clk-audio-divider.c | 144 ++++++++++++++++++++++++++++++++++
> ?drivers/clk/meson/clk-mpll.c??????????|??26 +++---
> ?drivers/clk/meson/clkc.h??????????????|??10 +++
> ?drivers/clk/meson/gxbb.c??????????????| 144 ++++++++++++++++++++++++++++++++++
> ?drivers/clk/meson/gxbb.h??????????????|???9 ++-
> ?7 files changed, 332 insertions(+), 13 deletions(-)
> ?create mode 100644 drivers/clk/meson/clk-audio-divider.c

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

* Re: [GIT PULL] Amlogic clock driver updates for v4.12 - 2nd batch
@ 2017-04-12 12:52   ` Michael Turquette
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Turquette @ 2017-04-12 12:52 UTC (permalink / raw)
  To: Jerome Brunet, Stephen Boyd
  Cc: Kevin Hilman, Neil Armstrong, linux-clk@vger.kernel.org,
	open list:ARM/Amlogic Meson...

Quoting Jerome Brunet (2017-04-10 09:42:01)
> Dear clock maintainers,
> =

> Below is a request to pull a 2nd batch of update to the Amlogic clock dri=
ver. It
> is based on the previous PR sent by Kevin.
> =

> Cheers
> =

> The following changes since commit 3a429818a2e48928ae0114df5fb3b0612dd570=
01:
> =

> =C2=A0 Merge branch 'v4.12/clk-drivers' into v4.12/clk (2017-04-04 15:58:=
11 -0700)
> =

> are available in the git repository at:
> =

> =C2=A0 git://github.com/BayLibre/clk-meson.git tags/meson-clk-for-4.12
> =

> for you to fetch changes up to b609338b26f5653aa211fc7af83477e2df6e3f0b:
> =

> =C2=A0 clk: meson: mpll: use 64bit math in rate_from_params (2017-04-07 1=
7:45:30
> +0200)

Pulled.

Regards,
Mike

> =

> ----------------------------------------------------------------
> 2nd Amlogic clock driver update for 4.12:
> * Protect against holes in onecell_data
> * Fix divison by zero and overflow in the mpll driver
> * Add audio clock divider driver for i2s clocks
> * Add i2s and spdif master clocks
> =

> ----------------------------------------------------------------
> Jerome Brunet (6):
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0MAINTAINERS: Add maintainers for the =
meson clock driver
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: gxbb: protect against hol=
es in the onecell_data array
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: add audio clock divider s=
upport
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: gxbb: add cts_amclk
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: gxbb: add cts_mclk_i958
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: gxbb: add cts_i958 clock
> =

> Martin Blumenstingl (2):
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: mpll: fix division by zer=
o in rate_from_params
> =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0clk: meson: mpll: use 64bit math in r=
ate_from_params
> =

> =C2=A0MAINTAINERS=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A010 +++
> =C2=A0drivers/clk/meson/Makefile=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A02 +-
> =C2=A0drivers/clk/meson/clk-audio-divider.c | 144 +++++++++++++++++++++++=
+++++++++++
> =C2=A0drivers/clk/meson/clk-mpll.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A026 +++---
> =C2=A0drivers/clk/meson/clkc.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A010 +++
> =C2=A0drivers/clk/meson/gxbb.c=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0| 144 +++++++++++++++++++++++++++=
+++++++
> =C2=A0drivers/clk/meson/gxbb.h=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0|=C2=A0=C2=A0=C2=A09 ++-
> =C2=A07 files changed, 332 insertions(+), 13 deletions(-)
> =C2=A0create mode 100644 drivers/clk/meson/clk-audio-divider.c

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

end of thread, other threads:[~2017-04-12 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-10  7:42 [GIT PULL] Amlogic clock driver updates for v4.12 - 2nd batch Jerome Brunet
2017-04-10  7:42 ` Jerome Brunet
2017-04-12 12:52 ` Michael Turquette
2017-04-12 12:52   ` Michael Turquette

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.