mbox series

[v3,0/2] rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT}

Message ID 20191210020559.170594-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
Headers show
Series rcar-vin: Support V4L2_FIELD_SEQ_{TB,BT} | expand

Message

Niklas Söderlund Dec. 10, 2019, 2:05 a.m. UTC
Hi,

This series add support for sequential filed formats to rcar-vin. The
series is based on the media-tree and tested on both R-Car Gen2 and Gen3
boards without regressions.

Patch 1/2 prepares for the new filed formats by reworking and renaming
an existing struct member while 2/2 adds support for the two new field
formats.

Niklas Söderlund (2):
  rcar-vin: Move hardware buffer tracking to own struct
  rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}

 drivers/media/platform/rcar-vin/rcar-dma.c  | 91 ++++++++++++++++-----
 drivers/media/platform/rcar-vin/rcar-v4l2.c |  5 ++
 drivers/media/platform/rcar-vin/rcar-vin.h  | 28 ++++++-
 3 files changed, 100 insertions(+), 24 deletions(-)

Comments

Jacopo Mondi Dec. 11, 2019, 9:45 a.m. UTC | #1
Hi Niklas,

On Tue, Dec 10, 2019 at 03:05:57AM +0100, Niklas Söderlund wrote:
> Hi,
>
> This series add support for sequential filed formats to rcar-vin. The
> series is based on the media-tree and tested on both R-Car Gen2 and Gen3
> boards without regressions.
>
> Patch 1/2 prepares for the new filed formats by reworking and renaming
> an existing struct member while 2/2 adds support for the two new field
> formats.

Please try to add a changelog, otherwise I have to read my comments in v2
and manually check what has been addressed or not

>
> Niklas Söderlund (2):
>   rcar-vin: Move hardware buffer tracking to own struct
>   rcar-vin: Add support for V4L2_FIELD_SEQ_{TB,BT}
>
>  drivers/media/platform/rcar-vin/rcar-dma.c  | 91 ++++++++++++++++-----
>  drivers/media/platform/rcar-vin/rcar-v4l2.c |  5 ++
>  drivers/media/platform/rcar-vin/rcar-vin.h  | 28 ++++++-
>  3 files changed, 100 insertions(+), 24 deletions(-)
>
> --
> 2.24.0
>