Re: [PATCH v6 2/4] dt-bindings: display: renesas: Deprecate LVDS support in the DU bindings

2018-02-23 Thread Niklas Söderlund
com> > Reviewed-by: Rob Herring <r...@kernel.org> Reviewed-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> > --- > Changes since v1: > > - Remove the LVDS reg range from the example > - Remove the reg-names property > --- > .

Re: [PATCH v6 4/4] drm: rcar-du: Convert LVDS encoder code to bridge driver

2018-02-23 Thread Niklas Söderlund
have done my best to grasp this patch. Looking at datasheets and what the code looked before feel free to add. Reviewed-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> > --- > Changes since v1: > > - Update the SPDX headers to use GPL-2.0 instead of GPL-2.0-only >

Re: [PATCH v6 1/4] dt-bindings: display: renesas: Add R-Car LVDS encoder DT bindings

2018-02-23 Thread Niklas Söderlund
M2-W) compatible LVDS encoders > + - "renesas,r8a7793-lvds" for R8A7791 (R-Car M2-N) compatible LVDS encoders Small typo here s/R8A7791/R8A7793/, with that fixed Reviewed-by: Niklas Söderlund <niklas.soderlund+rene...@ragnatech.se> > + - "renesas,r8a7795-lvds" fo

Re: [PATCH v5 3/3] arm64: dts: renesas: Add LVDS decoder to R-Car V3M Eagle

2018-03-16 Thread Niklas Söderlund
}; > > @@ -152,8 +179,8 @@ > > ports { > port@1 { > - endpoint { > - remote-endpoint = <_in>; > + lvds0_out: endpoint { > + remote-endpoint = <_in_0>; > }; > }; > }; > -- > 2.7.4 > -- Regards, Niklas Söderlund ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH v5 1/3] dt-bindings: display: bridge: Document THC63LVD1024 LVDS decoder

2018-03-16 Thread Niklas Söderlund
Hi Jacopo, Thanks for your patch, On 2018-03-15 17:11:54 +0100, Jacopo Mondi wrote: > Document Thine THC63LVD1024 LVDS decoder device tree bindings. > > Signed-off-by: Jacopo Mondi <jacopo+rene...@jmondi.org> > Reviewed-by: Andrzej Hajda <a.ha...@samsung.com> Revie

Re: [PATCH v5 2/3] drm: bridge: Add thc63lvd1024 LVDS decoder driver

2018-03-16 Thread Niklas Söderlund
thc63) > + return -ENOMEM; > + > + thc63->dev = >dev; > + platform_set_drvdata(pdev, thc63); > + > + ret = thc63_regulator_init(thc63); > + if (ret) > + return ret; > + > + ret = thc63_gpio_init(thc63); > +

[PATCH] drm/fourcc: Add bayer formats and modifiers

2020-02-29 Thread Niklas Söderlund
. The filters can be arranged in different patterns. Add DRM fourcc formats to describe the most common Bayer formats. Also add a modifiers to describe the custom packing layouts used by the Intel IPU3 and in the MIPI (Mobile Industry Processor Interface) CSI-2 specification. Signed-off-by: Niklas Söderlund

[PATCH v2] drm/fourcc: Add bayer formats and modifiers

2020-05-22 Thread Niklas Söderlund
. The filters can be arranged in different patterns. Add DRM fourcc formats to describe the most common Bayer formats. Also add a modifiers to describe the custom packing layouts used by the Intel IPU3 and in the MIPI (Mobile Industry Processor Interface) CSI-2 specification. Signed-off-by: Niklas Söderlund

Re: [PATCH v2 3/8] dt-bindings: media: renesas,fcp: Add resets and iommus properties

2020-07-01 Thread Niklas Söderlund
unctional IOMMU. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund > --- > Documentation/devicetree/bindings/media/renesas,fcp.yaml | 9 + > 1 file changed, 9 insertions(+) > > diff --git a/Documentation/

Re: [PATCH v2 5/8] dt-bindings: media: renesas,fdp1: Make power-domains mandatory

2020-07-01 Thread Niklas Söderlund
Hi Laurent, Thank for your patch. On 2020-06-21 03:47:31 +0300, Laurent Pinchart wrote: > All DT source files in the kernel tree specify the power-domains > property. Make it mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: N

Re: [PATCH v2 1/8] dt-bindings: media: renesas,fcp: Convert binding to YAML

2020-07-01 Thread Niklas Söderlund
v # FCP for VSP > + - renesas,fcpf # FCP for FDP > + > + reg: > +maxItems: 1 > + > + clocks: > +maxItems: 1 > + > + power-domains: > +maxItems: 1 > + > +required: > + - compatible > + - reg > + - clocks > + > +additionalProperties:

Re: [PATCH v2 4/8] dt-bindings: media: renesas, fdp1: Convert binding to YAML

2020-07-01 Thread Niklas Söderlund
Hi Laurent, Thanks for your work. On 2020-06-21 03:47:30 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car FDP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund > --- > Changes since

Re: [PATCH v2 6/8] dt-bindings: media: renesas,fdp1: Add resets property

2020-07-01 Thread Niklas Söderlund
Hi Laurent, Thanks for your work. On 2020-06-21 03:47:32 +0300, Laurent Pinchart wrote: > The resets property is used in DT sources in the kernel tree. Document > it and make it mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: N

Re: [PATCH v2 7/8] dt-bindings: media: renesas, vsp1: Convert binding to YAML

2020-07-01 Thread Niklas Söderlund
Hi Laurent, Thanks for your patch. On 2020-06-21 03:47:33 +0300, Laurent Pinchart wrote: > Convert the Renesas R-Car VSP1 text binding to YAML. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund > --- > Changes since v

Re: [PATCH v2 2/8] dt-bindings: media: renesas,fcp: Make power-domains mandatory

2020-07-01 Thread Niklas Söderlund
Hi Laurent, Thanks for your work. On 2020-06-21 03:47:28 +0300, Laurent Pinchart wrote: > All DT source files in the kernel tree specify the power-domains > property. Make it mandatory. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: N

Re: [PATCH v2 8/8] dt-bindings: media: renesas,vsp1: Add power-domains and resets

2020-07-01 Thread Niklas Söderlund
aurent Pinchart > Reviewed-by: Geert Uytterhoeven Reviewed-by: Niklas Söderlund > --- > .../devicetree/bindings/media/renesas,vsp1.yaml| 14 ++ > 1 file changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/renesas,vsp1.yaml > b/Doc

Re: [PATCH] dt-bindings: Fix 'unevaluatedProperties' errors in DT graph users

2021-06-28 Thread Niklas Söderlund
port nor the > endpoint(s) can have additional properties. 'graph.yaml#/$defs/port-base' > needs to be used instead. > > Cc: Sakari Ailus > Cc: Mauro Carvalho Chehab > Cc: "Paul J. Murphy" > Cc: Daniele Alessandrelli > Cc: "Niklas Söderlund" > Cc: Krzys

Re: [PATCH] drm/bridge: adv7511: fix support for large EDIDs

2021-03-26 Thread Niklas Söderlund
the EDID segment to be read. > > Finally it checks if the currently buffered EDID segment contains the > desired EDID block, and if not it will update the EDID buffer from > the adv7511. > > Tested with my Koelsch board and with EDIDs of 1, 2, 3 and 4 blocks. > > Signed-off-by: