From patchwork Tue Jan 17 08:49:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 643591 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 93BA9C3DA78 for ; Tue, 17 Jan 2023 08:49:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235999AbjAQIts (ORCPT ); Tue, 17 Jan 2023 03:49:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53368 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235898AbjAQItr (ORCPT ); Tue, 17 Jan 2023 03:49:47 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1195FE396; Tue, 17 Jan 2023 00:49:45 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id C60E8B811F3; Tue, 17 Jan 2023 08:49:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A511C433EF; Tue, 17 Jan 2023 08:49:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673945382; bh=t4WLIU04MNmLbqVeO6FrbfGvJwh92/6Ee1gfmuH0qNY=; h=Date:From:To:Cc:Subject:From; b=ScYx9hhyFijdBZhqGz3Z2T6Dfoj34Su56v/582u6Px4VGM6GdlyE7bTf1fDR2R+19 yZMWLhkxUWC3wZXPkn1SxRfqLD9lA6O9OdtDr3qzd2Fts5PMPErxGSLebz4Zi5raYY kx5k1Tg+cvFktXZI/KYTSX2n2f1x6+kPlZql9hkf8nwJXB6npM9R+HoIq3eHxtolhR hvI7wwq8xO1PYnNWlRnf8jZBx0R7WVXgqR/QhRG53/Z1g0z7iXfvnxEFPrlER83kyH wLkXWRWOX//QX3Dka7dKQvUtdd83xUJkg/fuuffBKfBRW+ph7yV5O/KkVnhqzoXIYj 2Fjbi87GnhGFQ== Date: Tue, 17 Jan 2023 09:49:39 +0100 From: Wolfram Sang To: netdev@vger.kernel.org Cc: linux-i2c@vger.kernel.org, Russell King Subject: [PULL REQUEST] i2c-fwnode-api-2023017 for netdev Message-ID: Mail-Followup-To: Wolfram Sang , netdev@vger.kernel.org, linux-i2c@vger.kernel.org, Russell King MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org Hi, here is an immtuable branch from I2C requested by Russell King. This allows him to rework SFP code further. Please pull. Wolfram The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git/ tags/i2c-fwnode-api-2023017 for you to fetch changes up to 373c612d72461ddaea223592df31e62c934aae61: i2c: add fwnode APIs (2023-01-17 09:29:59 +0100) ---------------------------------------------------------------- Immutable branch adding fwnode API to the I2C core ---------------------------------------------------------------- Russell King (Oracle) (1): i2c: add fwnode APIs with much appreciated quality assurance from ---------------------------------------------------------------- Mika Westerberg (1): (Rev.) i2c: add fwnode APIs drivers/i2c/i2c-core-acpi.c | 13 +----- drivers/i2c/i2c-core-base.c | 98 +++++++++++++++++++++++++++++++++++++++++++++ drivers/i2c/i2c-core-of.c | 66 ------------------------------ include/linux/i2c.h | 24 +++++++++-- 4 files changed, 120 insertions(+), 81 deletions(-)