On 3/19/25 4:29 AM, Troy Mitchell wrote:
This patch introduces basic I2C support for the SpacemiT K1 SoC, utilizing interrupts for transfers. The driver has been tested using i2c-tools on a Bananapi-F3 board, and basic I2C read/write operations have been confirmed to work.
So you removed support for the clock-frequency property, which addresses both of the things I commented on in the last version. This is great; I hope Andi is satisfied what anything else you did and will merge this. Nice work Troy. -Alex
Reviewed-by: Alex Elder <elder@xxxxxxxxxxxx> Link: https://lore.kernel.org/all/20250128-k1-maintainer-1-v1-1-e5dec4f379eb@xxxxxxxxxx [1] Signed-off-by: Troy Mitchell <troymitchell988@xxxxxxxxx> ---
. . .