All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: "Rafael J. Wysocki" <rafael@kernel.org>
Cc: Linux PM <linux-pm@vger.kernel.org>
Subject: [GIT PULL] OPP updates for 5.13
Date: Mon, 12 Apr 2021 11:22:19 +0530	[thread overview]
Message-ID: <20210412055219.zt47pkorhxbnsg5z@vireshk-i7> (raw)

Hi Rafael,

This pull request adds devm variants for OPP APIs, and updates few of the users
as well (Yangtao Li and Dmitry Osipenko).

Thanks.

--
Viresh

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

The following changes since commit 606a5d4227e4610399c61086ac55c46068a90b03:

  opp: Don't drop extra references to OPPs accidentally (2021-03-12 09:26:52 +0530)

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 a8bb0e872bfb962de4653ce8f8723c0e1f712ce3:

  memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP API (2021-03-25 14:38:48 +0530)

----------------------------------------------------------------
Dmitry Osipenko (2):
      opp: Change return type of devm_pm_opp_register_set_opp_helper()
      opp: Change return type of devm_pm_opp_attach_genpd()

Yangtao Li (11):
      opp: Add devres wrapper for dev_pm_opp_set_clkname
      opp: Add devres wrapper for dev_pm_opp_set_regulators
      opp: Add devres wrapper for dev_pm_opp_set_supported_hw
      opp: Add devres wrapper for dev_pm_opp_of_add_table
      serial: qcom_geni_serial: Convert to use resource-managed OPP API
      spi: spi-geni-qcom: Convert to use resource-managed OPP API
      spi: spi-qcom-qspi: Convert to use resource-managed OPP API
      mmc: sdhci-msm: Convert to use resource-managed OPP API
      drm/lima: Convert to use resource-managed OPP API
      drm/panfrost: Convert to use resource-managed OPP API
      memory: samsung: exynos5422-dmc: Convert to use resource-managed OPP API

 drivers/gpu/drm/lima/lima_devfreq.c         |  47 +++--------
 drivers/gpu/drm/lima/lima_devfreq.h         |   3 -
 drivers/gpu/drm/panfrost/panfrost_devfreq.c |  37 ++-------
 drivers/gpu/drm/panfrost/panfrost_devfreq.h |   2 -
 drivers/memory/samsung/exynos5422-dmc.c     |  13 +--
 drivers/mmc/host/sdhci-msm.c                |  19 ++---
 drivers/opp/core.c                          | 122 ++++++++++++++++++++++------
 drivers/opp/of.c                            |  36 ++++++++
 drivers/spi/spi-geni-qcom.c                 |  16 ++--
 drivers/spi/spi-qcom-qspi.c                 |  18 ++--
 drivers/tty/serial/qcom_geni_serial.c       |  23 ++----
 include/linux/pm_opp.h                      |  44 ++++++++--
 include/linux/qcom-geni-se.h                |   2 -
 13 files changed, 217 insertions(+), 165 deletions(-)

-- 
viresh

             reply	other threads:[~2021-04-12  5:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-12  5:52 Viresh Kumar [this message]
2021-04-12 12:51 ` [GIT PULL] OPP updates for 5.13 Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210412055219.zt47pkorhxbnsg5z@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=rafael@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.