On Wed, Feb 24, 2021 at 11:04 AM Jae Hyun Yoo <jae.hyun.yoo@xxxxxxxxxxxxxxx> wrote: > > This driver uses byte mode that makes lots of interrupt calls > which isn't good for performance and it makes the driver very > timing sensitive. To improve performance of the driver, this commit > adds buffer mode transfer support which uses I2C SRAM buffer > instead of using a single byte buffer. > > Signed-off-by: Jae Hyun Yoo <jae.hyun.yoo@xxxxxxxxxxxxxxx> > Tested-by: Tao Ren <taoren@xxxxxx> Reviewed-by: Brendan Higgins <brendanhiggins@xxxxxxxxxx>