lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 31 Mar 2021 19:19:19 +0000
From:   Bence Csókás <bence98@....bme.hu>
To:     <linux-i2c@...r.kernel.org>
CC:     Bence Csókás <bence98@....bme.hu>,
        <linux-kernel@...r.kernel.org>
Subject: [PATCH v4 0/2] Adding i2c-cp2615: i2c support for Silicon Labs' CP2615 Digital Audio

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ