mbox series

[GIT,PULL] A few Qualcomm driver fixes for v6.9

Message ID 20240306032120.5036-1-andersson@kernel.org (mailing list archive)
State Accepted
Commit 049238d24467e3d2121e8ef2abef1149be6722e9
Headers show
Series [GIT,PULL] A few Qualcomm driver fixes for v6.9 | expand

Pull-request

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

Message

Bjorn Andersson March 6, 2024, 3:21 a.m. UTC
The following changes since commit aa05f47474c02d38d88c32c633a551911c6fdc40:

  dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible (2024-02-18 22:52:55 -0600)

are available in the Git repository at:

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

for you to fetch changes up to 9f378a62164cfe218b5a355696464d93b132edfb:

  soc: qcom: aoss: add missing kerneldoc for qmp members (2024-03-03 20:01:51 -0800)

----------------------------------------------------------------
A few Qualcomm driver fixes for v6.9

This fixes a "defined but not used"-warning in SPM driver when kernel is
built without regulator support, and corrects a couple of kernel-doc
issues in aoss and geni-se drivers.

----------------------------------------------------------------
Arnd Bergmann (1):
      soc: qcom: spm: fix building with CONFIG_REGULATOR=n

Krzysztof Kozlowski (2):
      soc: qcom: geni-se: drop unused kerneldoc struct geni_wrapper param
      soc: qcom: aoss: add missing kerneldoc for qmp members

 drivers/soc/qcom/qcom-geni-se.c |  1 -
 drivers/soc/qcom/qcom_aoss.c    |  2 ++
 drivers/soc/qcom/spm.c          | 12 ++++--------
 3 files changed, 6 insertions(+), 9 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org March 6, 2024, 7 a.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Tue,  5 Mar 2024 21:21:19 -0600 you wrote:
> The following changes since commit aa05f47474c02d38d88c32c633a551911c6fdc40:
> 
>   dt-bindings: soc: qcom: qcom,saw2: add msm8226 l2 compatible (2024-02-18 22:52:55 -0600)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-for-6.9-2
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] A few Qualcomm driver fixes for v6.9
    https://git.kernel.org/soc/soc/c/049238d24467

You are awesome, thank you!