Re: [PATCH/RFC 3/9] v4l: Add Renesas R-Car FCP driver

2016-02-26 Thread Geert Uytterhoeven
Hi Laurent, On Mon, Feb 15, 2016 at 1:35 PM, Laurent Pinchart wrote: >> > --- /dev/null >> > +++ b/Documentation/devicetree/bindings/media/renesas,fcp.txt >> > @@ -0,0 +1,24 @@ >> > +Renesas R-Car Frame Compression Processor (FCP) >> > +--- >> > + >> >

Re: [PATCH/RFC 3/9] v4l: Add Renesas R-Car FCP driver

2016-02-15 Thread Laurent Pinchart
Hi Geert, Thank you for the review. On Monday 15 February 2016 10:32:35 Geert Uytterhoeven wrote: > On Fri, Feb 12, 2016 at 3:00 AM, Laurent Pinchart wrote: > > The FCP is a companion module of video processing modules in the > > Renesas R-Car Gen3 SoCs. It provides data compression and decompres

Re: [PATCH/RFC 3/9] v4l: Add Renesas R-Car FCP driver

2016-02-15 Thread Geert Uytterhoeven
Hi Laurent, On Fri, Feb 12, 2016 at 3:00 AM, Laurent Pinchart wrote: > The FCP is a companion module of video processing modules in the > Renesas R-Car Gen3 SoCs. It provides data compression and decompression, > data caching, and converting of AXI transaction in order to reduce the "conversion"

[PATCH/RFC 3/9] v4l: Add Renesas R-Car FCP driver

2016-02-11 Thread Laurent Pinchart
The FCP is a companion module of video processing modules in the Renesas R-Car Gen3 SoCs. It provides data compression and decompression, data caching, and converting of AXI transaction in order to reduce the memory bandwidth. The driver is not meant to be used standalone but provides an API to th