linux/drivers/media/platform/rcar-vin
Niklas Söderlund 63a71dd813 media: rcar-vin: Break out hardware start and stop to new methods
To support suspend and resume the ability to start and stop the hardware
needs to be available internally in the driver. Currently this code is
in the start and stop callbacks of the vb2_ops struct. In these
callbacks the code is intertwined with buffer allocation and freeing.

Prepare for suspend and resume support by breaking out the hardware
start/stop code into new methods.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
2020-11-16 10:31:10 +01:00
..
Kconfig media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN config 2020-09-26 10:54:41 +02:00
Makefile media: rcar-vin: convert to SPDX identifiers 2018-08-03 16:03:45 -04:00
rcar-core.c media: rcar-vin: Remove redundant compatible values 2020-11-16 10:31:07 +01:00
rcar-csi2.c media: rcar-csi2: Extend RAW8 support to all RGB layouts 2020-09-27 11:29:01 +02:00
rcar-dma.c media: rcar-vin: Break out hardware start and stop to new methods 2020-11-16 10:31:10 +01:00
rcar-v4l2.c media: rcar-vin: Extend RAW8 support to all RGB layouts 2020-09-27 11:29:27 +02:00
rcar-vin.h media: rcar-vin: Break out hardware start and stop to new methods 2020-11-16 10:31:10 +01:00