From: Hans Verkuil <hverkuil@xs4all.nl>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: "Niklas Söderlund" <niklas.soderlund+renesas@ragnatech.se>
Subject: [GIT PULL FOR v4.7] Add new rcar-vin driver
Date: Fri, 29 Apr 2016 12:43:36 +0200 [thread overview]
Message-ID: <57233AD8.1030800@xs4all.nl> (raw)
Hi Mauro,
This adds the new non-soc-camera rcar-vin driver, deprecating the older driver.
Tested with my Koelsch board.
This patch just marks the old driver as DEPRECATED.
I am unsure what is better:
1) just mark as DEPRECATED and remove it in the next kernel
2) move it to drivers/staging/media and remove it in the next kernel
3) just remove it now
I have no strong preference myself.
Regards,
Hans
The following changes since commit 45c175c4ae9695d6d2f30a45ab7f3866cfac184b:
[media] tw686x: avoid going past array (2016-04-26 06:38:53 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git rcar
for you to fetch changes up to dd34ebe6deb4162993efb5de12b0418354ee5173:
rcar-vin: add Renesas R-Car VIN driver (2016-04-29 12:13:16 +0200)
----------------------------------------------------------------
Niklas Söderlund (1):
rcar-vin: add Renesas R-Car VIN driver
drivers/media/platform/Kconfig | 1 +
drivers/media/platform/Makefile | 2 +
drivers/media/platform/rcar-vin/Kconfig | 11 +
drivers/media/platform/rcar-vin/Makefile | 3 +
drivers/media/platform/rcar-vin/rcar-core.c | 337 ++++++++++++++++
drivers/media/platform/rcar-vin/rcar-dma.c | 1196 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/platform/rcar-vin/rcar-v4l2.c | 768 +++++++++++++++++++++++++++++++++++
drivers/media/platform/rcar-vin/rcar-vin.h | 163 ++++++++
drivers/media/platform/soc_camera/Kconfig | 4 +-
drivers/media/platform/soc_camera/Makefile | 2 +-
10 files changed, 2484 insertions(+), 3 deletions(-)
create mode 100644 drivers/media/platform/rcar-vin/Kconfig
create mode 100644 drivers/media/platform/rcar-vin/Makefile
create mode 100644 drivers/media/platform/rcar-vin/rcar-core.c
create mode 100644 drivers/media/platform/rcar-vin/rcar-dma.c
create mode 100644 drivers/media/platform/rcar-vin/rcar-v4l2.c
create mode 100644 drivers/media/platform/rcar-vin/rcar-vin.h
reply other threads:[~2016-04-29 10:43 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=57233AD8.1030800@xs4all.nl \
--to=hverkuil@xs4all.nl \
--cc=linux-media@vger.kernel.org \
--cc=niklas.soderlund+renesas@ragnatech.se \
/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