Merge tag 'qcom-drivers-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Fri, 31 Jul 2020 08:38:36 +0000 (10:38 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 31 Jul 2020 08:38:36 +0000 (10:38 +0200)
commitd76cfc7c3ad23a79eaf348a1b483e89f8ac3041a
tree5e2c23508a35e3ca66fb0d75cb6ab25aeebd171d
parentd7c6dbc02e9990b67258571d33d2defa9d9b755a
parent0fec8617a1df7b676b8a1d7afea2c4af1f4f963e
Merge tag 'qcom-drivers-for-5.9-2' of git://git./linux/kernel/git/qcom/linux into arm/drivers

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.

* tag 'qcom-drivers-for-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  soc: qcom: geni: Fix unused label warning
  soc: qcom: smd-rpm: Fix kerneldoc
  soc: qcom: pdr: Reorder the PD state indication ack
  dt-bindings: soc: qcom: smd-rpm: Convert binding to YAML schema
  soc: qcom: smd-rpm: Add IPQ6018 compatible
  dt-bindings: soc: qcom: smd-rpm: Add IPQ6018 compatible

Link: https://lore.kernel.org/r/20200730051852.649761-1-bjorn.andersson@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>