mbox series

[5.10.y-cip,0/3] SDHI Fixes/enhancements

Message ID 20221108125630.3853219-1-biju.das.jz@bp.renesas.com (mailing list archive)
Headers show
Series SDHI Fixes/enhancements | expand

Message

Biju Das Nov. 8, 2022, 12:56 p.m. UTC
This patch series aims to add rounding error fixes for selecting
533MHz SDHI source clk and avoid glitches when resetting.

Biju Das (2):
  mmc: renesas_sdhi: Fix rounding errors
  clk: renesas: rzg2l: Support sd clk mux round operation

Wolfram Sang (1):
  mmc: tmio: avoid glitches when resetting

 drivers/clk/renesas/rzg2l-cpg.c      |  2 +-
 drivers/mmc/host/renesas_sdhi_core.c | 48 ++++++++++++++++++----------
 drivers/mmc/host/tmio_mmc.c          |  2 +-
 drivers/mmc/host/tmio_mmc.h          |  6 +++-
 drivers/mmc/host/tmio_mmc_core.c     | 28 ++++++++++++----
 5 files changed, 61 insertions(+), 25 deletions(-)

Comments

Pavel Machek Nov. 8, 2022, 6:47 p.m. UTC | #1
Hi!

> This patch series aims to add rounding error fixes for selecting
> 533MHz SDHI source clk and avoid glitches when resetting.

Series looks okay to me, and it looks like it will pass testing, too.

If there are no other comments, I can apply it. (But I guess I'll wait
for 5.10-cip kernel to be released, first, in order not to interfere
with the release).

Best regards,
								Pavel
Pavel Machek Nov. 9, 2022, 7:38 p.m. UTC | #2
Hi!

> > This patch series aims to add rounding error fixes for selecting
> > 533MHz SDHI source clk and avoid glitches when resetting.
> 
> Series looks okay to me, and it looks like it will pass testing, too.
> 
> If there are no other comments, I can apply it. (But I guess I'll wait
> for 5.10-cip kernel to be released, first, in order not to interfere
> with the release).

Thank you, applied.

Best regards,
								Pavel