1. 15 Aug, 2012 3 commits
    • Mauro Carvalho Chehab's avatar
      [media] move the remaining USB drivers to drivers/media/usb · 0aa77f6c
      Mauro Carvalho Chehab authored
      Move the 3 remaining usb drivers to their proper space.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      0aa77f6c
    • Mauro Carvalho Chehab's avatar
      [media] rename most media/video usb drivers to media/usb · 0c0d06ca
      Mauro Carvalho Chehab authored
      Rename all USB drivers with their own directory under
      drivers/media/video into drivers/media/usb and update the
      building system.
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      0c0d06ca
    • Mauro Carvalho Chehab's avatar
      [media] b2c2: fix driver's build due to the lack of pci DMA code · 84cfe9e7
      Mauro Carvalho Chehab authored
      Fix a one-character typo at the makefile.
      
      drivers/built-in.o: In function `flexcop_pci_remove':
      flexcop-pci.c:(.text+0x20d1a28): undefined reference to `flexcop_dma_free'
      flexcop-pci.c:(.text+0x20d1a3e): undefined reference to `flexcop_dma_free'
      drivers/built-in.o: In function `flexcop_pci_stream_control':
      flexcop-pci.c:(.text+0x20d2396): undefined reference to `flexcop_dma_config'
      flexcop-pci.c:(.text+0x20d23b3): undefined reference to `flexcop_dma_config'
      flexcop-pci.c:(.text+0x20d23cf): undefined reference to `flexcop_dma_config_timer'
      flexcop-pci.c:(.text+0x20d23f5): undefined reference to `flexcop_dma_xfer_control'
      flexcop-pci.c:(.text+0x20d244c): undefined reference to `flexcop_dma_control_timer_irq'
      flexcop-pci.c:(.text+0x20d24b0): undefined reference to `flexcop_dma_control_timer_irq'
      flexcop-pci.c:(.text+0x20d2507): undefined reference to `flexcop_dma_xfer_control'
      drivers/built-in.o: In function `flexcop_pci_probe':
      flexcop-pci.c:(.text+0x20d28d2): undefined reference to `flexcop_dma_allocate'
      flexcop-pci.c:(.text+0x20d2907): undefined reference to `flexcop_dma_allocate'
      flexcop-pci.c:(.text+0x20d2923): undefined reference to `flexcop_dma_free'
      Reported-by: default avatarFengguang Wu <wfg@linux.intel.com>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      84cfe9e7
  2. 14 Aug, 2012 19 commits
  3. 13 Aug, 2012 18 commits