Em Thu, 12 Mar 2020 12:29:07 +0100 Hans Verkuil <hverkuil@xxxxxxxxx> escreveu: > This finally landed! Congrats! This was waiting for a really long time to be matured. So, I went ahead and reviewed/applied the patches today. PS.: I'm currently unable to test it with my tvp5150 devices. One minor issue: the DT bindings are still using the .txt format. Marco, Could you please send us a followup patch converting it to the new yaml format? Thanks, Mauro > > Regards, > > Hans > > The following changes since commit eceeea5481d4eeb6073e8ccb2f229bb0dd14a44d: > > media: lmedm04: remove redundant assignment to variable gate (2020-03-12 09:47:33 +0100) > > are available in the Git repository at: > > git://linuxtv.org/hverkuil/media_tree.git tags/br-v5.7g > > for you to fetch changes up to 16ea6c19e137314b760241625437bafb97fb31e4: > > media: tvp5150: make debug output more readable (2020-03-12 11:55:00 +0100) > > ---------------------------------------------------------------- > Tag branch > > ---------------------------------------------------------------- > Javier Martinez Canillas (1): > partial revert of "[media] tvp5150: add HW input connectors support" > > Marco Felsch (19): > dt-bindings: connector: analog: add sdtv standards property > dt-bindings: display: add sdtv-standards defines > media: v4l: link dt-bindings and uapi > media: v4l2-fwnode: fix v4l2_fwnode_parse_link handling > media: v4l2-fwnode: simplify v4l2_fwnode_parse_link > media: v4l2-fwnode: add endpoint id field to v4l2_fwnode_link > media: v4l2-fwnode: add v4l2_fwnode_connector > media: v4l2-fwnode: add initial connector parsing support > media: tvp5150: add input source selection of_graph support > media: dt-bindings: tvp5150: Add input port connectors DT bindings > media: tvp5150: fix set_selection rectangle handling > media: tvp5150: add FORMAT_TRY support for get/set selection handlers > media: tvp5150: move irq en-/disable into runtime-pm ops > media: tvp5150: add v4l2-event support > media: tvp5150: add subdev open/close callbacks > media: dt-bindings: tvp5150: cleanup bindings stlye > media: dt-bindings: tvp5150: add optional sdtv standards documentation > media: tvp5150: add support to limit sdtv standards > media: tvp5150: make debug output more readable > > Michael Tretter (1): > media: tvp5150: initialize subdev before parsing device tree > > Documentation/devicetree/bindings/display/connector/analog-tv-connector.txt | 6 + > Documentation/devicetree/bindings/media/i2c/tvp5150.txt | 146 ++++++++-- > drivers/media/i2c/tvp5150.c | 802 +++++++++++++++++++++++++++++++++++++++++------------ > drivers/media/v4l2-core/v4l2-fwnode.c | 192 +++++++++++-- > include/dt-bindings/display/sdtv-standards.h | 76 +++++ > include/dt-bindings/media/tvp5150.h | 2 - > include/media/v4l2-fwnode.h | 143 ++++++++++ > include/uapi/linux/videodev2.h | 4 + > 8 files changed, 1156 insertions(+), 215 deletions(-) > create mode 100644 include/dt-bindings/display/sdtv-standards.h Thanks, Mauro