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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Fri, 28 Jun 2024 11:59:11 +0200
From: Andi Shyti <andi.shyti@...nel.org>
To: Wolfram Sang <wsa@...nel.org>
Cc: linux-i2c <linux-i2c@...r.kernel.org>, 
	lkml <linux-kernel@...r.kernel.org>, Arnd Bergmann <arnd@...nel.org>, 
	Andi Shyti <andi.shyti@...nel.org>
Subject: i2c-host-fixes for v6.10-rc6

Hi Wolfram,

thanks for pinging me on Arnd's patch. You'll find it in this
pull request.

Thanks,
Andi

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

  Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux.git tags/i2c-host-fixes-6.10-rc6

for you to fetch changes up to 103458874baca0bbc8ae0b66d50201d5faa8c17b:

  i2c: viai2c: turn common code into a proper module (2024-06-26 16:07:21 +0200)

----------------------------------------------------------------
Fixed a build error following the major refactoring involving the
VIA-I2C modules. Originally, the code was split to group together
parts that would be used by different drivers. This caused build
issues when two modules linked to the same code.

----------------------------------------------------------------
Arnd Bergmann (1):
      i2c: viai2c: turn common code into a proper module

 drivers/i2c/busses/Makefile             |   6 ++----
 drivers/i2c/busses/i2c-viai2c-common.c  |  71 +++++++++--------------------------------------------------------------
 drivers/i2c/busses/i2c-viai2c-common.h  |   2 +-
 drivers/i2c/busses/i2c-viai2c-wmt.c     |  36 ++++++++++++++++++++++++++++++++++++
 drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 113 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 5 files changed, 139 insertions(+), 89 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ