From mboxrd@z Thu Jan 1 00:00:00 1970 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 3460CEB64D7 for ; Wed, 21 Jun 2023 13:20:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232500AbjFUNUm (ORCPT ); Wed, 21 Jun 2023 09:20:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232493AbjFUNUk (ORCPT ); Wed, 21 Jun 2023 09:20:40 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5CAA81BD3 for ; Wed, 21 Jun 2023 06:20:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E2710614E5 for ; Wed, 21 Jun 2023 13:20:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E6428C433C0; Wed, 21 Jun 2023 13:20:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687353629; bh=EvfQzddAVDTvwMs5fXz8sldsDD178CwSmoCdl+xtBe0=; h=From:To:Cc:Subject:Date:From; b=GJ4B2Z+Wwal82mixJjmq17dIOv9ARWXvQ/6TCjk360D/VtbQhYvDrcMwP0pgbos8l iL7nW6MOak06TIDzPUblH3wb+bg/1qa4iQbk3FCDs6dom/arlI3tHbmUKG1RnRsSzN wDczDKndNz9qkTHp6LFFnB5D3PerGVuDfsmMLjd3LIPeoLLKVHAhKJRKZ5jG/hOo0u vZ7UaN2oMn7Vsf/2l4tTdVoBe+oGMC17iFmW09ZoGWnqptn52iN9L/sEPbMF3Q3z4V 5UNi/ADl981hdirk6IagpqQ6Kk+y2y7yFXjrY0uOXNQMVq6dq4fgceuY1kHUAGFjqf ZBJASSxalrtHg== From: Mark Brown To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [GIT PULL] regmap fixes for v6.4-rc7 Date: Wed, 21 Jun 2023 14:20:16 +0100 Message-Id: <20230621132028.E6428C433C0@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 44e46572f0bae431a6092e3cfd2f47bff8b8d18c: regmap: regcache: Don't sync read-only registers (2023-06-13 13:15:00 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git tags/regmap-fix-v6.4-rc7 for you to fetch changes up to c8e796895e2310b6130e7577248da1d771431a77: regmap: spi-avmm: Fix regmap_bus max_raw_write (2023-06-20 21:31:08 +0100) ---------------------------------------------------------------- regmap: One more fix for v6.4 The earlier fix to take account of the register data size when limiting raw register writes exposed the fact that the Intel AVMM bus was incorrectly specifying too low a limit on the maximum data transfer, it is only capable of transmitting one register so had set a transfer size limit that couldn't fit both the value and the the register address into a single message. ---------------------------------------------------------------- Russ Weight (1): regmap: spi-avmm: Fix regmap_bus max_raw_write drivers/base/regmap/regmap-spi-avmm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)