lkml.org 
[lkml]   [2021]   [Mar]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v4 0/2] Adding i2c-cp2615: i2c support for Silicon Labs' CP2615 Digital Audio
Date
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

\
 
 \ /
  Last update: 2021-03-31 21:04    [W:0.043 / U:0.440 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site