From patchwork Sat Oct 22 06:44:30 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 617573 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 C0917C04A95 for ; Sat, 22 Oct 2022 06:44:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229678AbiJVGoz (ORCPT ); Sat, 22 Oct 2022 02:44:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230008AbiJVGow (ORCPT ); Sat, 22 Oct 2022 02:44:52 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3CA1A50537; Fri, 21 Oct 2022 23:44:45 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 996A860A2C; Sat, 22 Oct 2022 06:44:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B249C433D7; Sat, 22 Oct 2022 06:44:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666421084; bh=EK0yzUQUw1OPp3kbTpRFSmCYwre9gKGrpKiZICVlC08=; h=Date:From:To:Cc:Subject:From; b=r4ZFBaRzlQzYwK2dwCkK+v0nwfcth57+ExEM1LaiqXClIDnSK/LlebduVkWo7xqnJ ai1RLPtrWXyCGutGXL2wBzRyiLyP+D6HitDgRHealxK6WAIccza9uCU42RdClbSRnn cz+occ/U5+UhWYFIsrkU4zkJp4vyb7T0l8oMTK2+qr9G+ixlMCMBFfB4wWJmNvzAgB WLmbdWQJR1UxsKnxzcLPml4gK+qHA+3xP2pf8JCFYspSjBVfVEBUXklJ4njZV993Ui 7T/XNZB0voRJMGaQu1qPv+aNfMeQbLxW2wCo65MrdsuSG93+ahcJn2le3C5NmEdfqM DCKukyK0IEMCA== Date: Sat, 22 Oct 2022 08:44:30 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski Subject: [PULL REQUEST] i2c-for-6.1-rc2 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Peter Rosin , Bartosz Golaszewski MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-i2c@vger.kernel.org The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780: Linux 6.1-rc1 (2022-10-16 15:36:24 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.1-rc2 for you to fetch changes up to 65d78b8d0405fcda02b69fd3c34327e4af5cd465: i2c: mlxbf: depend on ACPI; clean away ifdeffage (2022-10-21 07:59:35 +0200) ---------------------------------------------------------------- RPM fix for qcom-cci, platform module alias for xiic, build warning fix for mlxbf, typo fixes in comments ---------------------------------------------------------------- Adam Borowski (1): i2c: mlxbf: depend on ACPI; clean away ifdeffage Bryan O'Donoghue (1): i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter Jiangshan Yi (1): i2c: fix spelling typos in comments Martin Tůma (1): i2c: xiic: Add platform module alias with much appreciated quality assurance from ---------------------------------------------------------------- Jean Delvare (1): (Rev.) i2c: fix spelling typos in comments Robert Foss (1): (Rev.) i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter Vladimir Zapolskiy (2): (Rev.) i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter (Test) i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapter drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-mlxbf.c | 9 --------- drivers/i2c/busses/i2c-mlxcpld.c | 2 +- drivers/i2c/busses/i2c-qcom-cci.c | 13 ++++++++----- drivers/i2c/busses/i2c-sis630.c | 2 +- drivers/i2c/busses/i2c-xiic.c | 1 + 6 files changed, 12 insertions(+), 16 deletions(-)