1. 09 2月, 2013 1 次提交
  2. 18 10月, 2012 1 次提交
  3. 14 8月, 2012 3 次提交
  4. 18 2月, 2008 1 次提交
    • M
      V4L/DVB (7133): Fix Kconfig dependencies · 057596ee
      Mauro Carvalho Chehab 提交于
      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: NMauro Carvalho Chehab <mchehab@infradead.org>
      057596ee
  5. 26 1月, 2008 1 次提交
    • T
      V4L/DVB (6508): ttpci: Rework Kconfig menus and Makefile · 8ae1fe2a
      Trent Piepho 提交于
      The ttpci Kconfig file has bugs that cause it to fail in certain Kconfig
      situations.  The basic problem is that it selects certain drivers, but does
      not depend on the dependencies of those drivers.
      
      See http://article.gmane.org/gmane.comp.video.video4linux/35072
      
      Using the Kconfig file also has some annoyances.  For instance one can't turn
      off AV7110 support unless you go down several options and first turn off
      budget-patch support.  Normally user selectable drivers are not forced on like
      this.
      
      The "AV7110 cards with Budget Patch" option is disabled if "Budget cards"
      isn't on.  Normally a driver appears nested under a driver it depends on, but
      since drivers that don't depend on "Budget cards" are between the two options,
      the config programs can't display the tree correctly.
      
      The Makefile has an issue too.  Some modules, ttpci-eeprom and budget-core,
      appear in the Makefile under several different config symbols.  If more than
      one of these symbols is on, they will get added the to list of objects
      multiple times.  The normal convention is to have a config symbol just the
      common object(s) and have the users of the that object either depend on or
      select that config symbol.
      
      This patch fixes all these issues.  ttpci-eepom is under a new config symbol,
      and so is the budget-core module.  The four different budget card types appear
      as sub-drivers under a main "SAA7146 DVB cards" option.  Turning on
      budget-patch doesn't force AV7110.  Drivers using SAA7146_VV have the
      necessary VIDEO_DEV dependency, so that it isn't possible to select SAA7146_VV
      without V4L being on.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      8ae1fe2a
  6. 10 10月, 2007 1 次提交
  7. 08 6月, 2007 1 次提交
  8. 21 2月, 2007 1 次提交
  9. 26 9月, 2006 1 次提交
  10. 25 5月, 2006 1 次提交
  11. 13 5月, 2006 1 次提交
  12. 13 12月, 2005 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