public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/7] V4L2 file handles and event interface
@ 2010-02-09 18:26 Sakari Ailus
  2010-02-09 18:26 ` [PATCH v3 1/7] V4L: File handles Sakari Ailus
  0 siblings, 1 reply; 8+ messages in thread
From: Sakari Ailus @ 2010-02-09 18:26 UTC (permalink / raw)
  To: linux-media@vger.kernel.org
  Cc: Laurent Pinchart, Hans Verkuil, Ivan T. Ivanov, Guru Raj,
	Cohen David Abraham

Hi,

Here's the fifth version of the V4L2 file handle and event interface
patchset.

The first patch adds the V4L2 file handle support and the rest are for
V4L2 events.

The patchset has been tested with the OMAP 3 ISP driver. Patches for
OMAP 3 ISP are not part of this patchset but are available in Gitorious
(branch is called event):

	git://gitorious.org/omap3camera/mainline.git event

So, for this patchset I've baked in comments from Hans. What has changed:

- v4l2_fh_init -> v4l2_fhs_init
- v4l2_fh_add has been split to v4l2_fh_init and v4l2_fh_add. Similarly
for del/exit.
- Forward declaration for struct v4l2_event in v4l2_fh.h
- No more struct v4l2_fhs. The fields are directly in struct
video_device now.
- v4l2_event_alloc now returns an error code if it fails for some reason.
- The number of maximum events allocatable by the driver is now limited
by events->max_events.

- Possibly something else I don't happen to remember just now.

Comments are welcome as always.

Cheers,

-- 
Sakari Ailus
sakari.ailus@maxwell.research.nokia.com


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

end of thread, other threads:[~2010-02-09 18:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-09 18:26 [PATCH v3 0/7] V4L2 file handles and event interface Sakari Ailus
2010-02-09 18:26 ` [PATCH v3 1/7] V4L: File handles Sakari Ailus
2010-02-09 18:26   ` [PATCH v3 2/7] V4L: Events: Add new ioctls for events Sakari Ailus
2010-02-09 18:26     ` [PATCH v3 3/7] V4L: Events: Support event handling in do_ioctl Sakari Ailus
2010-02-09 18:26       ` [PATCH v3 4/7] V4L: Events: Add backend Sakari Ailus
2010-02-09 18:26         ` [PATCH v3 5/7] V4L: Events: Count event queue length Sakari Ailus
2010-02-09 18:26           ` [PATCH v3 6/7] V4L: Events: Sequence numbers Sakari Ailus
2010-02-09 18:26             ` [PATCH v3 7/7] V4L: Events: Support all events Sakari Ailus

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox