[GIT PULL] Qualcomm driver additional updates for 5.9

Bjorn Andersson bjorn.andersson at linaro.org
Thu Jul 30 01:18:52 EDT 2020


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



More information about the linux-arm-kernel mailing list