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 19151C636D6 for ; Fri, 3 Feb 2023 09:32:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230372AbjBCJcE (ORCPT ); Fri, 3 Feb 2023 04:32:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232749AbjBCJcC (ORCPT ); Fri, 3 Feb 2023 04:32:02 -0500 Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 062302A983 for ; Fri, 3 Feb 2023 01:31:51 -0800 (PST) Received: by mail-wr1-x432.google.com with SMTP id j25so539379wrc.4 for ; Fri, 03 Feb 2023 01:31:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=ZLZKs+NjL0TFo7ln+lij4JTo5422p4aB6l2ScqAewVw=; b=rlfWsuI5q8Z982O+FU17OhKBoAPVnw58ompS1VCcVJNzCXMDTpJS7GPHpgkimHJd96 l99Si1tWBJGSZyvvcaTlXLRiYac6CUbpbCBzfN+42UiiyMDVuW7y2ycQQ2prQEIulVRy MGLA2xL3zT+eEcd3pL4/Bak+ZgJJPjdnM2mhfY4YXdd8s+Szph/H0XIahnD9NWVO1unY jgqGwx1wFE0LgoPtykIB3wPNu9ytEnOlxhgasy/h+83WMjK7QcbyQFXCfDYiCYEjpbro dGPKqR/v+S7tvzvOqYglYMIuQUm5/jkukactAb8SBs7sCEYnLElfvditQ1HYnlkz28yV X8dQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=ZLZKs+NjL0TFo7ln+lij4JTo5422p4aB6l2ScqAewVw=; b=IMr0WGifIAzZ3AVDK1Yr7I2oMKEKxGbZcLCzapqc24Uj5Akux84uuVwEU9PYZaiE3g iqczTaiE4tGHpxwUewqYO3oSYy3zgmZN4QBixma8VHO1Rjghhx+IPdkEf2xcQhcPeRlM KwphL6owiuDnQjC/AJZoakuRzKHs/2vGv0N9Qs0EERfRPp0o+B420Ysbt6kRHpLU+pq6 js3Nc7Fs8KK0eNckmaH7+ZEYDywbm8bQ8w8I8v1+aduVsw5ZzhJ78slGS9C/fZfXsO76 UPx/7A/ptLLxIVdYOpRlYSfSabOuKL0h2Os+7ADqh74ZRr7apAHNUESgfFccvISq8ZY6 LY2A== X-Gm-Message-State: AO0yUKUg+TD7jIfMka9H6bk1sGN4pMItjyWKwU5v8SieyQpfeAzncLb4 ejsJiWHHbsk5S8MRwEkXoWQr6g== X-Google-Smtp-Source: AK7set8FSDnMiu36YywbP3RsL+o7sMLNDyyGYFopZvqFmUAIBWH8OBwVKKB8vw+reKj+yUNDf716IQ== X-Received: by 2002:a5d:6c6d:0:b0:2bf:d6f9:23d6 with SMTP id r13-20020a5d6c6d000000b002bfd6f923d6mr9551863wrz.45.1675416709374; Fri, 03 Feb 2023 01:31:49 -0800 (PST) Received: from [192.168.1.109] ([178.197.216.144]) by smtp.gmail.com with ESMTPSA id d2-20020a056000186200b002bddd75a83fsm1669419wri.8.2023.02.03.01.31.47 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Feb 2023 01:31:49 -0800 (PST) Message-ID: Date: Fri, 3 Feb 2023 10:31:47 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1 Subject: Re: [PATCH v2 18/22] arm64: defconfig: enable Qualcomm SDAM nvmem driver Content-Language: en-US To: Johan Hovold , Alexandre Belloni , Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Alessandro Zummo , Rob Herring , Krzysztof Kozlowski , Maximilian Luz , linux-arm-msm@vger.kernel.org, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230202155448.6715-1-johan+linaro@kernel.org> <20230202155448.6715-19-johan+linaro@kernel.org> From: Krzysztof Kozlowski In-Reply-To: <20230202155448.6715-19-johan+linaro@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 02/02/2023 16:54, Johan Hovold wrote: > The SDAM nvmem driver can be used to access the Shared Direct Access > Memory Module registers in some Qualcomm PMICs. > > These registers can specifically be used to store a time offset on > platforms where the PMIC RTC time registers are read-only in order to > allow the RTC time to be updated. Reviewed-by: Krzysztof Kozlowski Best regards, Krzysztof