[PATCH 0/12] meye driver update
From: Stelian Pop (stelian_at_popies.net)
Date: 11/04/04
- Previous message: Martin Waitz: "Re: [PATCH 2.6.10-rc1 0/4] driver-model: manual device attach"
- Next in thread: Stelian Pop: "[PATCH 1/12] meye: module related fixes"
- Reply: Stelian Pop: "[PATCH 1/12] meye: module related fixes"
- Reply: Stelian Pop: "[PATCH 2/12] meye: replace homebrew queue with kfifo"
- Reply: Stelian Pop: "[PATCH 3/12] meye: picture depth is in bits not in bytes"
- Reply: Stelian Pop: "[PATCH 8/12] meye: module parameters documentation fixes"
- Reply: Stelian Pop: "[PATCH 6/12] meye: cleanup init/exit paths"
- Reply: Stelian Pop: "[PATCH 9/12] meye: add v4l2 support"
- Reply: Stelian Pop: "[PATCH 5/12] meye: implement non blocking access using poll()"
- Reply: Stelian Pop: "[PATCH 7/12] meye: the driver is no longer experimental and depends on PCI"
- Reply: Stelian Pop: "[PATCH 4/12] meye: do lock properly when waiting for buffers"
- Reply: Stelian Pop: "[PATCH 10/12] meye: whitespace and coding style cleanups"
- Reply: Stelian Pop: "[PATCH 11/12] meye: bump up the version number"
- Reply: Stelian Pop: "[PATCH 12/12] meye: cache the camera settings in the driver"
- Reply: Emmanuel Fleury: "Re: [PATCH 0/12] meye driver update"
- Reply: Roland Mas: "meye bug? (was: meye driver update)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 4 Nov 2004 12:12:31 +0100 To: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
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> - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Previous message: Martin Waitz: "Re: [PATCH 2.6.10-rc1 0/4] driver-model: manual device attach"
- Next in thread: Stelian Pop: "[PATCH 1/12] meye: module related fixes"
- Reply: Stelian Pop: "[PATCH 1/12] meye: module related fixes"
- Reply: Stelian Pop: "[PATCH 2/12] meye: replace homebrew queue with kfifo"
- Reply: Stelian Pop: "[PATCH 3/12] meye: picture depth is in bits not in bytes"
- Reply: Stelian Pop: "[PATCH 8/12] meye: module parameters documentation fixes"
- Reply: Stelian Pop: "[PATCH 6/12] meye: cleanup init/exit paths"
- Reply: Stelian Pop: "[PATCH 9/12] meye: add v4l2 support"
- Reply: Stelian Pop: "[PATCH 5/12] meye: implement non blocking access using poll()"
- Reply: Stelian Pop: "[PATCH 7/12] meye: the driver is no longer experimental and depends on PCI"
- Reply: Stelian Pop: "[PATCH 4/12] meye: do lock properly when waiting for buffers"
- Reply: Stelian Pop: "[PATCH 10/12] meye: whitespace and coding style cleanups"
- Reply: Stelian Pop: "[PATCH 11/12] meye: bump up the version number"
- Reply: Stelian Pop: "[PATCH 12/12] meye: cache the camera settings in the driver"
- Reply: Emmanuel Fleury: "Re: [PATCH 0/12] meye driver update"
- Reply: Roland Mas: "meye bug? (was: meye driver update)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|