[GIT PULL] More Qualcomm driver updates for v6.7

Bjorn Andersson andersson at kernel.org
Wed Oct 25 13:11:07 PDT 2023


The following changes since commit c0989f7d1264b2b1885345a28a32fd5e1e61f9c7:

  soc: qcom: socinfo: Convert to platform remove callback returning void (2023-10-02 11:30:39 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 723d346173e748c4fdb145b84f572b871ab4011a:

  soc: qcom: pmic_glink_altmode: Print return value on error (2023-10-22 09:20:40 -0700)

----------------------------------------------------------------
More Qualcomm driver updates for v6.7

The Qualcomm SMC an QSEECOM drivers are moved into a "qcom"
subdirectory, to declutter the base directory. Missing include guards
are added to the qseecom header file. Unneded extern specifiers are
removed from the scm call wrappers.

__counted_by is added to the apr_rx_buf structure, in the APR driver.

Lastly in the pmic_glink driver the pmic_glink drm_bridge type is
corrected to DisplayPort, over the incorrect "USB" value. The return
values are added to error prints for the various typec set() calls.

----------------------------------------------------------------
Bartosz Golaszewski (4):
      firmware: qcom: qseecom: add missing include guards
      firmware: qcom: move Qualcomm code into its own directory
      firmware: qcom: scm: add a missing forward declaration for struct device
      firmware: qcom: scm: remove unneeded 'extern' specifiers

Dmitry Baryshkov (1):
      soc: qcom: pmic_glink: fix connector type to be DisplayPort

Gustavo A. R. Silva (1):
      soc: qcom: apr: Add __counted_by for struct apr_rx_buf and use struct_size()

Luca Weiss (1):
      soc: qcom: pmic_glink_altmode: Print return value on error

 MAINTAINERS                                        |  4 +-
 drivers/firmware/Kconfig                           | 48 +------------------
 drivers/firmware/Makefile                          |  5 +-
 drivers/firmware/qcom/Kconfig                      | 56 ++++++++++++++++++++++
 drivers/firmware/qcom/Makefile                     |  9 ++++
 drivers/firmware/{ => qcom}/qcom_qseecom.c         |  0
 .../firmware/{ => qcom}/qcom_qseecom_uefisecapp.c  |  0
 drivers/firmware/{ => qcom}/qcom_scm-legacy.c      |  0
 drivers/firmware/{ => qcom}/qcom_scm-smc.c         |  0
 drivers/firmware/{ => qcom}/qcom_scm.c             |  0
 drivers/firmware/{ => qcom}/qcom_scm.h             | 15 +++---
 drivers/soc/qcom/apr.c                             |  4 +-
 drivers/soc/qcom/pmic_glink_altmode.c              | 16 +++----
 include/linux/firmware/qcom/qcom_qseecom.h         |  6 +++
 14 files changed, 93 insertions(+), 70 deletions(-)
 create mode 100644 drivers/firmware/qcom/Kconfig
 create mode 100644 drivers/firmware/qcom/Makefile
 rename drivers/firmware/{ => qcom}/qcom_qseecom.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_qseecom_uefisecapp.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm-legacy.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm-smc.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm.c (100%)
 rename drivers/firmware/{ => qcom}/qcom_scm.h (92%)



More information about the linux-arm-kernel mailing list