linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML
@ 2020-07-17  2:13 Laurent Pinchart
  2020-07-17  2:33 ` [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML (#20200717021308) Jenkins
  0 siblings, 1 reply; 2+ messages in thread
From: Laurent Pinchart @ 2020-07-17  2:13 UTC (permalink / raw)
  To: linux-media

Hi Mauro,

The following changes since commit 6f01dfb760c027d5dd6199d91ee9599f2676b5c6:

  media: cros-ec-cec: do not bail on device_init_wakeup failure (2020-07-04 12:45:45 +0200)

are available in the Git repository at:

  git://linuxtv.org/pinchartl/media.git tags/v4l2-yaml-20200717

for you to fetch changes up to c87091a878aba5b62fae9f208d0aab47f698e8e6:

  dt-bindings: media: renesas,vsp1: Add power-domains and resets (2020-07-17 05:09:55 +0300)

----------------------------------------------------------------
Convert Renesas DT bindings to YAML

----------------------------------------------------------------
Laurent Pinchart (8):
      dt-bindings: media: renesas,fcp: Convert binding to YAML
      dt-bindings: media: renesas,fcp: Make power-domains mandatory
      dt-bindings: media: renesas,fcp: Add resets and iommus properties
      dt-bindings: media: renesas,fdp1: Convert binding to YAML
      dt-bindings: media: renesas,fdp1: Make power-domains mandatory
      dt-bindings: media: renesas,fdp1: Add resets property
      dt-bindings: media: renesas,vsp1: Convert binding to YAML
      dt-bindings: media: renesas,vsp1: Add power-domains and resets

 .../devicetree/bindings/media/renesas,fcp.txt   | 34 -------
 .../devicetree/bindings/media/renesas,fcp.yaml  | 66 +++++++++++++
 .../devicetree/bindings/media/renesas,fdp1.txt  | 37 -------
 .../devicetree/bindings/media/renesas,fdp1.yaml | 69 +++++++++++++
 .../devicetree/bindings/media/renesas,vsp1.txt  | 30 ------
 .../devicetree/bindings/media/renesas,vsp1.yaml | 97 +++++++++++++++++++
 MAINTAINERS                                     |  6 +-
 7 files changed, 235 insertions(+), 104 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,fcp.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,fdp1.yaml
 delete mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.txt
 create mode 100644 Documentation/devicetree/bindings/media/renesas,vsp1.yaml

-- 
Regards,

Laurent Pinchart

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

* Re: [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML (#20200717021308)
  2020-07-17  2:13 [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML Laurent Pinchart
@ 2020-07-17  2:33 ` Jenkins
  0 siblings, 0 replies; 2+ messages in thread
From: Jenkins @ 2020-07-17  2:33 UTC (permalink / raw)
  To: mchehab+samsung, linux-media; +Cc: builder

From: builder@linuxtv.org

Pull request: https://patchwork.linuxtv.org/project/linux-media/patch/20200717021308.GA359@pendragon.ideasonboard.com/
Build log: https://builder.linuxtv.org/job/patchwork/60047/
Build time: 00:13:32
Link: https://lore.kernel.org/linux-media/20200717021308.GA359@pendragon.ideasonboard.com

gpg: Signature made Fri 17 Jul 2020 02:10:58 AM UTC
gpg:                using RSA key BD94648A8E47ECEDBF199B1862255D299E280B24
gpg:                issuer "laurent.pinchart@ideasonboard.com"
gpg: Good signature from "Laurent Pinchart <laurent.pinchart@ideasonboard.com>" [full]

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

Error/warnings:


Error #256 when running cat patches/0001-dt-bindings-media-renesas-fcp-Convert-binding-to-YAM.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0001-dt-bindings-media-renesas-fcp-Convert-binding-to-YAM.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:27: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
-:63: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

Error #256 when running cat patches/0004-dt-bindings-media-renesas-fdp1-Convert-binding-to-YA.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0004-dt-bindings-media-renesas-fdp1-Convert-binding-to-YA.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:27: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
-:66: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst

Error #256 when running cat patches/0007-dt-bindings-media-renesas-vsp1-Convert-binding-to-YA.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict:
$ cat patches/0007-dt-bindings-media-renesas-vsp1-Convert-binding-to-YA.patch | formail -c | ./scripts/checkpatch.pl --terse --mailback --no-summary --strict
-:27: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst
-:59: WARNING: DT binding docs and includes should be a separate patch. See: Documentation/devicetree/bindings/submitting-patches.rst


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

end of thread, other threads:[~2020-07-17  2:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-17  2:13 [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML Laurent Pinchart
2020-07-17  2:33 ` [GIT PULL FOR v5.9] Convert Renesas DT bindings to YAML (#20200717021308) Jenkins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).