linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Andy Gross <andy.gross@linaro.org>
To: arm@kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	linux-arm-msm@vger.kernel.org,
	Bjorn Andersson <bjorn.andersson@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Qualcomm Driver updates for 5.1
Date: Sun,  3 Feb 2019 22:31:19 -0600	[thread overview]
Message-ID: <1549254680-1282-2-git-send-email-andy.gross@linaro.org> (raw)
In-Reply-To: <1549254680-1282-1-git-send-email-andy.gross@linaro.org>

The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c:

  Linux 5.0-rc1 (2019-01-06 17:08:20 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/agross/linux.git tags/qcom-drivers-for-5.1

for you to fetch changes up to 4e2256d31f0f24107c36dae35a1d84dff0fced30:

  soc: qcom: smd-rpm: Add sdm660 compatible (2019-02-01 16:08:58 -0600)

----------------------------------------------------------------
Qualcomm ARM Based Driver Updates for v5.1

* Add Qualcomm RPMh power domain driver and related changes
* Fix issues with sleep/wake sets and batch API in RPMh
* Update MAINTAINERS Qualcomm entry
* Fixup RMTFS-mem sysfs and uevents
* Fix error handling in GSBI
* Add SMD-RPM compatible entry for SDM660

----------------------------------------------------------------
Alexey Khoroshilov (1):
      soc: qcom: gsbi: Fix error handling in gsbi_probe()

Amit Kucheria (1):
      MAINTAINERS: update list of qcom drivers

Andy Gross (1):
      Merge tag 'qcom-fixes-for-5.0-rc1' into drivers-for-5.1

Bjorn Andersson (1):
      soc: qcom: rpmpd: Drop family A RPM dependency

Craig Tatlor (1):
      soc: qcom: smd-rpm: Add sdm660 compatible

Evan Green (2):
      soc: qcom: rmtfs-mem: Add class to enable uevents
      soc: qcom: rmtfs-mem: Make sysfs attributes world-readable

Fabio Estevam (1):
      qcom-scm: Include <linux/err.h> header

Rajendra Nayak (8):
      dt-bindings: opp: Introduce opp-level bindings
      OPP: Add support for parsing the 'opp-level' property
      dt-bindings: power: Add qcom rpm power domain driver bindings
      soc: qcom: rpmpd: Add a Power domain driver to model corners
      soc: qcom: rpmpd: Add support for get/set performance state
      soc: qcom: rpmhpd: Add RPMh power domain driver
      soc: qcom: rpmhpd: Mark mx as a parent for cx
      soc: qcom: update config dependencies for QCOM_RPMPD

Raju P.L.S.S.S.N (1):
      drivers: qcom: rpmh: avoid sending sleep/wake sets immediately

Stephen Boyd (1):
      soc: qcom: rpmh: Avoid accessing freed memory from batch API

 Documentation/devicetree/bindings/opp/opp.txt      |   3 +
 .../devicetree/bindings/power/qcom,rpmpd.txt       | 145 ++++++++
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  |   1 +
 MAINTAINERS                                        |  32 +-
 drivers/opp/core.c                                 |  18 +
 drivers/opp/of.c                                   |   2 +
 drivers/opp/opp.h                                  |   2 +
 drivers/soc/qcom/Kconfig                           |  18 +
 drivers/soc/qcom/Makefile                          |   2 +
 drivers/soc/qcom/qcom_gsbi.c                       |   7 +-
 drivers/soc/qcom/rmtfs_mem.c                       |  32 +-
 drivers/soc/qcom/rpmh.c                            |  37 +-
 drivers/soc/qcom/rpmhpd.c                          | 406 +++++++++++++++++++++
 drivers/soc/qcom/rpmpd.c                           | 315 ++++++++++++++++
 drivers/soc/qcom/smd-rpm.c                         |   1 +
 include/dt-bindings/power/qcom-rpmpd.h             |  39 ++
 include/linux/pm_opp.h                             |   7 +
 include/linux/qcom_scm.h                           |   1 +
 18 files changed, 1036 insertions(+), 32 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/power/qcom,rpmpd.txt
 create mode 100644 drivers/soc/qcom/rpmhpd.c
 create mode 100644 drivers/soc/qcom/rpmpd.c
 create mode 100644 include/dt-bindings/power/qcom-rpmpd.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-02-04  4:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-04  4:31 [GIT PULL] Qualcomm ARM64 DT updates for 5.1 Andy Gross
2019-02-04  4:31 ` Andy Gross [this message]
2019-02-15 17:00   ` [GIT PULL] Qualcomm Driver " Arnd Bergmann
2019-02-04  4:31 ` [GIT PULL] Qualcomm Device Tree " Andy Gross
2019-02-15 14:34   ` Arnd Bergmann
2019-02-15 14:31 ` [GIT PULL] Qualcomm ARM64 DT " Arnd Bergmann
2019-02-15 15:35   ` Arnd Bergmann
2019-02-15 18:23     ` Andy Gross

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=1549254680-1282-2-git-send-email-andy.gross@linaro.org \
    --to=andy.gross@linaro.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bjorn.andersson@linaro.org \
    --cc=khilman@baylibre.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).