All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bjorn Andersson <andersson@kernel.org>
To: arm@kernel.org, soc@kernel.org
Cc: linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kevin Hilman <khilman@baylibre.com>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Luca Weiss <luca.weiss@fairphone.com>
Subject: [GIT PULL] A few more Qualcomm driver updates for v6.11
Date: Tue,  9 Jul 2024 14:12:45 -0500	[thread overview]
Message-ID: <20240709191246.3053-1-andersson@kernel.org> (raw)


The following changes since commit e49380c155940cb47e291a4b3fcb7fdffee6aa4d:

  soc: qcom: smp2p: Use devname for interrupt descriptions (2024-07-01 22:31:14 -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.11-2

for you to fetch changes up to 55751d3e9e96d5d64dc6ebb5bbdf70f45098f279:

  firmware: qcom: tzmem: blacklist more platforms for SHM Bridge (2024-07-06 12:59:50 -0500)

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

This adds a quirk to skip using the newly introduced SHM Bridge
implementation while regressions are being investigated.

One occurance of return no_free_ptr() is replaced with return_ptr() to
make code easier to read. llcc, mdt_loader, ocmem, pdr, socinfo and
wcnss drivers gets simplified using cleanup.h.

----------------------------------------------------------------
Dmitry Baryshkov (1):
      firmware: qcom: tzmem: blacklist more platforms for SHM Bridge

Krzysztof Kozlowski (6):
      firmware: qcom: tzmem: simplify returning pointer without cleanup
      soc: qcom: llcc: simplify with cleanup.h
      soc: qcom: mdt_loader: simplify with cleanup.h
      soc: qcom: ocmem: simplify with cleanup.h
      soc: qcom: pdr: simplify with cleanup.h
      soc: qcom: wcnss: simplify with cleanup.h

Luca Weiss (1):
      soc: qcom: socinfo: Add PM6350 PMIC

 drivers/firmware/qcom/qcom_tzmem.c |  4 +++-
 drivers/soc/qcom/llcc-qcom.c       |  6 ++----
 drivers/soc/qcom/mdt_loader.c      |  6 ++----
 drivers/soc/qcom/ocmem.c           | 10 ++++------
 drivers/soc/qcom/pdr_interface.c   | 38 ++++++++++++++------------------------
 drivers/soc/qcom/socinfo.c         |  1 +
 drivers/soc/qcom/wcnss_ctrl.c      | 11 +++++------
 7 files changed, 31 insertions(+), 45 deletions(-)

             reply	other threads:[~2024-07-09 19:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-09 19:12 Bjorn Andersson [this message]
2024-07-09 21:30 ` [GIT PULL] A few more Qualcomm driver updates for v6.11 patchwork-bot+linux-soc

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240709191246.3053-1-andersson@kernel.org \
    --to=andersson@kernel.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=khilman@baylibre.com \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=luca.weiss@fairphone.com \
    --cc=olof@lixom.net \
    --cc=soc@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.