From patchwork Sat Jun 29 13:37:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 808547 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 14B8980BEE; Sat, 29 Jun 2024 13:37:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719668260; cv=none; b=evA9Z+CrZYRthhFJKTPt1LekJsELtPAxryD3HbtC55FEPqEFdy/wLjN3u/3Ow1jI32Sby5mRWZns5yHGHnT+p8w3H5vjfdQvvQTAeV7QTqPde9dVr0NL6ClaFWvjF0rnu7V+Ji8Hm3xHXPX2hLNqGQPXeFRHWMiiMOJYyvarZ7A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719668260; c=relaxed/simple; bh=dqQDZvowwBChjuJGhkhif3m/CmZP0CoBJ1KWcJsYoWY=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=OsS9R8x1pRzh41aXAjNHmRCSzuEpUKkV8EBLiM2Rg74Vl9OSYlewbxdRuPSdx2x9GzK/JDrPqvXibcvMQ6/Oq/IU2j9Keb3You6IHi+lKe0iHPuDdeiwuEt0rGt8yHVrCfcDl180zE20U+uVrxnki71HcarzwfE77XUHKDrh2q4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=aqSLbEwA; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="aqSLbEwA" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1A68DC2BBFC; Sat, 29 Jun 2024 13:37:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719668259; bh=dqQDZvowwBChjuJGhkhif3m/CmZP0CoBJ1KWcJsYoWY=; h=Date:From:To:Cc:Subject:From; b=aqSLbEwAi+lF14D7sPC/B15D6Z7lGoZUVvGZxn9YX8o/H43KfUh56m2wPPo7smbys n8lndxZFWMcpd7ZVe7sb1y3CfkTMsvfTemFPPyvpJreXjP+RI0nAX2+qCUclsEGetT 1/P/RrpSIdb9lAKTuTvnjrexKJPCvCT55N3QZiR07IGBecMXRfv+vN/5TlA554Kq0S ucYFqCs/Zi/qKSylmP9JPXr6i5wvXrWcqSwxCOnAAnMGRfaA+3HUV+s1hTgJiJ9a9n CePkSqUDF+jGdWemDD/Sw5yIpM4lq9zjLB20rqekhAYmOo8/1rAfndRw188Go5OypW GQmidjmWl9eGA== Date: Sat, 29 Jun 2024 15:37:36 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski , Andi Shyti Subject: [PULL REQUEST] i2c-for-6.10-rc6 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski , Andi Shyti Precedence: bulk X-Mailing-List: linux-i2c@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Linus, Arnd's patch seems a bit large for rc6. It was in place for rc3 but fell through the cracks :( We are sorry about that. 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/wsa/linux.git tags/i2c-for-6.10-rc6 for you to fetch changes up to c116deafd1a5cc1e9739099eb32114e90623209c: i2c: testunit: discard write requests while old command is running (2024-06-28 20:44:38 +0200) ---------------------------------------------------------------- Two fixes for the testunit and and a fixup for the code reorganization of the previous wmt-driver ---------------------------------------------------------------- Arnd Bergmann (1): i2c: viai2c: turn common code into a proper module Wolfram Sang (3): Merge tag 'i2c-host-fixes-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current i2c: testunit: don't erase registers after STOP i2c: testunit: discard write requests while old command is running with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (2): (Rev.) i2c: testunit: discard write requests while old command is running (Rev.) i2c: testunit: don't erase registers after STOP Hans Hu (1): (Test) 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 +++++++++++++++++++++++++------- drivers/i2c/i2c-slave-testunit.c | 5 +- 6 files changed, 143 insertions(+), 90 deletions(-)