From mboxrd@z Thu Jan 1 00:00:00 1970 From: Douglas Anderson Subject: [PATCH v2 0/3] regulator: core: Improve regulator_summary Date: Thu, 16 Aug 2018 13:28:00 -0700 Message-ID: <20180816202803.250079-1-dianders@chromium.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: broonie@kernel.org Cc: linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, collinsd@codeaurora.org, swboyd@chromium.org, Douglas Anderson , Liam Girdwood , linux-kernel@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org The first two patches in this series are useful for those who want to see the load requested by regulator consumers and also what opmode they're running in (these two concepts are sometimes linked). The third patch adds some missing locking for regulator_summary. All three patches could be applied separately but some rebasing would be required since the patches touch much of the same code. Changes in v2: - No longer consider consumers that don't call regulator_set_load(). Douglas Anderson (3): regulator: core: Add the opmode to regulator_summary regulator: core: Add consumer-requested load in regulator_summary regulator: core: Add locking to debugfs regulator_summary drivers/regulator/core.c | 78 ++++++++++++++++++++++++---------------- 1 file changed, 48 insertions(+), 30 deletions(-) -- 2.18.0.865.gffc8e1a3cd6-goog