On Thu, Sep 3, 2026 at 7:38 AM Dmitry Guzman <[email protected]> wrote:
> Change type of `tft` and `rft` fields of `nmk_i2c_dev` structure from > `unsigned char` to `u8` and `buffer` field of `i2c_nmk_client` structure > from `unsigned char *` to `u8 *`. > > Put two bool variables `xfer_done` and `has_32b_bus` and two u8 variables > `tft` and `rft` together in order to reduce struct size wasted for padding. > > Signed-off-by: Dmitry Guzman <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij
