From: bod@kernel.org
To: bod@kernel.org, linux-media@vger.kernel.org, hans@jjverkuil.nl
Cc: bryan.odonoghue@linaro.org
Subject: [GIT PULL FOR 7.1] Please pull platform-qcom-7.1-camss
Date: Wed, 1 Apr 2026 19:27:38 +0100 [thread overview]
Message-ID: <20260401182741.94768-1-bod@kernel.org> (raw)
From: Bryan O'Donoghue <bod@kernel.org>
The following changes since commit 4fbeef21f5387234111b5d52924e77757626faa5:
Revert "media: cx231xx: add USB ID 2040:8360 for Hauppauge WinTV-HVR-935" (2026-03-26 22:27:24 +0100)
are available in the Git repository at:
https://gitlab.freedesktop.org/linux-media/users/bodonoghue.git platform-qcom-7.1-camss
for you to fetch changes up to 0b40dd8d059c77d7384c12591012fc1c22c89b74:
media: qcom: camss: vfe: Make PIX BPL alignment format-based on CAMSS_2290 (2026-04-01 16:33:37 +0100)
----------------------------------------------------------------
This tag contains:
- Fixes for sa8755p IRQ offset, clock config and missing clocks
- Format string fix
- New SoC sm6350
- Test Pattern Generator - TPG support for modern platforms
- PIX updates and BPL alignment fixes
- Add Loic as Reviewer
----------------------------------------------------------------
Arnd Bergmann (1):
media: qcom: camss: avoid format string warning
Loic Poulain (5):
MAINTAINERS: add myself as a CAMSS patch reviewer
media: qcom: camss: Add debug message to camss-video format check
media: qcom: camss: Add per-format BPL alignment helper
media: qcom: camss: Use proper BPL alignment helper and non-power-of-two rounding
media: qcom: camss: vfe: Make PIX BPL alignment format-based on CAMSS_2290
Luca Weiss (2):
dt-bindings: media: camss: Add qcom,sm6350-camss
media: qcom: camss: Add SM6350 support
Wenmeng Liu (7):
media: qcom: camss: Fix csid IRQ offset for sa8775p
media: qcom: camss: Fix csid clock configuration for sa8775p
media: qcom: camss: Add missing clocks for VFE lite on sa8775p
media: qcom: camss: Add common TPG support
media: qcom: camss: Add link support for TPG
media: qcom: camss: tpg: Add TPG support for multiple targets
media: qcom: camss: vfe: fix PIX subdev naming on VFE lite
.../bindings/media/qcom,sm6350-camss.yaml | 471 +++++++++++++++++++
MAINTAINERS | 3 +-
drivers/media/platform/qcom/camss/Makefile | 12 +-
drivers/media/platform/qcom/camss/camss-csid-680.c | 14 +-
.../media/platform/qcom/camss/camss-csid-gen3.c | 20 +-
drivers/media/platform/qcom/camss/camss-csid.c | 45 +-
drivers/media/platform/qcom/camss/camss-csid.h | 1 +
.../platform/qcom/camss/camss-csiphy-3ph-1-0.c | 125 +++++
drivers/media/platform/qcom/camss/camss-csiphy.c | 11 +-
drivers/media/platform/qcom/camss/camss-csiphy.h | 2 +
drivers/media/platform/qcom/camss/camss-format.c | 14 +
drivers/media/platform/qcom/camss/camss-format.h | 1 +
drivers/media/platform/qcom/camss/camss-tpg-gen1.c | 231 +++++++++
drivers/media/platform/qcom/camss/camss-tpg.c | 519 +++++++++++++++++++++
drivers/media/platform/qcom/camss/camss-tpg.h | 118 +++++
drivers/media/platform/qcom/camss/camss-vfe.c | 31 +-
drivers/media/platform/qcom/camss/camss-video.c | 19 +-
drivers/media/platform/qcom/camss/camss.c | 513 ++++++++++++++++++--
drivers/media/platform/qcom/camss/camss.h | 6 +
19 files changed, 2075 insertions(+), 81 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/qcom,sm6350-camss.yaml
create mode 100644 drivers/media/platform/qcom/camss/camss-tpg-gen1.c
create mode 100644 drivers/media/platform/qcom/camss/camss-tpg.c
create mode 100644 drivers/media/platform/qcom/camss/camss-tpg.h
reply other threads:[~2026-04-01 18:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20260401182741.94768-1-bod@kernel.org \
--to=bod@kernel.org \
--cc=bryan.odonoghue@linaro.org \
--cc=hans@jjverkuil.nl \
--cc=linux-media@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox