From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v3.14] Miscellaneous VSP1 patches
Date: Tue, 10 Dec 2013 14:48:16 +0100 [thread overview]
Message-ID: <3048003.N3nmSAqvTJ@avalon> (raw)
Hi Mauro,
The following changes since commit 431cb350187c6bf1ed083622d633418a298a7216:
[media] az6007: support Technisat Cablestar Combo HDCI (minus remote)
(2013-12-10 07:15:54 -0200)
are available in the git repository at:
git://linuxtv.org/pinchartl/media.git vsp1/next
for you to fetch changes up to 08057ef1daf4bba618c8145b95b249a7dcc523fd:
v4l: vsp1: Add LUT support (2013-12-10 14:44:43 +0100)
----------------------------------------------------------------
Laurent Pinchart (6):
v4l: vsp1: Supply frames to the DU continuously
v4l: vsp1: Add cropping support
v4l: Add media format codes for AHSV8888 on 32-bit busses
v4l: vsp1: Add HST and HSI support
v4l: vsp1: Add SRU support
v4l: vsp1: Add LUT support
Documentation/DocBook/media/v4l/subdev-formats.xml | 157 +++++++++++++
drivers/media/platform/vsp1/Makefile | 3 +-
drivers/media/platform/vsp1/vsp1.h | 7 +
drivers/media/platform/vsp1/vsp1_drv.c | 39 ++++
drivers/media/platform/vsp1/vsp1_entity.c | 7 +
drivers/media/platform/vsp1/vsp1_entity.h | 4 +
drivers/media/platform/vsp1/vsp1_hsit.c | 222 ++++++++++++++++++
drivers/media/platform/vsp1/vsp1_hsit.h | 38 +++
drivers/media/platform/vsp1/vsp1_lut.c | 252 ++++++++++++++++++++
drivers/media/platform/vsp1/vsp1_lut.h | 38 +++
drivers/media/platform/vsp1/vsp1_regs.h | 16 ++
drivers/media/platform/vsp1/vsp1_rpf.c | 34 ++-
drivers/media/platform/vsp1/vsp1_rwpf.c | 96 ++++++++
drivers/media/platform/vsp1/vsp1_rwpf.h | 10 +
drivers/media/platform/vsp1/vsp1_sru.c | 356 ++++++++++++++++++++
drivers/media/platform/vsp1/vsp1_sru.h | 41 ++++
drivers/media/platform/vsp1/vsp1_video.c | 13 ++
drivers/media/platform/vsp1/vsp1_wpf.c | 17 +-
include/linux/platform_data/vsp1.h | 2 +
include/uapi/linux/v4l2-mediabus.h | 3 +
include/uapi/linux/vsp1.h | 34 +++
21 files changed, 1372 insertions(+), 17 deletions(-)
create mode 100644 drivers/media/platform/vsp1/vsp1_hsit.c
create mode 100644 drivers/media/platform/vsp1/vsp1_hsit.h
create mode 100644 drivers/media/platform/vsp1/vsp1_lut.c
create mode 100644 drivers/media/platform/vsp1/vsp1_lut.h
create mode 100644 drivers/media/platform/vsp1/vsp1_sru.c
create mode 100644 drivers/media/platform/vsp1/vsp1_sru.h
create mode 100644 include/uapi/linux/vsp1.h
--
Regards,
Laurent Pinchart
reply other threads:[~2013-12-10 13:48 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=3048003.N3nmSAqvTJ@avalon \
--to=laurent.pinchart@ideasonboard.com \
--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 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.