Changes since v3: * Add `cp2615_check_iop()`: check that IOP is functional, before use * Use kernel types __be16, u8 and s8 * Add __attribute__((packed)) to `struct`s * Make `cp2615_i2c_quirks` and `cp2615_check_iop()` static * Fix `strncpy` invocation * Add myself to MAINTAINERS * Misc formatting, warning fixing (ex. identicalConditionAfterEarlyExit) etc. Bence Csókás (2): i2c: Add I2C_AQ_NO_REP_START adapter quirk Adding i2c-cp2615: i2c support for Silicon Labs' CP2615 Digital Audio Bridge MAINTAINERS | 5 + drivers/i2c/busses/Kconfig | 10 + drivers/i2c/busses/Makefile | 1 + drivers/i2c/busses/i2c-cp2615.c | 336 ++++++++++++++++++++++++++++++++ include/linux/i2c.h | 2 + 5 files changed, 354 insertions(+) create mode 100644 drivers/i2c/busses/i2c-cp2615.c -- 2.31.0