1. 17 4月, 2013 1 次提交
  2. 23 2月, 2013 1 次提交
  3. 16 8月, 2012 1 次提交
  4. 30 3月, 2009 1 次提交
  5. 12 10月, 2008 1 次提交
  6. 29 4月, 2008 1 次提交
  7. 10 10月, 2007 1 次提交
    • 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
  8. 13 2月, 2007 1 次提交
  9. 09 12月, 2006 1 次提交
  10. 01 7月, 2006 1 次提交
  11. 25 6月, 2006 1 次提交
  12. 25 3月, 2006 1 次提交
  13. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4