public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/12] meye driver update
@ 2004-11-04 11:12 Stelian Pop
  2004-11-04 11:13 ` [PATCH 1/12] meye: module related fixes Stelian Pop
                   ` (13 more replies)
  0 siblings, 14 replies; 26+ messages in thread
From: Stelian Pop @ 2004-11-04 11:12 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds, Andrew Morton

Hi,

Please find attached a collection of patches updating the meye driver
to the latest version.

The main changes in these patches are:
	- migrate to module_param();
	- implement the V4L2 API in addition to V4L1
	- many code, whitespace and coding style cleanups

Full changelog below, the patches will be send as followups to this one.

Please apply.

Thanks,

Stelian.

PATCH  1/12: meye: module related fixes
	* use module_param() instead of MODULE_PARM() and __setup()
	* use MODULE_VERSION()

PATCH  2/12: meye: replace homebrew queue with kfifo

PATCH  3/12: meye: picture depth is in bits not in bytes

PATCH  4/12: meye: do lock properly when waiting for buffers

PATCH  5/12: meye: implement non blocking access using poll()

PATCH  6/12: meye: cleanup init/exit paths

PATCH  7/12: meye: the driver is no longer experimental and depends on PCI

PATCH  8/12: meye: module parameters documentation fixes

PATCH  9/12: meye: add v4l2 support

PATCH 10/12: meye: whitespace and coding style cleanups

PATCH 11/12: meye: bump up the version number

PATCH 12/12: meye: retrieving the current settings from the camera does not work
		   very well, we need to cache the values in the driver

-- 
Stelian Pop <stelian@popies.net>    

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

end of thread, other threads:[~2004-11-05 22:26 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-04 11:12 [PATCH 0/12] meye driver update Stelian Pop
2004-11-04 11:13 ` [PATCH 1/12] meye: module related fixes Stelian Pop
2004-11-04 11:13 ` [PATCH 2/12] meye: replace homebrew queue with kfifo Stelian Pop
2004-11-04 11:14 ` [PATCH 3/12] meye: picture depth is in bits not in bytes Stelian Pop
2004-11-04 11:14 ` [PATCH 4/12] meye: do lock properly when waiting for buffers Stelian Pop
2004-11-04 11:15 ` [PATCH 5/12] meye: implement non blocking access using poll() Stelian Pop
2004-11-04 11:15 ` [PATCH 6/12] meye: cleanup init/exit paths Stelian Pop
2004-11-04 11:16 ` [PATCH 7/12] meye: the driver is no longer experimental and depends on PCI Stelian Pop
2004-11-04 11:41   ` Christoph Hellwig
2004-11-04 11:49     ` Stelian Pop
2004-11-04 12:23       ` Arjan van de Ven
2004-11-04 12:32         ` Stelian Pop
2004-11-04 13:16           ` Arjan van de Ven
2004-11-04 14:09             ` Stelian Pop
2004-11-04 11:16 ` [PATCH 8/12] meye: module parameters documentation fixes Stelian Pop
2004-11-04 11:17 ` [PATCH 9/12] meye: add v4l2 support Stelian Pop
2004-11-04 11:17 ` [PATCH 10/12] meye: whitespace and coding style cleanups Stelian Pop
2004-11-04 11:18 ` [PATCH 11/12] meye: bump up the version number Stelian Pop
2004-11-04 11:18 ` [PATCH 12/12] meye: cache the camera settings in the driver Stelian Pop
2004-11-04 12:25 ` [PATCH 0/12] meye driver update Emmanuel Fleury
2004-11-04 12:36   ` Stelian Pop
2004-11-04 21:19 ` meye bug? (was: meye driver update) Roland Mas
2004-11-04 21:42   ` Roland Mas
2004-11-04 21:58   ` Stelian Pop
2004-11-05 11:18     ` meye bug? No Roland Mas
2004-11-05 22:25       ` Stelian Pop

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