mbox series

[GIT,PULL] A few more Qualcomm driver updates for v6.10

Message ID 20240508020900.204413-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] A few more Qualcomm driver updates for v6.10 | expand

Pull-request

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

Message

Bjorn Andersson May 8, 2024, 2:08 a.m. UTC
The following changes since commit 166db01007ea802ff9933ac73ec8f140ca0cf5d5:

  soc: qcom: cmd-db: replace deprecated strncpy with strtomem (2024-04-21 12:26:47 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 4b34d4c25da289712d9a5bd5bac5888f099cbc5c:

  firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G (2024-05-01 13:39:57 -0500)

----------------------------------------------------------------
A few more Qualcomm driver updates for v6.10

This fixes a sleep-while-atomic issue in pmic_glink, stemming from the
fact that the GLINK callback comes from interrupt context.

It fixes the Bluetooth address in the example of qcom,wcnss, and it
enables UEFI variables on SC8180X devices (Primus and Flex 5G).

----------------------------------------------------------------
Bjorn Andersson (2):
      soc: qcom: pmic_glink: Make client-lock non-sleeping
      firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G

Johan Hovold (1):
      dt-bindings: soc: qcom,wcnss: fix bluetooth address example

 .../devicetree/bindings/soc/qcom/qcom,wcnss.yaml   |  4 ++--
 drivers/firmware/qcom/qcom_scm.c                   |  2 ++
 drivers/soc/qcom/pmic_glink.c                      | 25 +++++++++++++---------
 3 files changed, 19 insertions(+), 12 deletions(-)