mbox series

[GIT,PULL] Qualcomm driver fixes for v6.2

Message ID 20230110213946.2183982-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm driver fixes for v6.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.2

Message

Bjorn Andersson Jan. 10, 2023, 9:39 p.m. UTC
The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2:

  Linux 6.2-rc1 (2022-12-25 13:41:39 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.2

for you to fetch changes up to 6049aae52392539e505bfb8ccbcff3c26f1d2f0b:

  PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe() (2023-01-10 09:48:13 -0600)

----------------------------------------------------------------
Qualcomm driver fixes for v6.2

Updated error handling in the async packer router driver made an
optional property required, fix this. Also improve error handling in the
probe function of the CPR driver.

----------------------------------------------------------------
Christophe JAILLET (1):
      PM: AVS: qcom-cpr: Fix an error handling path in cpr_probe()

Stephan Gerhold (2):
      dt-bindings: soc: qcom: apr: Make qcom,protection-domain optional again
      soc: qcom: apr: Make qcom,protection-domain optional again

 Documentation/devicetree/bindings/soc/qcom/qcom,apr-services.yaml | 5 ++---
 drivers/soc/qcom/apr.c                                            | 3 ++-
 drivers/soc/qcom/cpr.c                                            | 6 +++++-
 3 files changed, 9 insertions(+), 5 deletions(-)