From patchwork Sat Jun 10 20:05:03 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 691553 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 48D4EC7EE29 for ; Sat, 10 Jun 2023 20:05:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229949AbjFJUFS (ORCPT ); Sat, 10 Jun 2023 16:05:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229784AbjFJUFR (ORCPT ); Sat, 10 Jun 2023 16:05:17 -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 F0628358E; Sat, 10 Jun 2023 13:05:15 -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 7FD7260C25; Sat, 10 Jun 2023 20:05:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3EE21C433D2; Sat, 10 Jun 2023 20:05:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686427514; bh=VupPv2L+U3yNCwOQcFzd2ET7LJg70+iwJuBnIghA0Wg=; h=Date:From:To:Cc:Subject:From; b=kl4MzrRsCPzcsSDPtzBUR2YZiwrmZA0PZ9ONu4vcMSylF+iqiAKlJANu+0DPfmQrA rx1IzSlpghdJIvD33vWtJlAa+adwuhLLSd+IBnpp0e3sIyPcZnjAIZjq+4Si2U25Ie VNs9TPp/vl5MZjdO1mGrqf85fPzgQU00e6Rgw5UhTbMHSfJm3wxeSsMax33Fw9qxRh Z7YBEnpfyqNkPqpIWcvwtRhCKio6Kmw1xiJTe28Xtgt0rMFc5h7GnRnueEpoT0i+rM oy2Fqq7NLpPdEXI4Mhk41iAXTiGiF0br2yya+o/L2+mmBxS0wiaIzV13le2OSEbVyu ljmO6wEKQDraQ== Date: Sat, 10 Jun 2023 22:05:03 +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.4-rc6 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 9561de3a55bed6bdd44a12820ba81ec416e705a7: Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.4-rc6 for you to fetch changes up to 33f36147be36c5fa0919d32d20d501ca97981d9a: Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current (2023-06-09 17:14:33 +0200) ---------------------------------------------------------------- Biggest news is that Andi Shyti steps in for maintaining the controller drivers. Thank you very much! Other than that, one new driver maintainer and the rest is usual driver bugfixes. at24 has a Kconfig dependecy fix. ---------------------------------------------------------------- Andi Shyti (1): MAINTAINERS: Add myself as I2C host drivers maintainer Biju Das (1): MAINTAINERS: Add entries for Renesas RZ/V2M I2C driver Christian Heusel (1): i2c: img-scb: Fix spelling mistake "innacurate" -> "inaccurate" David Zheng (1): i2c: designware: fix idx_write_cnt in read loop Marek Behún (1): i2c: mv64xxx: Fix reading invalid status value in atomic mode Randy Dunlap (1): eeprom: at24: also select REGMAP Simon Horman (1): i2c: mchp-pci1xxxx: Avoid cast to incompatible function type Uwe Kleine-König (1): i2c: sprd: Delete i2c adapter in .remove's error path Wolfram Sang (1): Merge tag 'at24-fixes-for-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into i2c/for-current with much appreciated quality assurance from ---------------------------------------------------------------- Andi Shyti (2): (Rev.) i2c: sprd: Delete i2c adapter in .remove's error path (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type Horatiu Vultur (1): (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type Tharun Kumar P (1): (Rev.) i2c: mchp-pci1xxxx: Avoid cast to incompatible function type MAINTAINERS | 11 ++++++++++- drivers/i2c/busses/i2c-designware-core.h | 1 + drivers/i2c/busses/i2c-designware-slave.c | 4 ++++ drivers/i2c/busses/i2c-img-scb.c | 2 +- drivers/i2c/busses/i2c-mchp-pci1xxxx.c | 6 ++++-- drivers/i2c/busses/i2c-mv64xxx.c | 11 +++++++++++ drivers/i2c/busses/i2c-sprd.c | 8 +++++--- drivers/misc/eeprom/Kconfig | 1 + 8 files changed, 37 insertions(+), 7 deletions(-)