All of lore.kernel.org
 help / color / mirror / Atom feed
* OPP updates for 5.16-rc1
@ 2021-11-02  3:58 Viresh Kumar
  2021-11-02 16:55 ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2021-11-02  3:58 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

Hi Rafael,

This pull request contains following changes:

- Fix return value of _opp_add_static_v2() helper (YueHaibing).

- Fix required-opp handle count (Pavankumar Kondeti).

- Resource managed OPP helpers, type update to
  dev_pm_opp_attach_genpd() and update to their devfreq users, and
  minor DT binding change (Dmitry Osipenko).

Thanks.

--
Viresh

-------------------------8<-------------------------

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next

for you to fetch changes up to 7ca81b690e598fdf16a6c738a466247ef9be7ac7:

  dt-bindings: opp: Allow multi-worded OPP entry name (2021-11-02 09:25:05 +0530)

----------------------------------------------------------------
Dmitry Osipenko (6):
      opp: Change type of dev_pm_opp_attach_genpd(names) argument
      opp: Add more resource-managed variants of dev_pm_opp_of_add_table()
      PM / devfreq: Add devm_devfreq_add_governor()
      PM / devfreq: tegra30: Use resource-managed helpers
      PM / devfreq: tegra30: Check whether clk_round_rate() returns zero rate
      dt-bindings: opp: Allow multi-worded OPP entry name

Pavankumar Kondeti (1):
      opp: Fix required-opps phandle array count check

YueHaibing (1):
      opp: Fix return in _opp_add_static_v2()

 .../devicetree/bindings/opp/opp-v2-base.yaml       |   2 +-
 drivers/devfreq/devfreq.c                          |  26 +++++
 drivers/devfreq/governor.h                         |   3 +
 drivers/devfreq/tegra30-devfreq.c                  | 109 +++++++++------------
 drivers/opp/core.c                                 |   6 +-
 drivers/opp/of.c                                   |  50 ++++++++--
 include/linux/pm_opp.h                             |  20 +++-
 7 files changed, 137 insertions(+), 79 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OPP updates for 5.16-rc1
  2021-11-02  3:58 OPP updates for 5.16-rc1 Viresh Kumar
@ 2021-11-02 16:55 ` Rafael J. Wysocki
  2021-11-08  3:37   ` Viresh Kumar
  0 siblings, 1 reply; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-11-02 16:55 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Tue, Nov 2, 2021 at 4:58 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> This pull request contains following changes:
>
> - Fix return value of _opp_add_static_v2() helper (YueHaibing).
>
> - Fix required-opp handle count (Pavankumar Kondeti).
>
> - Resource managed OPP helpers, type update to
>   dev_pm_opp_attach_genpd() and update to their devfreq users, and
>   minor DT binding change (Dmitry Osipenko).
>
> Thanks.
>
> --
> Viresh
>
> -------------------------8<-------------------------
>
> The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
>
>   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
>
> for you to fetch changes up to 7ca81b690e598fdf16a6c738a466247ef9be7ac7:
>
>   dt-bindings: opp: Allow multi-worded OPP entry name (2021-11-02 09:25:05 +0530)

Pulled, thanks!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OPP updates for 5.16-rc1
  2021-11-02 16:55 ` Rafael J. Wysocki
@ 2021-11-08  3:37   ` Viresh Kumar
  2021-11-09 17:03     ` Rafael J. Wysocki
  0 siblings, 1 reply; 4+ messages in thread
From: Viresh Kumar @ 2021-11-08  3:37 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM

On 02-11-21, 17:55, Rafael J. Wysocki wrote:
> On Tue, Nov 2, 2021 at 4:58 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
> >
> > Hi Rafael,
> >
> > This pull request contains following changes:
> >
> > - Fix return value of _opp_add_static_v2() helper (YueHaibing).
> >
> > - Fix required-opp handle count (Pavankumar Kondeti).
> >
> > - Resource managed OPP helpers, type update to
> >   dev_pm_opp_attach_genpd() and update to their devfreq users, and
> >   minor DT binding change (Dmitry Osipenko).
> >
> > Thanks.
> >
> > --
> > Viresh
> >
> > -------------------------8<-------------------------
> >
> > The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> >
> >   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
> >
> > for you to fetch changes up to 7ca81b690e598fdf16a6c738a466247ef9be7ac7:
> >
> >   dt-bindings: opp: Allow multi-worded OPP entry name (2021-11-02 09:25:05 +0530)
> 
> Pulled, thanks!

I don't see this in pm/linux-next.

-- 
viresh

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: OPP updates for 5.16-rc1
  2021-11-08  3:37   ` Viresh Kumar
@ 2021-11-09 17:03     ` Rafael J. Wysocki
  0 siblings, 0 replies; 4+ messages in thread
From: Rafael J. Wysocki @ 2021-11-09 17:03 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM

On Mon, Nov 8, 2021 at 4:37 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 02-11-21, 17:55, Rafael J. Wysocki wrote:
> > On Tue, Nov 2, 2021 at 4:58 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
> > >
> > > Hi Rafael,
> > >
> > > This pull request contains following changes:
> > >
> > > - Fix return value of _opp_add_static_v2() helper (YueHaibing).
> > >
> > > - Fix required-opp handle count (Pavankumar Kondeti).
> > >
> > > - Resource managed OPP helpers, type update to
> > >   dev_pm_opp_attach_genpd() and update to their devfreq users, and
> > >   minor DT binding change (Dmitry Osipenko).
> > >
> > > Thanks.
> > >
> > > --
> > > Viresh
> > >
> > > -------------------------8<-------------------------
> > >
> > > The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:
> > >
> > >   Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git opp/linux-next
> > >
> > > for you to fetch changes up to 7ca81b690e598fdf16a6c738a466247ef9be7ac7:
> > >
> > >   dt-bindings: opp: Allow multi-worded OPP entry name (2021-11-02 09:25:05 +0530)
> >
> > Pulled, thanks!
>
> I don't see this in pm/linux-next.

Because I didn't push it out, sorry.

Will be included in my next PR.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-09 17:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  3:58 OPP updates for 5.16-rc1 Viresh Kumar
2021-11-02 16:55 ` Rafael J. Wysocki
2021-11-08  3:37   ` Viresh Kumar
2021-11-09 17:03     ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.