Re: [PATCH] [linux][master][v1] misc: Add Xilinx ZYNQMP VCU logicoreIP init driver

From: Arnd Bergmann
Date: Tue Dec 05 2017 - 07:19:02 EST


On Tue, Dec 5, 2017 at 12:43 PM, Dhaval Shah <dhaval.shah@xxxxxxxxxx> wrote:
> Xilinx ZYNQMP VCU Init driver is based on the new LogiCoreIP design
> created. This driver will provide the api which can be used
> by the encoder and decoder driver to get the configured value.
>
> Signed-off-by: Dhaval Shah <dshah@xxxxxxxxxx>

Can you explain what a "VCU" is and why there is no existing subsystem for it?

If this is the "video codec unit", I'd suggest moving it to
drivers/media/platform
and sending the patch to the linux-media@xxxxxxxxxxxxxxx list instead.

Arnd