An error occurred fetching the project authors.
  1. 20 Jul, 2008 10 commits
  2. 26 Jun, 2008 1 commit
  3. 20 Jun, 2008 1 commit
  4. 24 Apr, 2008 4 commits
  5. 18 Feb, 2008 1 commit
    • Mauro Carvalho Chehab's avatar
      V4L/DVB (7133): Fix Kconfig dependencies · 057596ee
      Mauro Carvalho Chehab authored
      As pointed by Adrian Bunk, with I2C=m and VIDEO_DEV=y, videodev brokes.
      
      This patch moves the functions that videodev needs from v4l2-common. It also
      fixes some Kconfig changes.
      
      After this patch, I2C=m / VIDEO_DEV=y will make v4l2 core statically linked
      into kernel. v4l2-common will be m, and all V4L drivers will also be m.
      
      This approach is very conservative, since it is possible to have V4L drivers
      that don't need I2C or v4l2-common. The better is to map what drivers really
      need v4l2-common, making them to select v4l2-common, and allowing the others to
      be 'y', 'm' and 'n'.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      057596ee
  6. 25 Jan, 2008 1 commit
  7. 22 Oct, 2007 1 commit
  8. 10 Oct, 2007 3 commits
  9. 09 May, 2007 3 commits
  10. 08 May, 2007 1 commit
  11. 27 Apr, 2007 3 commits
  12. 01 Mar, 2007 2 commits
  13. 21 Feb, 2007 3 commits
  14. 14 Feb, 2007 1 commit
    • Tim Schmielau's avatar
      [PATCH] remove many unneeded #includes of sched.h · cd354f1a
      Tim Schmielau authored
      After Al Viro (finally) succeeded in removing the sched.h #include in module.h
      recently, it makes sense again to remove other superfluous sched.h includes.
      There are quite a lot of files which include it but don't actually need
      anything defined in there.  Presumably these includes were once needed for
      macros that used to live in sched.h, but moved to other header files in the
      course of cleaning it up.
      
      To ease the pain, this time I did not fiddle with any header files and only
      removed #includes from .c-files, which tend to cause less trouble.
      
      Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
      arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
      allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
      configs in arch/arm/configs on arm.  I also checked that no new warnings were
      introduced by the patch (actually, some warnings are removed that were emitted
      by unnecessarily included header files).
      Signed-off-by: default avatarTim Schmielau <tim@physik3.uni-rostock.de>
      Acked-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      cd354f1a
  15. 12 Feb, 2007 1 commit
  16. 10 Dec, 2006 4 commits