[GIT,PULL] Allwinner clock fixes for 6.15

Message ID aCaek3S9Mf0g48Ze@wens.tw (mailing list archive)
State New
Headers
Series [GIT,PULL] Allwinner clock fixes for 6.15 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-6.15

Message

Chen-Yu Tsai May 16, 2025, 2:10 a.m. UTC
The following changes since commit 0af2f6be1b4281385b618cb86ad946eded089ac8:

  Linux 6.15-rc1 (2025-04-06 13:11:33 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-6.15

for you to fetch changes up to 98e6da673cc6dd46ca9a599802bd2c8f83606710:

  clk: sunxi-ng: d1: Add missing divider for MMC mod clocks (2025-05-14 00:40:13 +0800)

----------------------------------------------------------------
Allwinner clk fixes for 6.15

Only two changes:

- Fix the order of arguments in clk macro for
  SUNXI_CCU_MP_DATA_WITH_MUX_GATE_FEAT that was recently introduced in
  v6.15-rc1

- Add missing post-divider for D1 MMC clocks to correct halved
  performance

----------------------------------------------------------------
Andre Przywara (2):
      clk: sunxi-ng: fix order of arguments in clock macro
      clk: sunxi-ng: d1: Add missing divider for MMC mod clocks

 drivers/clk/sunxi-ng/ccu-sun20i-d1.c | 44 ++++++++++++++++++++----------------
 drivers/clk/sunxi-ng/ccu_mp.h        | 25 ++++++++++++++++++--
 2 files changed, 48 insertions(+), 21 deletions(-)