lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 8 Feb 2023 09:12:13 +0000
From:   Biju Das <biju.das.jz@...renesas.com>
To:     Mauro Carvalho Chehab <mchehab@...nel.org>,
        Rob Herring <robh+dt@...nel.org>,
        Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Laurent Pinchart <laurent.pinchart@...asonboard.com>,
        Geert Uytterhoeven <geert+renesas@...der.be>
CC:     Kieran Bingham <kieran.bingham+renesas@...asonboard.com>,
        "linux-media@...r.kernel.org" <linux-media@...r.kernel.org>,
        "linux-renesas-soc@...r.kernel.org" 
        <linux-renesas-soc@...r.kernel.org>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        Fabrizio Castro <fabrizio.castro.jz@...esas.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1: Document
 RZ/V2L VSPD bindings

Hi All,

Gentle ping. Does this patch to be taken by media subsystem or dt?

Is there any chance that it can be taken for v6.3?

Cheers,
Biju

> Subject: RE: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> Document RZ/V2L VSPD bindings
> 
> Hi all,
> 
> Gentle ping.
> 
> This patch is reviewed by both Krzysztof Kozlowski and Geert
> 
> It is blocking for accepting SoC dtsi patches[1] through renesas-soc tree 1]
> https://lore.kernel.org/all/20221122213529.2103849-1-
> biju.das.jz@...renesas.com
> 
> Cheers,
> Biju
> 
> > -----Original Message-----
> > From: Biju Das <biju.das.jz@...renesas.com>
> > Sent: 22 November 2022 19:34
> > To: Mauro Carvalho Chehab <mchehab@...nel.org>; Rob Herring
> > <robh+dt@...nel.org>; Krzysztof Kozlowski
> > <krzysztof.kozlowski+dt@...aro.org>
> > Cc: Biju Das <biju.das.jz@...renesas.com>; Laurent Pinchart
> > <laurent.pinchart@...asonboard.com>; Kieran Bingham
> > <kieran.bingham+renesas@...asonboard.com>;
> > linux-media@...r.kernel.org; linux-renesas-soc@...r.kernel.org;
> > devicetree@...r.kernel.org; Geert Uytterhoeven
> > <geert+renesas@...der.be>; Fabrizio Castro
> > <fabrizio.castro.jz@...esas.com>
> > Subject: [PATCH v4 1/2] media: dt-bindings: media: renesas,vsp1:
> > Document RZ/V2L VSPD bindings
> >
> > Document VSPD found in RZ/V2L SoC. The VSPD block is identical to
> > RZ/G2L SoC and therefore use RZ/G2L fallback to avoid any driver changes.
> >
> > Signed-off-by: Biju Das <biju.das.jz@...renesas.com>
> > ---
> > * New patch
> > ---
> >  .../devicetree/bindings/media/renesas,vsp1.yaml     | 13 +++++++++----
> >  1 file changed, 9 insertions(+), 4 deletions(-)
> >
> > diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > index 7a8f32473852..3265e922647c 100644
> > --- a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > +++ b/Documentation/devicetree/bindings/media/renesas,vsp1.yaml
> > @@ -16,10 +16,15 @@ description:
> >
> >  properties:
> >    compatible:
> > -    enum:
> > -      - renesas,r9a07g044-vsp2 # RZ/G2L
> > -      - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > -      - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > +    oneOf:
> > +      - enum:
> > +          - renesas,r9a07g044-vsp2 # RZ/G2L
> > +          - renesas,vsp1 # R-Car Gen2 and RZ/G1
> > +          - renesas,vsp2 # R-Car Gen3 and RZ/G2
> > +      - items:
> > +          - enum:
> > +              - renesas,r9a07g054-vsp2    # RZ/V2L
> > +          - const: renesas,r9a07g044-vsp2 # RZ/G2L fallback
> >
> >    reg:
> >      maxItems: 1
> > --
> > 2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ