linux/drivers/media/video/s5p-fimc
Sylwester Nawrocki a1212162f4 [media] s5p-csis: Convert to the device managed resources
The devm_* functions are used in the platform device probe() for data
that is freed on driver removal. The managed device layer takes care
of undoing actions taken in the probe callback() and freeing resources
on driver detach. This eliminates the need for manually releasing
resources and simplifies error handling.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-03-08 07:41:43 -03:00
..
Makefile [media] s5p-fimc: Add the media device driver 2011-09-06 17:35:52 -03:00
fimc-capture.c [media] s5p-fimc: Replace the crop ioctls with VIDIOC_S/G_SELECTION 2012-03-08 07:41:26 -03:00
fimc-core.c [media] s5p-fimc: Convert to the device managed resources 2012-03-08 07:40:40 -03:00
fimc-core.h [media] s5p-fimc: Convert to the device managed resources 2012-03-08 07:40:40 -03:00
fimc-mdevice.c [media] s5p-fimc: Convert to the device managed resources 2012-03-08 07:40:40 -03:00
fimc-mdevice.h [media] s5p-fimc: Add the media device driver 2011-09-06 17:35:52 -03:00
fimc-reg.c [media] s5p-fimc: Add support for alpha component configuration 2011-12-30 14:06:14 -02:00
mipi-csis.c [media] s5p-csis: Convert to the device managed resources 2012-03-08 07:41:43 -03:00
mipi-csis.h [media] s5p-csis: Enable v4l subdev device node 2011-12-30 14:39:54 -02:00
regs-fimc.h [media] s5p-fimc: Add support for alpha component configuration 2011-12-30 14:06:14 -02:00