public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/8] Lager/Koelsch board HDMI input support
@ 2016-05-11 14:02 Ulrich Hecht
  2016-05-11 14:02 ` [PATCH v4 1/8] v4l: subdev: Add pad config allocator and init Ulrich Hecht
                   ` (7 more replies)
  0 siblings, 8 replies; 17+ messages in thread
From: Ulrich Hecht @ 2016-05-11 14:02 UTC (permalink / raw)
  To: hans.verkuil, niklas.soderlund
  Cc: linux-media, linux-renesas-soc, magnus.damm, laurent.pinchart,
	ian.molton, lars, william.towle, Ulrich Hecht

Hi!

This series implements Lager/Koelsch HDMI input support on top of version 6
of Niklas's rcar-vin rewrite ("[PATCHv6] [media] rcar-vin: add Renesas R-Car
VIN driver").

This revision addresses the issues found in Hans Verkuil's review of the series
(except for the EDID intialization, which I have left in), and adds his Koelsch
support patch.

CU
Uli


Changes since v3:
- rvin_enum_dv_timings(): use vin->src_pad_idx
- rvin_dv_timings_cap(): likewise
- rvin_s_dv_timings(): update vin->format
- add Koelsch support

Changes since v2:
- rebased on top of rcar-vin driver v4
- removed "adv7604: fix SPA register location for ADV7612" (picked up)
- changed prefix of dts patch to "ARM: dts: lager: "


Hans Verkuil (1):
  r8a7791-koelsch.dts: add HDMI input

Laurent Pinchart (1):
  v4l: subdev: Add pad config allocator and init

Ulrich Hecht (4):
  media: rcar_vin: Use correct pad number in try_fmt
  media: rcar-vin: pad-aware driver initialisation
  media: rcar-vin: add DV timings support
  media: rcar-vin: initialize EDID data

William Towle (2):
  media: adv7604: automatic "default-input" selection
  ARM: dts: lager: Add entries for VIN HDMI input support

 arch/arm/boot/dts/r8a7790-lager.dts         |  39 +++++++
 arch/arm/boot/dts/r8a7791-koelsch.dts       |  41 ++++++++
 drivers/media/i2c/adv7604.c                 |  18 +++-
 drivers/media/platform/rcar-vin/rcar-v4l2.c | 158 +++++++++++++++++++++++++++-
 drivers/media/platform/rcar-vin/rcar-vin.h  |   2 +
 drivers/media/v4l2-core/v4l2-subdev.c       |  19 +++-
 include/media/v4l2-subdev.h                 |  10 ++
 7 files changed, 282 insertions(+), 5 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2016-06-28 11:59 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-11 14:02 [PATCH v4 0/8] Lager/Koelsch board HDMI input support Ulrich Hecht
2016-05-11 14:02 ` [PATCH v4 1/8] v4l: subdev: Add pad config allocator and init Ulrich Hecht
2016-05-13  8:28   ` Hans Verkuil
2016-05-11 14:02 ` [PATCH v4 2/8] media: adv7604: automatic "default-input" selection Ulrich Hecht
2016-06-27  9:26   ` Hans Verkuil
2016-05-11 14:02 ` [PATCH v4 3/8] media: rcar_vin: Use correct pad number in try_fmt Ulrich Hecht
2016-06-28 11:32   ` Mauro Carvalho Chehab
2016-06-28 11:59     ` Geert Uytterhoeven
2016-05-11 14:02 ` [PATCH v4 4/8] media: rcar-vin: pad-aware driver initialisation Ulrich Hecht
2016-05-11 14:02 ` [PATCH v4 5/8] media: rcar-vin: add DV timings support Ulrich Hecht
2016-06-27  9:28   ` Hans Verkuil
2016-05-11 14:02 ` [PATCH v4 6/8] media: rcar-vin: initialize EDID data Ulrich Hecht
2016-05-13  8:36   ` Hans Verkuil
2016-06-27  9:30     ` Hans Verkuil
2016-05-11 14:02 ` [PATCH v4 7/8] ARM: dts: lager: Add entries for VIN HDMI input support Ulrich Hecht
2016-05-11 14:02 ` [PATCH v4 8/8] r8a7791-koelsch.dts: add HDMI input Ulrich Hecht
2016-05-12  4:55   ` Simon Horman

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