From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lina Iyer Subject: Re: [PATCH v5 07/10] drivers: qcom: rpmh: cache sleep/wake state requests Date: Thu, 19 Apr 2018 09:06:44 -0600 Message-ID: <20180419150644.GB17907@codeaurora.org> References: <20180405161834.3850-1-ilina@codeaurora.org> <20180405161834.3850-8-ilina@codeaurora.org> <152411832959.46528.17741598693542734318@swboyd.mtv.corp.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Return-path: Content-Disposition: inline In-Reply-To: <152411832959.46528.17741598693542734318@swboyd.mtv.corp.google.com> Sender: linux-kernel-owner@vger.kernel.org To: Stephen Boyd Cc: andy.gross@linaro.org, david.brown@linaro.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, rnayak@codeaurora.org, bjorn.andersson@linaro.org, linux-kernel@vger.kernel.org, evgreen@chromium.org, dianders@chromium.org List-Id: linux-arm-msm@vger.kernel.org On Wed, Apr 18 2018 at 00:12 -0600, Stephen Boyd wrote: >Quoting Lina Iyer (2018-04-05 09:18:31) >> Active state requests are sent immediately to the mailbox controller, > >Drive by note, mailbox went away from this code so grep 'mailbox' or >'mbox' on these patches should come up with zero hits. > Will do. Thanks. -- Lina >> while sleep and wake state requests are cached in this driver to avoid >> taxing the mailbox controller repeatedly. The cached values will be sent >> to the controller when the rpmh_flush() is called. >>