public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v6.5] Add Tegra20 parallel video input capture
@ 2023-04-21 15:51 Hans Verkuil
  2023-04-21 16:23 ` [GIT PULL FOR v6.5] Add Tegra20 parallel video input capture (#91488) Jenkins
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2023-04-21 15:51 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Luca Ceresoli

The following changes since commit 423f331364bfbcd1212b78ac9052894ff5213ac9:

  media: platform: mtk-mdp3: work around unused-variable warning (2023-04-18 12:40:29 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-v6.5a

for you to fetch changes up to 92c0da47cc120dbea90421191e5610e943ab394e:

  staging: media: tegra-video: add support for Tegra20 parallel input (2023-04-21 17:16:45 +0200)

----------------------------------------------------------------
Tag branch

----------------------------------------------------------------
Luca Ceresoli (20):
      dt-bindings: display: tegra: add Tegra20 VIP
      dt-bindings: display: tegra: vi: add 'vip' property and example
      staging: media: tegra-video: improve documentation of tegra_video_format fields
      staging: media: tegra-video: document tegra_channel_get_remote_source_subdev
      staging: media: tegra-video: fix typos in comment
      staging: media: tegra-video: improve error messages
      staging: media: tegra-video: slightly simplify cleanup on errors
      staging: media: tegra-video: move private struct declaration to C file
      staging: media: tegra-video: move tegra210_csi_soc to C file
      staging: media: tegra-video: remove unneeded include
      staging: media: tegra-video: Kconfig: allow TPG only on Tegra210
      staging: media: tegra-video: move tegra_channel_fmt_align to a per-soc op
      staging: media: tegra-video: move default format to soc-specific data
      staging: media: tegra-video: move MIPI calibration calls from VI to CSI
      staging: media: tegra-video: add a per-soc enable/disable op
      staging: media: tegra-video: move syncpt init/free to a per-soc op
      staging: media: tegra-video: add syncpts for Tegra20 to struct tegra_vi
      staging: media: tegra-video: add hooks for planar YUV and H/V flip
      staging: media: tegra-video: add H/V flip controls
      staging: media: tegra-video: add support for Tegra20 parallel input

 Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vi.yaml  |  59 ++++
 Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml |  41 +++
 MAINTAINERS                                                             |   3 +
 drivers/staging/media/tegra-video/Kconfig                               |   1 +
 drivers/staging/media/tegra-video/Makefile                              |   2 +
 drivers/staging/media/tegra-video/csi.c                                 |  48 ++++
 drivers/staging/media/tegra-video/csi.h                                 |   4 -
 drivers/staging/media/tegra-video/tegra20.c                             | 661 +++++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/tegra-video/tegra210.c                            |  90 ++++++
 drivers/staging/media/tegra-video/vi.c                                  | 222 +++++----------
 drivers/staging/media/tegra-video/vi.h                                  |  71 +++--
 drivers/staging/media/tegra-video/video.c                               |   5 +
 drivers/staging/media/tegra-video/video.h                               |   2 +-
 drivers/staging/media/tegra-video/vip.c                                 | 290 +++++++++++++++++++
 drivers/staging/media/tegra-video/vip.h                                 |  68 +++++
 15 files changed, 1380 insertions(+), 187 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vip.yaml
 create mode 100644 drivers/staging/media/tegra-video/tegra20.c
 create mode 100644 drivers/staging/media/tegra-video/vip.c
 create mode 100644 drivers/staging/media/tegra-video/vip.h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-21 16:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21 15:51 [GIT PULL FOR v6.5] Add Tegra20 parallel video input capture Hans Verkuil
2023-04-21 16:23 ` [GIT PULL FOR v6.5] Add Tegra20 parallel video input capture (#91488) Jenkins
2023-04-21 16:38   ` Luca Ceresoli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox