1. 14 5月, 2008 2 次提交
  2. 30 4月, 2008 3 次提交
  3. 25 4月, 2008 7 次提交
  4. 20 3月, 2008 2 次提交
  5. 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
  6. 26 1月, 2008 7 次提交
  7. 05 11月, 2007 1 次提交
  8. 10 10月, 2007 6 次提交
  9. 27 7月, 2007 1 次提交
  10. 19 7月, 2007 2 次提交
  11. 29 6月, 2007 1 次提交
  12. 08 6月, 2007 1 次提交
  13. 09 5月, 2007 2 次提交
  14. 29 4月, 2007 1 次提交
  15. 28 4月, 2007 2 次提交
  16. 21 2月, 2007 1 次提交
    • A
      V4L/DVB (5196): VIDEO_BUF depends on PCI · 7a9ca4a3
      Andrew Morton 提交于
      m68k allmodconfig:
      drivers/media/video/video-buf.c: In function 'videobuf_queue_pci':
      drivers/media/video/video-buf.c:396: error: 'pci_map_sg' undeclared (first use in this function)
      drivers/media/video/video-buf.c:396: error: (Each undeclared identifier is reported only once
      drivers/media/video/video-buf.c:396: error: for each function it appears in.)
      drivers/media/video/video-buf.c:399: error: 'pci_dma_sync_sg_for_cpu' undeclared (first use in this function)
      drivers/media/video/video-buf.c:401: error: 'pci_unmap_sg' undeclared (first use in this function)
      drivers/media/video/video-buf.c: In function 'videobuf_pci_dma_map':
      Acked-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      7a9ca4a3