linux-arm-msm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Andy Gross <agross@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Kathiravan T <kathirav@codeaurora.org>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Sibi Sankar <sibis@codeaurora.org>,
	YueHaibing <yuehaibing@huawei.com>
Subject: [GIT PULL] Qualcomm driver additional updates for 5.9
Date: Wed, 29 Jul 2020 22:18:52 -0700	[thread overview]
Message-ID: <20200730051852.649761-1-bjorn.andersson@linaro.org> (raw)

The following changes since commit 03c900b3be116003ccd0e798431f6d0c25ff6729:

  soc: qcom: geni: Fix NULL pointer dereference (2020-07-20 13:11:15 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-5.9-2

for you to fetch changes up to 0fec8617a1df7b676b8a1d7afea2c4af1f4f963e:

  soc: qcom: geni: Fix unused label warning (2020-07-29 22:10:30 -0700)

----------------------------------------------------------------
Qualcomm driver additional updates for 5.9

This fixes a potential race condition with remoteprocs by not sending
acknowledgements until after registered drivers has processed the event.
It adds IPQ6018 support to the SMD RPM driver, fixes kerneldoc in the
same and converts the related DT binding to YAML.
Finally it fixes a compilation warning in the geni serial engine driver
when compiled without CONFIG_SERIAL_EARLYCON.

----------------------------------------------------------------
Kathiravan T (3):
      dt-bindings: soc: qcom: smd-rpm: Add IPQ6018 compatible
      soc: qcom: smd-rpm: Add IPQ6018 compatible
      dt-bindings: soc: qcom: smd-rpm: Convert binding to YAML schema

Krzysztof Kozlowski (1):
      soc: qcom: smd-rpm: Fix kerneldoc

Sibi Sankar (1):
      soc: qcom: pdr: Reorder the PD state indication ack

YueHaibing (1):
      soc: qcom: geni: Fix unused label warning

 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.txt  | 64 ----------------
 .../devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 87 ++++++++++++++++++++++
 drivers/soc/qcom/pdr_interface.c                   |  4 +-
 drivers/soc/qcom/qcom-geni-se.c                    |  2 +-
 drivers/soc/qcom/smd-rpm.c                         |  3 +
 5 files changed, 94 insertions(+), 66 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
 create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml

                 reply	other threads:[~2020-07-30  5:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20200730051852.649761-1-bjorn.andersson@linaro.org \
    --to=bjorn.andersson@linaro.org \
    --cc=agross@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=kathirav@codeaurora.org \
    --cc=khilman@baylibre.com \
    --cc=krzk@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=sibis@codeaurora.org \
    --cc=soc@kernel.org \
    --cc=yuehaibing@huawei.com \
    /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).