Age | Commit message (Collapse) | Author | Files | Lines |
|
Declare i2c_algorithm structures as const as they are only stored in the
algo field of an i2c_adapter structure. This field is of type const, so
i2c_algorithm structures having this property can be made const too.
Signed-off-by: Bhumika Goyal <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]> for
Acked-by: Patrice Chotard <[email protected]>
Acked-by: Jarkko Nikula <[email protected]>
Reviewed-by: Jean Delvare <[email protected]>
Acked-by: Ludovic Desroches <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
|
|
osif_table is never modified, so declare it as const.
Signed-off-by: Axel Lin <[email protected]>
Acked-by: Andrew Lunn <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
|
|
OSIF, Open Source InterFace, is a USB based i2c bus master. The
origional design was based on i2c-tiny-usb, but more modern versions
of the firmware running on the MegaAVR microcontroller use a different
protocol over the USB. This code is based on Barry Carter
<[email protected]> driver.
Signed-off-by: Andrew Lunn <[email protected]>
Signed-off-by: Wolfram Sang <[email protected]>
|