All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/9] TVP5150 fixes and new features
@ 2018-09-18 13:14 Marco Felsch
  2018-09-18 13:14 ` [PATCH v3 1/9] partial revert of "[media] tvp5150: add HW input connectors support" Marco Felsch
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Marco Felsch @ 2018-09-18 13:14 UTC (permalink / raw)
  To: mchehab, robh+dt, mark.rutland
  Cc: kernel, devicetree, p.zabel, javierm, laurent.pinchart,
	sakari.ailus, afshin.nasser, linux-media

Hi,

this is my v3 with the integrated reviews from my v2 [1]. This serie
applies to Mauro's experimental.git [2].

@Mauro:
Patch ("media: tvp5150: fix irq_request error path during probe") is new
in this series. Maybe you can squash them with ("media: tvp5150: Add sync lock
interrupt handling"), thanks.

I've tested this series on a customer dt-based board. Unfortunately I
haven't a device which use the em28xx driver. So other tester a welcome :)

[1] https://www.spinics.net/lists/devicetree/msg244129.html
[2] https://git.linuxtv.org/mchehab/experimental.git/log/?h=tvp5150-4

Javier Martinez Canillas (1):
  partial revert of "[media] tvp5150: add HW input connectors support"

Marco Felsch (7):
  media: tvp5150: fix irq_request error path during probe
  media: tvp5150: add input source selection of_graph support
  media: dt-bindings: tvp5150: Add input port connectors DT bindings
  media: v4l2-subdev: add stubs for v4l2_subdev_get_try_*
  media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency
  media: tvp5150: add FORMAT_TRY support for get/set selection handlers
  media: tvp5150: add s_power callback

Michael Tretter (1):
  media: tvp5150: initialize subdev before parsing device tree

 .../devicetree/bindings/media/i2c/tvp5150.txt |  92 ++-
 drivers/media/i2c/tvp5150.c                   | 657 +++++++++++++-----
 include/dt-bindings/media/tvp5150.h           |   2 -
 include/media/v4l2-subdev.h                   |  15 +-
 4 files changed, 584 insertions(+), 182 deletions(-)

-- 
2.19.0

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

end of thread, other threads:[~2018-12-05  9:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-18 13:14 [PATCH v3 0/9] TVP5150 fixes and new features Marco Felsch
2018-09-18 13:14 ` [PATCH v3 1/9] partial revert of "[media] tvp5150: add HW input connectors support" Marco Felsch
2018-09-25 15:20   ` Rob Herring
2018-09-18 13:14 ` [PATCH v3 2/9] media: tvp5150: fix irq_request error path during probe Marco Felsch
2018-10-30 23:21   ` Laurent Pinchart
2018-09-18 13:14 ` [PATCH v3 3/9] media: tvp5150: add input source selection of_graph support Marco Felsch
2018-09-18 13:14 ` [PATCH v3 4/9] media: dt-bindings: tvp5150: Add input port connectors DT bindings Marco Felsch
2018-09-26 22:49   ` Rob Herring
2018-09-18 13:14 ` [PATCH v3 5/9] media: v4l2-subdev: add stubs for v4l2_subdev_get_try_* Marco Felsch
2018-09-18 13:14 ` [PATCH v3 6/9] media: v4l2-subdev: fix v4l2_subdev_get_try_* dependency Marco Felsch
2018-09-19 10:45   ` Sakari Ailus
2018-09-19 12:37     ` Marco Felsch
2018-09-18 13:14 ` [PATCH v3 7/9] media: tvp5150: add FORMAT_TRY support for get/set selection handlers Marco Felsch
2018-09-18 13:14 ` [PATCH v3 8/9] media: tvp5150: initialize subdev before parsing device tree Marco Felsch
2018-09-18 13:14 ` [PATCH v3 9/9] media: tvp5150: add s_power callback Marco Felsch
2018-10-29 18:41 ` [PATCH v3 0/9] TVP5150 fixes and new features Marco Felsch
2018-11-09 13:46   ` Marco Felsch
2018-12-05  9:57     ` Mauro Carvalho Chehab

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.