On Mon, Aug 12, 2019 at 01:09:01PM -0700, Andrey Smirnov wrote: > Bootloader firmware expects the following traffic for DOWNLOAD_END: > > S Addr Wr [A] 0x11 [A] P > > using ziirave_firm_write_byte() will result in > > S Addr Wr [A] 0x11 [A] 0x01 [A] 0x01 [A] P > > which happens to work because firmware will ignore any extra bytes > sent. Fix this by converting the code to use i2c_smbus_write_byte() > instead. > > Signed-off-by: Andrey Smirnov <[email protected]> > Cc: Chris Healy <[email protected]> > Cc: Guenter Roeck <[email protected]> > Cc: Rick Ramstetter <[email protected]> > Cc: [email protected] > Cc: [email protected]
Reviewed-by: Guenter Roeck <[email protected]>

