All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] OPP changes for 5.8
@ 2020-06-01  4:34 Viresh Kumar
  2020-06-01  7:42 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2020-06-01  4:34 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM, rnayak

Hi Rafael,

This pull request contains:

- support for interconnect bandwidth in the OPP core (Georgi Djakov,
  Saravana Kannan, Sibi Sankar, Viresh Kumar).

- support for regulator enable/disable (Kamil Konieczny).

This is based on three patches from the interconnect tree which shall
get merged via Greg's tree.

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

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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 264c280442847ac7ed0bb89ac3a1e2e8859f25d8:

  opp: Don't parse icc paths unnecessarily (2020-06-01 09:37:45 +0530)

----------------------------------------------------------------
Georgi Djakov (5):
      interconnect: Add of_icc_get_by_index() helper function
      opp: Add support for parsing interconnect bandwidth
      opp: Add sanity checks in _read_opp_key()
      opp: Update the bandwidth on OPP frequency changes
      cpufreq: dt: Add support for interconnect bandwidth scaling

Jordan Crouse (1):
      interconnect: Remove unused module exit code from core

Kamil Konieczny (1):
      opp: core: add regulators enable and disable

Saravana Kannan (2):
      dt-bindings: opp: Introduce opp-peak-kBps and opp-avg-kBps bindings
      OPP: Add helpers for reading the binding properties

Sibi Sankar (1):
      opp: Don't parse icc paths unnecessarily

Viresh Kumar (5):
      interconnect: Disallow interconnect core to be built as a module
      Merge remote-tracking branch 'georgi/icc-get-by-index' into opp/linux-next
      opp: Expose bandwidth information via debugfs
      opp: Reorder the code for !target_freq case
      opp: Remove bandwidth votes when target_freq is zero

 Documentation/devicetree/bindings/opp/opp.txt      |  17 +-
 .../devicetree/bindings/property-units.txt         |   4 +
 drivers/cpufreq/cpufreq-dt.c                       |   4 +
 drivers/interconnect/Kconfig                       |   2 +-
 drivers/interconnect/core.c                        |  97 +++++++---
 drivers/opp/core.c                                 | 119 ++++++++++--
 drivers/opp/debugfs.c                              |  42 +++++
 drivers/opp/of.c                                   | 205 +++++++++++++++++++--
 drivers/opp/opp.h                                  |  10 +
 include/linux/interconnect.h                       |  12 ++
 include/linux/pm_opp.h                             |  18 ++
 11 files changed, 473 insertions(+), 57 deletions(-)

-- 
viresh

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

* Re: [GIT PULL] OPP changes for 5.8
  2020-06-01  4:34 [GIT PULL] OPP changes for 5.8 Viresh Kumar
@ 2020-06-01  7:42 ` Viresh Kumar
  2020-06-01 10:56   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2020-06-01  7:42 UTC (permalink / raw)
  To: Rafael J. Wysocki; +Cc: Linux PM, rnayak

On 01-06-20, 10:04, Viresh Kumar wrote:
> Hi Rafael,
> 
> This pull request contains:
> 
> - support for interconnect bandwidth in the OPP core (Georgi Djakov,
>   Saravana Kannan, Sibi Sankar, Viresh Kumar).
> 
> - support for regulator enable/disable (Kamil Konieczny).
> 
> This is based on three patches from the interconnect tree which shall
> get merged via Greg's tree.
> 
> -------------------------8<-------------------------
> 
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> 
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -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 264c280442847ac7ed0bb89ac3a1e2e8859f25d8:
> 
>   opp: Don't parse icc paths unnecessarily (2020-06-01 09:37:45 +0530)
> 

Had to modify the top commit a bit, here are the pull details:

The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:

  Linux 5.7-rc2 (2020-04-19 14:35:30 -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 45679f9b508f10c12a1e93cf2bdccbc1c594aa39:

  opp: Don't parse icc paths unnecessarily (2020-06-01 13:10:15 +0530)


-- 
viresh

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

* Re: [GIT PULL] OPP changes for 5.8
  2020-06-01  7:42 ` Viresh Kumar
@ 2020-06-01 10:56   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2020-06-01 10:56 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Rafael J. Wysocki, Linux PM, Nayak, Rajendra

On Mon, Jun 1, 2020 at 9:42 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> On 01-06-20, 10:04, Viresh Kumar wrote:
> > Hi Rafael,
> >
> > This pull request contains:
> >
> > - support for interconnect bandwidth in the OPP core (Georgi Djakov,
> >   Saravana Kannan, Sibi Sankar, Viresh Kumar).
> >
> > - support for regulator enable/disable (Kamil Konieczny).
> >
> > This is based on three patches from the interconnect tree which shall
> > get merged via Greg's tree.
> >
> > -------------------------8<-------------------------
> >
> > The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
> >
> >   Linux 5.7-rc2 (2020-04-19 14:35:30 -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 264c280442847ac7ed0bb89ac3a1e2e8859f25d8:
> >
> >   opp: Don't parse icc paths unnecessarily (2020-06-01 09:37:45 +0530)
> >
>
> Had to modify the top commit a bit, here are the pull details:
>
> The following changes since commit ae83d0b416db002fe95601e7f97f64b59514d936:
>
>   Linux 5.7-rc2 (2020-04-19 14:35:30 -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 45679f9b508f10c12a1e93cf2bdccbc1c594aa39:
>
>   opp: Don't parse icc paths unnecessarily (2020-06-01 13:10:15 +0530)

Pulled now, thanks!

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

end of thread, other threads:[~2020-06-01 10:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-01  4:34 [GIT PULL] OPP changes for 5.8 Viresh Kumar
2020-06-01  7:42 ` Viresh Kumar
2020-06-01 10:56   ` 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.