From patchwork Sat May 10 10:12:10 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 890709 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 C03982222BB; Sat, 10 May 2025 10:12:14 +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=1746871934; cv=none; b=uejqGZM1dEWRMoWQlI32q20aTZMrkG28+BNGDc4cI0Vu0+CLJOy9ekWMrRXSN3yW0g6rHXYIIuXKWJs6vDa4YHd7lyrfHd4qGglPr2sLkntMR4FiIaV7NlACwq3P/QfR7jk5qDKCVHf9JfPmIEQ6FdxztrEHnCl4NKJ+VrzPDpU= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746871934; c=relaxed/simple; bh=Pg4V0meN3L3Yz//A/BdYQj6sOEw4qJtZuQhEeL7Cnvw=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=EiXiJKwji6k4Q+4LG536F1hF0T1PJWfDcULmzJEw/Yu8UYFGyhm72A9xJvs3gfmGQd7YHTEhBnxui83ldIDBJncHAY8i2Lmv1LsqZKQzkuYo84q5JEBay0tpzEL33mSu+sO1Oh/NJb7X+VGwJz+MUWAFGeATShwndoxpRNCTgRE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LWJv9tFZ; 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="LWJv9tFZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A5C86C4CEE2; Sat, 10 May 2025 10:12:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1746871934; bh=Pg4V0meN3L3Yz//A/BdYQj6sOEw4qJtZuQhEeL7Cnvw=; h=Date:From:To:Cc:Subject:From; b=LWJv9tFZ2gs0umparpARp9quhqRJm0hB09VmLrv3SBSA/LOBSM54rq5D/+/3QzhZ6 ADl0D/dOb1QrakOHTo0WVpGzVqx4OXL6zyF1d5KeuFff+EtBFaPVjFOEEbiuIrSOX2 cHCbZgoexQiLwZoH05uLLuNVGUtspfSY0ShOjFXOYjmaUNIGGGIRCEHK2yqX2qXBCJ kyYNBPTmzO9uqJyac1Gfs6TgAz6mvAU6bVj5x12Q4x7LHaS/bmJfwO/sHL0MqF0xUa ayCkh7B5NbttoUqSuJIOEljeclcsBE1U/MHslmip2PrR2T67EkHzck2t8gPVg8BJGV cj6nM3c4GiM2w== Date: Sat, 10 May 2025 12:12:10 +0200 From: Wolfram Sang To: Linus Torvalds Cc: linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski , Andi Shyti Subject: [PULL REQUEST] i2c-for-6.15-rc6 Message-ID: Mail-Followup-To: Wolfram Sang , Linus Torvalds , linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, 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 92a09c47464d040866cf2b4cd052bc60555185fb: Linux 6.15-rc5 (2025-05-04 13:55:04 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git tags/i2c-for-6.15-rc6 for you to fetch changes up to b6c08bcddb2af9ea6d1846bcd36a35371e249003: Merge tag 'i2c-host-fixes-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current (2025-05-10 11:41:13 +0200) ---------------------------------------------------------------- i2c-for-6.15-rc6 - omap: use correct function to read from device tree - MAINTAINERS: remove Seth from ISMT maintainership ---------------------------------------------------------------- Andi Shyti (1): MAINTAINERS: Remove entry for Seth Heasley Johan Hovold (1): i2c: omap: fix deprecated of_property_read_bool() use Wolfram Sang (1): Merge tag 'i2c-host-fixes-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current MAINTAINERS | 1 - drivers/i2c/busses/i2c-omap.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-)