1. 09 11月, 2009 4 次提交
  2. 12 10月, 2009 1 次提交
  3. 05 10月, 2009 1 次提交
  4. 02 10月, 2009 1 次提交
  5. 28 9月, 2009 1 次提交
  6. 25 9月, 2009 1 次提交
  7. 24 9月, 2009 1 次提交
  8. 23 9月, 2009 3 次提交
    • M
      V4L/DVB (13039): dib0700: not building CONFIG_DVB_TUNER_DIB0070 breaks compilation · 3f48258e
      Mauro Carvalho Chehab 提交于
      As reported by Ingo Molnar:
       Here's another new build breakage that triggers in -tip testing:
      
       drivers/built-in.o:(.data+0xb1f40): undefined reference to `dib0070_ctrl_agc_filter'
       drivers/built-in.o:(.data+0xb1f80): undefined reference to `dib0070_ctrl_agc_filter'
      
      triggers due to:
      
      CONFIG_DVB_USB_DIB0700=y
      CONFIG_DVB_TUNER_DIB0070 is not set
      
      While working on a better approach, for now, let's just select tuner
      dib0070 anytime we compile dib0700.
      
      Cc: Patrick Boettcher <pboettcher@kernellabs.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      3f48258e
    • M
      V4L/DVB (13038): dvbdev: Remove an anoying/uneeded warning · d4c02ef9
      Mauro Carvalho Chehab 提交于
      As pointed by Marcin Slusarz <marcin.slusarz@gmail.com>, the warns happens
      because CONFIG_DVB_MAX_ADAPTERS depends on CONFIG_DVB_CORE, and there are
      valid configs where DVB_CORE is not selected.
      
      This causes such warnings, for every V4L and common drivers that may or
      may not be compiled with DVB support:
      
      drivers/media/dvb/dvb-core/dvbdev.h:36:2: warning: #warning invalid CONFIG_DVB_MAX_ADAPTERS value
      
      We can safely remove the warning.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d4c02ef9
    • I
      media: video: Fix build in saa7164 · b1912a85
      Ingo Molnar 提交于
      -tip testing found that the x86 build (64-bit allyesconfig) fails due to:
      
        LD      vmlinux.o
        drivers/built-in.o:(.bss+0x4b648): multiple definition of `debug'
        arch/x86/built-in.o:(.kprobes.text+0x88): first defined here
        ld: Warning: size of symbol `debug' changed from 90 in
      arch/x86/built-in.o to 4 in drivers/built-in.o
       make: *** [vmlinux.o] Error 1
      
      This is because recent saa7164 changes introduced a global symbol
      named 'debug'. The x86 platform code already defines a 'debug'
      symbol. (which is named in a too generic way as well - but it
      can be used nicely to weed out too generic symbols in drivers ;-)
      
      Rename it to saa_debug.
      
      [mchehab@redhat.com: use module_param_named to preserve old name]
      Signed-off-by: NIngo Molnar <mingo@elte.hu>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      b1912a85
  9. 22 9月, 2009 1 次提交
  10. 21 9月, 2009 4 次提交
  11. 20 9月, 2009 1 次提交
  12. 19 9月, 2009 21 次提交