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: Fri, 10 May 2024 13:08:06 +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>, Sai Pavan Boddu <sai.pavan.boddu@....com>, 
	Christophe JAILLET <christophe.jaillet@...adoo.fr>, Andi Shyti <andi.shyti@...nel.org>
Subject: [GIT PULL] i2c-host-fixes for v6.9-rc8

Hi Wolfram,

after a few weeks, we received to patches marked as fixes from
Christophe and Sai Pavan.

Thanks,
Andi

The following changes since commit dd5a440a31fae6e459c0d6271dddd62825505361:

  Linux 6.9-rc7 (2024-05-05 14:06:01 -0700)

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.8-rc8

for you to fetch changes up to 55750148e5595bb85605e8fbb40b2759c2c4c2d7:

  i2c: synquacer: Fix an error handling path in synquacer_i2c_probe() (2024-05-06 10:58:04 +0200)

----------------------------------------------------------------
This tag includes two fixes. The first one, in the Cadence driver
seen in Qemu, prevents unintentional FIFO clearing at the
beginning of a transaction. The second fix, in the SynQuacer,
ensures proper error handling during clock get, prepare, and
enable operations by using the devm_clk_get_enabled() helper.

----------------------------------------------------------------
Christophe JAILLET (1):
      i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()

Sai Pavan Boddu (1):
      i2c: cadence: Avoid fifo clear after start

 drivers/i2c/busses/i2c-cadence.c   |  1 +
 drivers/i2c/busses/i2c-synquacer.c | 20 +++++++-------------
 2 files changed, 8 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ