All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] added managed media/v4l2 initialization
@ 2013-05-09 12:52 Andrzej Hajda
  2013-05-09 12:52 ` [PATCH RFC 1/3] media: added managed media entity initialization Andrzej Hajda
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Andrzej Hajda @ 2013-05-09 12:52 UTC (permalink / raw)
  To: linux-media
  Cc: Laurent Pinchart, Sylwester Nawrocki, Sakari Ailus, Kyungmin Park,
	hj210.choi, sw0312.kim, Andrzej Hajda

Those three patches adds devm_* functions for initialization of:
- media entity,
- subdevice,
- v4l2 controls handler.

Converting current v4l2 (sub-)devices to use devm API should simplify
device cleanup routines.

Andrzej Hajda (3):
  media: added managed media entity initialization
  media: added managed v4l2 control initialization
  media: added managed v4l2 subdevice initialization

 drivers/media/media-entity.c          |   70 +++++++++++++++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-common.c |   10 +++++
 drivers/media/v4l2-core/v4l2-ctrls.c  |   48 ++++++++++++++++++++++
 drivers/media/v4l2-core/v4l2-subdev.c |   52 ++++++++++++++++++++++++
 include/media/media-entity.h          |    4 ++
 include/media/v4l2-common.h           |    2 +
 include/media/v4l2-ctrls.h            |   30 ++++++++++++++
 include/media/v4l2-subdev.h           |    5 +++
 8 files changed, 221 insertions(+)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-05-10 14:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-09 12:52 [PATCH RFC 0/3] added managed media/v4l2 initialization Andrzej Hajda
2013-05-09 12:52 ` [PATCH RFC 1/3] media: added managed media entity initialization Andrzej Hajda
2013-05-09 12:52 ` [PATCH RFC 2/3] media: added managed v4l2 control initialization Andrzej Hajda
2013-05-10 12:14   ` Hans Verkuil
2013-05-09 12:52 ` [PATCH RFC 3/3] media: added managed v4l2 subdevice initialization Andrzej Hajda
2013-05-10 12:31   ` Hans Verkuil
2013-05-10 14:21     ` Andrzej Hajda

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.