On Wed, Jun 28, 2017 at 10:58:44PM +0300, Sergei Shtylyov wrote: > Add support for the image renderer light extended 3 (IMR-LX3) found only in > the R-Car V2H (R8A7792) SoC. It's mostly the same as IMR-LSX3 but doesn't > support video capture data as a source of 2D textures. > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@xxxxxxxxxxxxxxxxxx> > > --- > This patch is against the 'media_tree.git' repo's 'master' branch plus the > latest version of the Renesas IMR driver and the patch adding IMR-LSX3 support. > > Changes in version 2: > - refreshed the patch atop of the IMR driver patch (version 6) and IMR-LSX3 > patch (version 3). > > Documentation/devicetree/bindings/media/rcar_imr.txt | 4 ++ Acked-by: Rob Herring <robh@xxxxxxxxxx> > drivers/media/platform/rcar_imr.c | 27 ++++++++++++------- > 2 files changed, 22 insertions(+), 9 deletions(-)