All of lore.kernel.org
 help / color / mirror / Atom feed
From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Sowjanya Komatineni <skomatineni@nvidia.com>,
	Thierry Reding <treding@nvidia.com>
Subject: [GIT PULL FOR v5.8] Add Tegra210 Video input driver
Date: Fri, 24 Apr 2020 14:00:01 +0200	[thread overview]
Message-ID: <506a8f62-f56a-9974-b419-a27e653dca16@xs4all.nl> (raw)

Hi Mauro,

This adds the Tegra video input driver. It currently only supports the test
pattern generator, the next phase will add sensor support.

Sowjanya, thank you for all your hard work on this driver!

Regards,

	Hans

PS: The dt-bindings patch https://patchwork.linuxtv.org/patch/63331 will go through
Thierry, together with other non-media patches. The bindings for this device are a
bit unusual since they are under bindings/display due to the HW design.


The following changes since commit 4bdbff4da40584ec2225bb429b7c66ad54d19cda:

  media: tuners: Kconfig: add some missing VIDEO_V4L2 dependencies (2020-04-23 07:57:27 +0200)

are available in the Git repository at:

  git://linuxtv.org/hverkuil/media_tree.git tags/br-tegra

for you to fetch changes up to 81ac3132ed589757063d65928b13148bb32b0f08:

  MAINTAINERS: Add Tegra Video driver section (2020-04-24 13:15:18 +0200)

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

----------------------------------------------------------------
Sowjanya Komatineni (2):
      media: tegra: Add Tegra210 Video input driver
      MAINTAINERS: Add Tegra Video driver section

 MAINTAINERS                            |   10 +
 drivers/staging/media/Kconfig          |    2 +
 drivers/staging/media/Makefile         |    1 +
 drivers/staging/media/tegra/Kconfig    |   12 +
 drivers/staging/media/tegra/Makefile   |    8 +
 drivers/staging/media/tegra/TODO       |   10 +
 drivers/staging/media/tegra/common.h   |  259 ++++++++++++++
 drivers/staging/media/tegra/csi.c      |  604 +++++++++++++++++++++++++++++++++
 drivers/staging/media/tegra/csi.h      |  144 ++++++++
 drivers/staging/media/tegra/tegra210.c |  708 ++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/tegra/tegra210.h |  190 +++++++++++
 drivers/staging/media/tegra/vi.c       | 1127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/staging/media/tegra/vi.h       |   72 ++++
 drivers/staging/media/tegra/video.c    |  153 +++++++++
 drivers/staging/media/tegra/video.h    |   29 ++
 15 files changed, 3329 insertions(+)
 create mode 100644 drivers/staging/media/tegra/Kconfig
 create mode 100644 drivers/staging/media/tegra/Makefile
 create mode 100644 drivers/staging/media/tegra/TODO
 create mode 100644 drivers/staging/media/tegra/common.h
 create mode 100644 drivers/staging/media/tegra/csi.c
 create mode 100644 drivers/staging/media/tegra/csi.h
 create mode 100644 drivers/staging/media/tegra/tegra210.c
 create mode 100644 drivers/staging/media/tegra/tegra210.h
 create mode 100644 drivers/staging/media/tegra/vi.c
 create mode 100644 drivers/staging/media/tegra/vi.h
 create mode 100644 drivers/staging/media/tegra/video.c
 create mode 100644 drivers/staging/media/tegra/video.h

             reply	other threads:[~2020-04-24 12:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-24 12:00 Hans Verkuil [this message]
2020-04-24 12:12 ` [GIT PULL FOR v5.8] Add Tegra210 Video input driver (#63360) Jenkins
2020-05-05  8:33 [GIT PULL FOR v5.8] Add Tegra210 Video input driver Hans Verkuil
2020-05-05 12:17 ` Mauro Carvalho Chehab
2020-05-05 12:24   ` Hans Verkuil
2020-05-05 14:15     ` Mauro Carvalho Chehab
2020-05-05 14:26       ` Hans Verkuil
2020-05-05 20:22         ` Thierry Reding
2020-05-05 20:39           ` Mauro Carvalho Chehab

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=506a8f62-f56a-9974-b419-a27e653dca16@xs4all.nl \
    --to=hverkuil@xs4all.nl \
    --cc=linux-media@vger.kernel.org \
    --cc=skomatineni@nvidia.com \
    --cc=treding@nvidia.com \
    /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.