Re: [PATCH v3 0/3] Allow for rpmpd/rpmh/rpmhpd drivers to be loaded as permenent modules

From: Saravana Kannan
Date: Thu Mar 26 2020 - 19:19:26 EST


On Thu, Mar 26, 2020 at 3:45 PM John Stultz <john.stultz@xxxxxxxxxx> wrote:
>
> This series simply allows the qcom rpmpd, rpmh and rpmhpd
> drivers to be configured and loaded as permement modules.
>
> This means the modules can be loaded, but not unloaded.
>
> While maybe not ideal, this is an improvement over requiring the
> drivers to be built in.
>
> Feedback on this series would be welcome!
>
> thanks
> -john
>
> New in v3:
> * Added similar change to rpmh and rpmhpd drivers.
>
> Cc: Todd Kjos <tkjos@xxxxxxxxxx>
> Cc: Saravana Kannan <saravanak@xxxxxxxxxx>
> Cc: Andy Gross <agross@xxxxxxxxxx>
> Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
> Cc: Rajendra Nayak <rnayak@xxxxxxxxxxxxxx>
> Cc: linux-arm-msm@xxxxxxxxxxxxxxx
>
> John Stultz (3):
> soc: qcom: rpmpd: Allow RPMPD driver to be loaded as a module
> soc: qcom: rpmh: Allow RPMH driver to be loaded as a module
> soc: qcom: rpmhpd: Allow RPMHPD driver to be loaded as a module
>
> drivers/soc/qcom/Kconfig | 8 ++++----
> drivers/soc/qcom/rpmh-rsc.c | 6 ++++++
> drivers/soc/qcom/rpmhpd.c | 5 +++++
> drivers/soc/qcom/rpmpd.c | 6 ++++++
> 4 files changed, 21 insertions(+), 4 deletions(-)

The whole series looks ok to me.
Acked-by: Saravana Kannan <saravanak@xxxxxxxxxx>
for the whole series.

-Saravana