From: Hans Verkuil <hansverk@cisco.com>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v3.12] Updates for v3.12
Date: Fri, 23 Aug 2013 14:24:44 +0200 [thread overview]
Message-ID: <5217548C.10502@cisco.com> (raw)
Hi Mauro,
Here are a bunch of fixes and two new drivers: adv7842 and adv7511.
Regards,
Hans
The following changes since commit bfd22c490bc74f9603ea90c37823036660a313e2:
v4l2-common: warning fix (W=1): add a missed function prototype (2013-08-18 10:18:30 -0300)
are available in the git repository at:
git://linuxtv.org/hverkuil/media_tree.git for-v3.12
for you to fetch changes up to 72230f27e0c7668e14dbcbd8abc1ed1c08451931:
MAINTAINERS: add entries for adv7511 and adv7842. (2013-08-23 14:12:44 +0200)
----------------------------------------------------------------
Hans Verkuil (13):
v4l2-dv-timings: add v4l2_print_dv_timings helper
ad9389b/adv7604/ths8200: use new v4l2_print_dv_timings helper.
v4l2-dv-timings: rename v4l_match_dv_timings to v4l2_match_dv_timings
adv7604/ad9389b/ths8200: decrease min_pixelclock to 25MHz
v4l2-dv-timings: fill in type field
v4l2-dv-timings: export the timings list.
v4l2-dv-timings: rename v4l2_dv_valid_timings to v4l2_valid_dv_timings
v4l2-dv-timings: add callback to handle exceptions
adv7604: set is_private only after successfully creating all controls
ad9389b: set is_private only after successfully creating all controls
adv7842: add new video decoder driver.
adv7511: add new video encoder.
MAINTAINERS: add entries for adv7511 and adv7842.
Lad, Prabhakar (2):
media: OF: add "sync-on-green-active" property
media: i2c: tvp7002: add OF support
Martin Bugge (4):
v4l2-dv-timings: fix CVT calculation
adv7604: pixel-clock depends on deep-color-mode
ad9389b: trigger edid re-read by power-cycle chip
adv7604: corrected edid crc-calculation
Mats Randgaard (5):
adv7604: debounce "format change" notifications
adv7604: improve log_status for HDMI/DVI-D signals
adv7604: print flags and standards in timing information
ad9389b: no monitor if EDID is wrong
ad9389b: change initial register configuration in ad9389b_setup()
Ricardo Ribalda (1):
v4l2-dev: Fix race condition on __video_register_device
Sylwester Nawrocki (1):
v4l2-ctrl: Suppress build warning from v4l2_ctrl_new_std_menu()
Documentation/devicetree/bindings/media/i2c/tvp7002.txt | 53 ++
Documentation/devicetree/bindings/media/video-interfaces.txt | 2 +
MAINTAINERS | 12 +
drivers/media/i2c/Kconfig | 23 +
drivers/media/i2c/Makefile | 2 +
drivers/media/i2c/ad9389b.c | 60 +-
drivers/media/i2c/adv7511.c | 1198 +++++++++++++++++++++++++
drivers/media/i2c/adv7604.c | 147 +--
drivers/media/i2c/adv7842.c | 2946 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
drivers/media/i2c/ths8200.c | 49 +-
drivers/media/i2c/tvp7002.c | 67 +-
drivers/media/platform/s5p-tv/hdmi_drv.c | 2 +-
drivers/media/usb/hdpvr/hdpvr-video.c | 2 +-
drivers/media/v4l2-core/v4l2-ctrls.c | 2 +-
drivers/media/v4l2-core/v4l2-dev.c | 5 +-
drivers/media/v4l2-core/v4l2-dv-timings.c | 121 ++-
drivers/media/v4l2-core/v4l2-of.c | 4 +
include/media/adv7511.h | 48 +
include/media/adv7842.h | 226 +++++
include/media/v4l2-dv-timings.h | 59 +-
include/media/v4l2-mediabus.h | 3 +
21 files changed, 4846 insertions(+), 185 deletions(-)
create mode 100644 Documentation/devicetree/bindings/media/i2c/tvp7002.txt
create mode 100644 drivers/media/i2c/adv7511.c
create mode 100644 drivers/media/i2c/adv7842.c
create mode 100644 include/media/adv7511.h
create mode 100644 include/media/adv7842.h
reply other threads:[~2013-08-23 12:24 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=5217548C.10502@cisco.com \
--to=hansverk@cisco.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.