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 2F676C7EE2F for ; Sun, 26 Feb 2023 13:17:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229632AbjBZNRF (ORCPT ); Sun, 26 Feb 2023 08:17:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53260 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229486AbjBZNRD (ORCPT ); Sun, 26 Feb 2023 08:17:03 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 944F2113F4; Sun, 26 Feb 2023 05:17:00 -0800 (PST) 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 223B060C25; Sun, 26 Feb 2023 13:17:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 985DDC433D2; Sun, 26 Feb 2023 13:16:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677417419; bh=Of+a0epo/ltgvupP7Y6hFvl1uyJBENPTgmCisbRck34=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=bbZuttuRXrwvICTzhNKLPnQ13SSNmX7xsC+RJSf27qf0mZmJqoHC+nevwKBgu0RDa I/izR7nWnQ2ItKHzZMzA/cPV9v/4kvfXohWPCf7PQgKZZNrnI6FsWKhMcpjTaSmv5V cBygcQxPzEGqwWbY3SNpjK0AEihrxmdIR8sLYeHdVSpy2tV4cnq2zKf8+9Ezgxn1+4 QK6T6zPe17/3GKzOe+0DKbc4IW2qYSCRqcxgNcMXou1HXhVy17jv3w6Y+vaXjVH5XX egyLLgBSMe2eP/l7f0WNYQ8lAHgd3XXqwHx4dZ4EOF+LgfDOWIW0xsxnKvJblBFxrB //v4lRuAwvlFA== Date: Sun, 26 Feb 2023 13:31:23 +0000 From: Jonathan Cameron To: Angel Iglesias Cc: linux-iio@vger.kernel.org, Lars-Peter Clausen , Rob Herring , Krzysztof Kozlowski , Alexandru Lazar , Andy Shevchenko , Andreas Klinger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 7/7] iio: pressure: bmp280: Add nvmem operations for BMP580 Message-ID: <20230226133123.2b96a82c@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 4.1.1 (GTK 3.24.36; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 19 Feb 2023 18:03:06 +0100 Angel Iglesias wrote: > The pressure sensor BMP580 contains a non-volatile memory that stores > trimming and configuration params. That memory provides an programmable > user range of three 2-byte words. > > Signed-off-by: Angel Iglesias Trivial missing static marking in here... Fixed up whilst applying. Whole series applied to the togreg branch of iio.git. Not that will only be pushed out as testing until after rc1 (on which I'll rebase it). Thanks, Jonathan > > +const int bmp580_nvmem_addrs[] = { 0x20, 0x21, 0x22 }; static