All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.7] TVP5150 Features and Fixes
@ 2020-03-12 11:29 Hans Verkuil
  2020-03-12 12:05 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes (#62126) Jenkins
  2020-03-12 15:45 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes Mauro Carvalho Chehab
  0 siblings, 2 replies; 4+ messages in thread
From: Hans Verkuil @ 2020-03-12 11:29 UTC (permalink / raw)
  To: Linux Media Mailing List; +Cc: Marco Felsch

This finally landed!

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

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

* Re: [GIT PULL FOR v5.7] TVP5150 Features and Fixes (#62126)
  2020-03-12 11:29 [GIT PULL FOR v5.7] TVP5150 Features and Fixes Hans Verkuil
@ 2020-03-12 12:05 ` Jenkins
  2020-03-12 15:45 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes Mauro Carvalho Chehab
  1 sibling, 0 replies; 4+ messages in thread
From: Jenkins @ 2020-03-12 12:05 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/patch/62126/
Build log: https://builder.linuxtv.org/job/patchwork/41969/
Build time: 00:25:25
Link: https://lore.kernel.org/linux-media/76233d4e-2085-1a1a-86ad-0799292b419f@xs4all.nl

gpg: Signature made Thu 12 Mar 2020 11:26:54 AM UTC
gpg:                using RSA key AAA7FFBA4D2D77EF4CAEA1421326E0CD23ABDCE5
gpg: Good signature from "Hans Verkuil <hverkuil-cisco@xs4all.nl>" [unknown]
gpg:                 aka "Hans Verkuil <hverkuil@xs4all.nl>" [full]

Summary: 3 patches and/or PDF generation with issues, being 0 at build time

Error/warnings:


Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-dt-bindings-display-add-sdtv-standards-defines.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0002-dt-bindings-display-add-sdtv-standards-defines.patch
patches/0002-dt-bindings-display-add-sdtv-standards-defines.patch:17: WARNING: added, moved or deleted file(s), does MAINTAINERS need updating?

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-partial-revert-of-media-tvp5150-add-HW-input-connect.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0009-partial-revert-of-media-tvp5150-add-HW-input-connect.patch
patches/0009-partial-revert-of-media-tvp5150-add-HW-input-connect.patch:237: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.txt

Error #256 when running ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0012-media-tvp5150-fix-set_selection-rectangle-handling.patch:
$ ./scripts/checkpatch.pl --terse --mailback --no-summary --strict patches/0012-media-tvp5150-fix-set_selection-rectangle-handling.patch
patches/0012-media-tvp5150-fix-set_selection-rectangle-handling.patch:57: WARNING: line over 80 characters


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

* Re: [GIT PULL FOR v5.7] TVP5150 Features and Fixes
  2020-03-12 11:29 [GIT PULL FOR v5.7] TVP5150 Features and Fixes Hans Verkuil
  2020-03-12 12:05 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes (#62126) Jenkins
@ 2020-03-12 15:45 ` Mauro Carvalho Chehab
  2020-03-12 16:01   ` Marco Felsch
  1 sibling, 1 reply; 4+ messages in thread
From: Mauro Carvalho Chehab @ 2020-03-12 15:45 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Linux Media Mailing List, Marco Felsch

Em Thu, 12 Mar 2020 12:29:07 +0100
Hans Verkuil <hverkuil@xs4all.nl> 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

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

* Re: [GIT PULL FOR v5.7] TVP5150 Features and Fixes
  2020-03-12 15:45 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes Mauro Carvalho Chehab
@ 2020-03-12 16:01   ` Marco Felsch
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Felsch @ 2020-03-12 16:01 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Hans Verkuil, Linux Media Mailing List

On 20-03-12 16:45, Mauro Carvalho Chehab wrote:
> Em Thu, 12 Mar 2020 12:29:07 +0100
> Hans Verkuil <hverkuil@xs4all.nl> 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.

Thanks =)

> PS.: I'm currently unable to test it with my tvp5150 devices.

Could you pls test it? It shouldn't break something but I can't verify
that..

> 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?

Of course I will convert it.

Regards,
  Marco

> 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
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2020-03-12 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-12 11:29 [GIT PULL FOR v5.7] TVP5150 Features and Fixes Hans Verkuil
2020-03-12 12:05 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes (#62126) Jenkins
2020-03-12 15:45 ` [GIT PULL FOR v5.7] TVP5150 Features and Fixes Mauro Carvalho Chehab
2020-03-12 16:01   ` Marco Felsch

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.