Subject: [PATCH RESEND TO CC MAILLIST] i2c: designware: fix master holding SCL low when I2C_DYNAMIC_TAR_UPDATE not set
From: Liu Peibao <loven.liu@jaguarmicro.com>
To: Jarkko Nikula <jarkko.nikula@linux.intel.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	Mika Westerberg <mika.westerberg@linux.intel.com>,
	Jan Dabros <jsd@semihalf.com>,
	Andi Shyti <andi.shyti@kernel.org>
Cc: "xiaowu . ding" <xiaowu.ding@jaguarmicro.com>,
	Angus Chen <angus.chen@jaguarmicro.com>,
	Liu Peibao <loven.liu@jaguarmicro.com>,
	linux-i2c@vger.kernel.org,
	linux-kernel@vger.kernel.org
Date: Fri,  1 Nov 2024 16:12:43 +0800

.
Subject: [PATCH v1 1/1] i2c: busses: Use *-y instead of *-objs in Makefile
From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Andi Shyti <andi.shyti@kernel.org>,
	linux-i2c@vger.kernel.org,
	linux-kernel@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Date: Fri,  1 Nov 2024 15:11:03 +0200

.
Subject: [GIT PULL] i2c-host-fixes for v6.12-rc6
From: Andi Shyti <andi.shyti@kernel.org>
To: Wolfram Sang <wsa+renesas@sang-engineering.com>
Cc: linux-i2c <linux-i2c@vger.kernel.org>, 
	lkml <linux-kernel@vger.kernel.org>, Andi Shyti <andi.shyti@kernel.org>, 
	Yang Yingliang <yangyingliang@huawei.com>
Date: Fri, 1 Nov 2024 19:05:10 +0100

Hi Wolfram,

just one fix in the muxes this week.

I wish you a great weekend,
Andi

The following changes since commit 81983758430957d9a5cb3333fe324fd70cf63e7e:

  Linux 6.12-rc5 (2024-10-27 12:52:02 -1000)

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.12-rc6

for you to fetch changes up to c4c4172fb9c2327262055cda171916e7a79fd7ff:

  i2c: muxes: Fix return value check in mule_i2c_mux_probe() (2024-10-31 13:06:02 +0100)

----------------------------------------------------------------
i2c-host fixes for v6.12-rc6

Fixed an incorrect error return value in the Mule Multiplexer.

----------------------------------------------------------------
Yang Yingliang (1):
      i2c: muxes: Fix return value check in mule_i2c_mux_probe()

 drivers/i2c/muxes/i2c-mux-mule.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

.
Subject: [PATCH v3 0/4] i2c: Replace lists of special clients with flagging of
 such clients
From: Heiner Kallweit <hkallweit1@gmail.com>
To: Wolfram Sang <wsa@kernel.org>, Jaroslav Kysela <perex@perex.cz>,
 Takashi Iwai <tiwai@suse.com>
Cc: "linux-i2c@vger.kernel.org" <linux-i2c@vger.kernel.org>,
 linux-sound@vger.kernel.org
Date: Fri, 1 Nov 2024 23:05:53 +0100

.
