From patchwork Sun Jun 19 08:40:46 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 583063 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 ACBA6C43334 for ; Sun, 19 Jun 2022 08:40:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231596AbiFSIk6 (ORCPT ); Sun, 19 Jun 2022 04:40:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56816 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229777AbiFSIk6 (ORCPT ); Sun, 19 Jun 2022 04:40:58 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E7D163A2; Sun, 19 Jun 2022 01:40:57 -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 C805960FD0; Sun, 19 Jun 2022 08:40:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 697C1C34114; Sun, 19 Jun 2022 08:40:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655628056; bh=QmXFtycrCbfBmrXZnhK+ptOa35gEtx2Chm9E61iE/+A=; h=Date:From:To:Cc:Subject:From; b=pKrFv5GZQtyVgeiWSIf1cgP+k6JgWXS+77ZuT3UlnrhLPajxSfBZje/ZWYBb7pz5f LiMlvofwXC8j9QYAmNkNHckysMbnbK28bjqw4LMu108aeeEMEMhKjwIPUK0R2gxZYI fzwBSibPPhpEXZqTNxeuSFOnJYWytbBGhYFrjTpjsjuTKfchulxUClrh5NoO1Wskid DDtlblnDal1dX95L/fRJwP1a4pCVlq6I7NlcohTE2FxR6lF9EitTXzPBwAZ7BGMogv PmD2u+5KedKqmLHmyfyNZxr9YUaJVb64FSVrPAr6mY4kedb3q1b0HNgVOvlKbOERur piaskGUCHi1Og== Date: Sun, 19 Jun 2022 10:40:46 +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-5.19-rc3 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 f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-5.19-rc3 for you to fetch changes up to de87b603b0919e31578c8fa312a3541f1fb37e1c: i2c: mediatek: Fix an error handling path in mtk_i2c_probe() (2022-06-14 22:11:54 +0200) ---------------------------------------------------------------- MAINTAINERS rectifications and a few minor driver fixes ---------------------------------------------------------------- Andy Shevchenko (1): MAINTAINERS: Update Synopsys DesignWare I2C to Supported Christophe JAILLET (1): i2c: mediatek: Fix an error handling path in mtk_i2c_probe() Jiasheng Jiang (1): i2c: npcm7xx: Add check for platform_driver_register Lukas Bulwahn (1): MAINTAINERS: add include/dt-bindings/i2c to I2C SUBSYSTEM HOST DRIVERS Serge Semin (1): i2c: designware: Use standard optional ref clock implementation Wolfram Sang (1): MAINTAINERS: core DT include belongs to core with much appreciated quality assurance from ---------------------------------------------------------------- Andy Shevchenko (1): (Rev.) i2c: designware: Use standard optional ref clock implementation AngeloGioacchino Del Regno (1): (Rev.) i2c: mediatek: Fix an error handling path in mtk_i2c_probe() Qii Wang (1): (Rev.) i2c: mediatek: Fix an error handling path in mtk_i2c_probe() MAINTAINERS | 4 +++- drivers/i2c/busses/i2c-designware-common.c | 3 --- drivers/i2c/busses/i2c-designware-platdrv.c | 13 +++++++++++-- drivers/i2c/busses/i2c-mt65xx.c | 9 +++++++-- drivers/i2c/busses/i2c-npcm7xx.c | 3 +-- 5 files changed, 22 insertions(+), 10 deletions(-)