On Fri, Dec 20, 2024 at 10:36:34AM +0100, Wolfram Sang wrote: > Introduce I3C support by defining I3C accessors for regmap and > implementing an I3C driver. Enable I3C for the NXP P3T1755. > > Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx> > --- > > Changes since v1: > * don't parse i2c_device_id for a suitable sensor name but copy this > information to a specific struct for I3C devices > (frankly, I liked the previous solution better) > > * not really a change. I decided against using cpu_to_be/le* helpers. > It looks clumsy when operating on an array of u8 with them IMHO. > Should I apply this patch as-is, or do you want to send another version using {ge,pu}t_unaligned_[bl]e*() ? Either way is fine with me. Thanks, Guenter