1. 07 4月, 2009 1 次提交
  2. 30 3月, 2009 11 次提交
  3. 29 1月, 2009 6 次提交
  4. 30 12月, 2008 1 次提交
  5. 18 10月, 2008 1 次提交
  6. 12 10月, 2008 1 次提交
  7. 05 10月, 2008 1 次提交
  8. 27 7月, 2008 2 次提交
  9. 20 7月, 2008 3 次提交
  10. 25 4月, 2008 1 次提交
  11. 03 2月, 2008 1 次提交
  12. 22 10月, 2007 1 次提交
  13. 10 10月, 2007 2 次提交
    • T
      V4L/DVB (5885): zr36067: Fix problems with module parameters · 60e3cac4
      Trent Piepho 提交于
      Add permissions to all the module parameters so they can be queried and set
      (when possible) via sysfs.
      
      Add description for the vidmem parameter.
      
      Change the video_nr parameter to an array, so that the video number can be
      specified when a user has more than one card.  The driver would try to give
      all cards the same number otherwise, which will fail for all cards after the
      first.
      
      The default_input option would only allow values of 0 or 1, contrary to the
      description.  Allow values up to the number of inputs defined for the card.
      
      Add description of lock_norm's different behavior for 1 and >1.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Acked-by: NRonald S. Bultje <rbultje@ronald.bitfreak.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      60e3cac4
    • J
      V4L/DVB (5884): zr36067: clean up debug function · 18b548ca
      Jean Delvare 提交于
      Debugging cleanups to the zr36067 driver:
      
      * Use module_param_named() to declare the debug parameter, so we can
        use a single global variable to handle the debug level. This makes
        the driver a bit smaller (by 648 bytes on x86_64), thanks to one
        less level of indirection on every use.
      
      * Change the debug parameter sysfs permissions, so that the debug
        level can be adjusted at runtime, as is done in many other
        media/video drivers.
      
      * The debug level is between 0 and 5, not 0 and 4.
      
      * Move the zr_debug export and dprintk macro definition to a header
        file so that we don't have to define them in each source file.
      
      * Simplify a duplicate test on zr_debug.
      
      Note that zr_debug was subsequently renamed to debug_zr36067 to avoid
      possible conflicts with other Zoran device drivers, on a suggestion
      by Trent Piepho.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Acked-by: NRonald S. Bultje <rbultje@ronald.bitfreak.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      18b548ca
  14. 14 2月, 2007 1 次提交
    • J
      i2c: Declare more i2c_adapter parent devices · 12a917f6
      Jean Delvare 提交于
      Declare the parent device of i2c_adapter devices each time we can
      easily do so. It makes the i2c_adapter appear at the right place in
      the device tree, rather than as a platform device.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: David Brownell <dbrownell@users.sourceforge.net>
      Cc: Len Brown <len.brown@intel.com>
      Cc: Jordan Crouse <jordan.crouse@amd.com>
      Cc: Jody McIntyre <scjody@modernduck.com>
      Cc: Stefan Richter <stefanr@s5r6.in-berlin.de>
      Cc: v4l-dvb-maintainer@linuxtv.org
      Cc: Petr Vandrovec <vandrove@vc.cvut.cz>
      12a917f6
  15. 11 12月, 2006 1 次提交
  16. 04 10月, 2006 1 次提交
  17. 27 9月, 2006 1 次提交
  18. 26 9月, 2006 1 次提交
  19. 03 7月, 2006 1 次提交
  20. 01 7月, 2006 1 次提交
  21. 25 6月, 2006 1 次提交