lkml.org 
[lkml]   [2018]   [Jun]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH v3 6/7] soc: qcom: Add RPMh Power domain driver
    On 12 June 2018 at 06:40, Rajendra Nayak <rnayak@codeaurora.org> wrote:
    > The RPMh Power domain driver aggregates the corner votes from various
    > consumers for the ARC resources and communicates it to RPMh.
    >
    > We also add data for all power domains on sdm845 SoC as part of the patch.
    > The driver can be extended to support other SoCs which support RPMh
    >
    > Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org>

    Reviewed-by: Ulf Hansson <ulf.hansson@linaro.org>

    [...]

    > +
    > +static int rpmhpd_remove(struct platform_device *pdev)
    > +{
    > + of_genpd_del_provider(pdev->dev.of_node);

    Similar comment as I had for patch2.

    > + return 0;
    > +}
    > +
    > +static struct platform_driver rpmhpd_driver = {
    > + .driver = {
    > + .name = "qcom-rpmhpd",
    > + .of_match_table = rpmhpd_match_table,
    > + },
    > + .probe = rpmhpd_probe,
    > + .remove = rpmhpd_remove,
    > +};

    [...]

    Kind regards
    Uffe

    \
     
     \ /
      Last update: 2018-06-12 09:47    [W:6.544 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site