Hi Wolfram Sang & Ulf Hansson, > Subject: Re: [PATCH v5] mmc: renesas_sdhi: Fix rounding errors > > > > Or is this just a general bugfix that we should tag for stable? > > I'd think this because I assume there is no commit causing the > rounding errors. But maybe Biju has something to add? There is rounding error present since commit [1], but no HW at that time to introduce the error. Then we added RZ/G2L support and we started seeing this issue after [2]. So may be treat this an enhancement patch or fixes to [1] or [2] [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/mmc/host/renesas_sdhi_core.c?h=v6.0&id=bb6d3fa98a418b071c5f735e75558604f5f4af66 [2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/drivers/clk/renesas/r9a07g044-cpg.c?h=v6.0&id=b289cdecc7c3e25e001cde260c882e4d9a8b0772 Cheers, Biju