1. 18 8月, 2013 1 次提交
  2. 21 6月, 2013 2 次提交
  3. 25 3月, 2013 1 次提交
  4. 21 12月, 2012 1 次提交
  5. 14 9月, 2012 2 次提交
  6. 12 8月, 2012 1 次提交
  7. 23 3月, 2011 1 次提交
  8. 19 1月, 2011 1 次提交
  9. 30 12月, 2010 1 次提交
  10. 22 11月, 2010 1 次提交
  11. 21 10月, 2010 1 次提交
  12. 19 5月, 2010 1 次提交
  13. 18 5月, 2010 1 次提交
  14. 16 12月, 2009 1 次提交
  15. 19 9月, 2009 1 次提交
  16. 23 6月, 2009 2 次提交
  17. 07 4月, 2009 4 次提交
  18. 30 3月, 2009 5 次提交
  19. 03 1月, 2009 1 次提交
  20. 30 12月, 2008 1 次提交
  21. 12 10月, 2008 3 次提交
  22. 24 7月, 2008 2 次提交
  23. 30 4月, 2008 1 次提交
    • J
      i2c: Add support for device alias names · d2653e92
      Jean Delvare 提交于
      Based on earlier work by Jon Smirl and Jochen Friedrich.
      
      This patch allows new-style i2c chip drivers to have alias names using
      the official kernel aliasing system and MODULE_DEVICE_TABLE(). At this
      point, the old i2c driver binding scheme (driver_name/type) is still
      supported.
      Signed-off-by: NJean Delvare <khali@linux-fr.org>
      Cc: Jochen Friedrich <jochen@scram.de>
      Cc: Jon Smirl <jonsmirl@gmail.com>
      Cc: Kay Sievers <kay.sievers@vrfy.org>
      d2653e92
  24. 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
  25. 26 1月, 2008 2 次提交
  26. 28 4月, 2007 1 次提交