Merge tag 'qcom-drivers-for-6.10-2' of https://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Wed, 8 May 2024 06:45:25 +0000 (08:45 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 8 May 2024 06:45:26 +0000 (08:45 +0200)
commit1c97fe39fbac69b2e1070ace7f625a8224116ffd
treed6e1a7d03a566a982e7d61aa411709ec16bedf08
parenta3116c88817e0f75db08056913e8e49bc86b2677
parent4b34d4c25da289712d9a5bd5bac5888f099cbc5c
Merge tag 'qcom-drivers-for-6.10-2' of https://git./linux/kernel/git/qcom/linux into soc/drivers

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).

* tag 'qcom-drivers-for-6.10-2' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  firmware: qcom: uefisecapp: Allow on sc8180x Primus and Flex 5G
  soc: qcom: pmic_glink: Make client-lock non-sleeping
  dt-bindings: soc: qcom,wcnss: fix bluetooth address example

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