[PATCH 0/12] meye driver update

From: Stelian Pop (stelian_at_popies.net)
Date: 11/04/04

  • Next message: Sami Farin: "Re: kernel 2.6.9 freezes upon dereferencing invalid C++ ref in xxdiff."
    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/
    

  • Next message: Sami Farin: "Re: kernel 2.6.9 freezes upon dereferencing invalid C++ ref in xxdiff."

    Relevant Pages

    • [PATCH] enable meye even when CONFIG_HIGHMEM64G=y
      ... The meye hardware needs to access the main memory for DMA using ... this will require meye users to recompile the whole kernel. ... The attached patch makes the meye driver use dma_addr_t addresses ...
      (Linux-Kernel)
    • meye bug? (was: meye driver update)
      ... > Please find attached a collection of patches updating the meye driver ... I'd like to take the opportunity to report a bug with meye. ... I figured the simplest way to test the meye driver, ... and to grab a shot from it, would be to use "motioneye -j foo.jpeg". ...
      (Linux-Kernel)
    • [PATCH] enable meye even when CONFIG_HIGHMEM64G=y
      ... The meye hardware needs to access the main memory for DMA using ... The attached patch makes the meye driver use dma_addr_t addresses ...
      (Linux-Kernel)