mbox series

[GIT,PULL] : clk: meson: amlogic clock updates for v6.3

Message ID 1jmt69nxup.fsf@starbuckisacylon.baylibre.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] : clk: meson: amlogic clock updates for v6.3 | expand

Pull-request

https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.3-1

Message

Jerome Brunet Jan. 23, 2023, 2:07 p.m. UTC
Hi Stephen,

Here are the amlogic clock updates for v6.3.
Please pull.

Cheers
Jerome

The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.3-1

for you to fetch changes up to 716592fdb5e255a1b9dcb444822c9c1f9a1e248c:

  clk: meson: clk-cpu-dyndiv: switch from .round_rate to .determine_rate (2023-01-13 15:14:12 +0100)

----------------------------------------------------------------
Amlogic clock updates for v6.3

* Use .determine_rate() instead of .round_rate() for the dualdiv, mpll,
  sclk-div and cpu-dyn-div amlogic clock drivers.

----------------------------------------------------------------
Martin Blumenstingl (4):
      clk: meson: mpll: Switch from .round_rate to .determine_rate
      clk: meson: dualdiv: switch from .round_rate to .determine_rate
      clk: meson: sclk-div: switch from .round_rate to .determine_rate
      clk: meson: clk-cpu-dyndiv: switch from .round_rate to .determine_rate

 drivers/clk/meson/clk-cpu-dyndiv.c |  9 ++++-----
 drivers/clk/meson/clk-dualdiv.c    | 21 +++++++++++++--------
 drivers/clk/meson/clk-mpll.c       | 20 +++++++++++++-------
 drivers/clk/meson/sclk-div.c       | 11 ++++++-----
 4 files changed, 36 insertions(+), 25 deletions(-)

Comments

Stephen Boyd Jan. 25, 2023, 7:33 p.m. UTC | #1
Quoting Jerome Brunet (2023-01-23 06:07:11)
> 
> Hi Stephen,
> 
> Here are the amlogic clock updates for v6.3.
> Please pull.
> 
> Cheers
> Jerome
> 
> The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:
> 
>   Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)
> 
> are available in the Git repository at:
> 
>   https://github.com/BayLibre/clk-meson.git tags/clk-meson-v6.3-1
> 
> for you to fetch changes up to 716592fdb5e255a1b9dcb444822c9c1f9a1e248c:
> 
>   clk: meson: clk-cpu-dyndiv: switch from .round_rate to .determine_rate (2023-01-13 15:14:12 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next