From patchwork Sat Feb 8 11:58:53 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 863678 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 896481624D0; Sat, 8 Feb 2025 11:59:00 +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=1739015940; cv=none; b=aw/rlCWgano0HwHG478w8NaPPsjFQmziG1RRzaKitsXm9tNXILmtpo7y1+/v6MFupt8UUiGul5k5lNTwng/WMuqFydGztHnX9ukXlSZSM+hMkMYyVYgCWixOzAAZf05FwBIe+H6vIVVrblaQMQ6BsMyY8QLE3ECV2ZrexSJ7D3w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739015940; c=relaxed/simple; bh=8zdPfaAd61HtnEzwzTOoIlR8RIenVo7mfoghgXMKMho=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=AUZ/87a8uCgc7WKg+Ux4aEpEirHEe7Hu9m1/jwXXhKe4ql2rpJXySEI2lkQge9yTwxJ3mxFbN5YCdWOpWG43BIHc9eN1K/moOr0H74H7CZtk+coEV24VYs6YIhAK+l1/8pSyl1Xpek2yxesvBUOAyVz2puD9N2w3L6ySnGkT/D8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GBblN31n; 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="GBblN31n" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8CDBDC4CED6; Sat, 8 Feb 2025 11:58:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1739015940; bh=8zdPfaAd61HtnEzwzTOoIlR8RIenVo7mfoghgXMKMho=; h=Date:From:To:Cc:Subject:From; b=GBblN31nUMvL+abtT9hWPydGzdUDIwJhPLiQoxav1bE7X2Tw3FTxzYkkpH3kLefQc uAxBHDaiYBYfcGSgwEhHWYWRTr8xfvl5ZG7J1AQXOmTIz0lf1FNsevOtsDXxBTbKMf C/UzaAng6FTUoKIuEmVU03tihceJxCv4ateLXbVttoQSQwRW1sKGo2p54LJrE2eNfg BLYrvpYtc5X8udN4UHZNgHTCm7/n75eT28r+Fe455kfPOsOCEl5YujnMqYjPZg8kI9 MeJzU33+klSj2M+gVZ58rKWvftsDfMe+QhuPQlQJwNkB32RnRQp5tnWBlIBMJQerq0 rKck37no2Vg1w== Date: Sat, 8 Feb 2025 12:58:53 +0100 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.14-rc2 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 The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.14-rc2 for you to fetch changes up to 3bfa08fe9ec8dd79e183c88e1275be74191e7bc8: Revert "i2c: Replace list-based mechanism for handling auto-detected clients" (2025-02-05 14:22:12 +0100) ---------------------------------------------------------------- i2c-for-6.14-rc2 It turned out the new mechanism for handling created devices does not handle all muxing cases. Revert the changes to give a proper solution more time. ---------------------------------------------------------------- Wolfram Sang (2): Revert "i2c: Replace list-based mechanism for handling userspace-created clients" Revert "i2c: Replace list-based mechanism for handling auto-detected clients" drivers/i2c/i2c-core-base.c | 113 +++++++++++++++++++++++++++++--------------- include/linux/i2c.h | 10 +++- 2 files changed, 83 insertions(+), 40 deletions(-)