Re: [PATCH v7 0/2] i2c: spacemit: improve clock handling and cleanups
"Troy Mitchell" <[email protected]>
| Newsgroups | dev.linux.lists.spacemit,org.infradead.lists.linux-riscv,org.kernel.vger.linux-i2c,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri May 8, 2026 at 3:25 PM CST, Troy Mitchell wrote: > This patch series contains a set of small improvements and cleanups for > the SpacemiT I2C controller driver. > > The main change in this series is to improve SCL frequency accuracy by > configuring the ILCR register based on the requested clock rate, rather > than relying on the hardware reset defaults. > > The ILCR is exposed as a managed clock via the Common Clock Framework, > allowing the driver to program appropriate divider values for standard > and fast modes. > > In addition, the series removes a spurious warning when the optional > clock-frequency DT property is absent. > > Signed-off-by: Troy Mitchell <[email protected]> Just a gentle ping on this series. Please let me know if anyone has any feedback or if there is anything I should update. - Troy