1. 06 May, 2010 1 commit
    • Hans Verkuil's avatar
      V4L/DVB: saa7146: fix regression of the av7110/budget-av driver · 03b1930e
      Hans Verkuil authored
      
      An earlier regression fix for the mxb driver (V4L/DVB: saa7146_vv: fix
      regression where v4l2_device was registered too late) caused a new
      regression in the av7110 driver.
      
      Reverted the old fix and fixed the problem in the mxb driver instead.
      Tested on mxb and budget-av cards.
      
      The real problem is that the saa7146 framework has separate probe()
      and attach() driver callbacks which should be rolled into one. This
      is now done for the mxb driver, but others should do the same. Lack
      of hardware makes this hard to do, though. I hope to get hold of some
      hexium cards and then I can try to improve the framework to prevent
      this from happening again.
      Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
      03b1930e
  2. 26 Feb, 2010 1 commit
  3. 05 Dec, 2009 1 commit
  4. 16 Jun, 2009 1 commit
  5. 30 Mar, 2009 1 commit
  6. 02 Jan, 2009 1 commit
  7. 24 Apr, 2008 1 commit
  8. 21 Mar, 2006 1 commit
  9. 07 Feb, 2006 2 commits
    • Dave Jones's avatar
      V4L/DVB (3318c): fix saa7146 kobject register failure · 62b2c00a
      Dave Jones authored
      
      Whoops.
      
      kobject_register failed for hexium HV-PCI6/Orion (-13)
      [<c01d3eb6>] kobject_register+0x31/0x47
      [<c023a996>] bus_add_driver+0x4a/0xfd
      [<c01de3c1>] __pci_register_driver+0x82/0xa4
      [<d083400a>] hexium_init_module+0xa/0x47 [hexium_orion]
      [<c013bdae>] sys_init_module+0x167b/0x1822
      [<c01633f7>] do_sync_read+0xb8/0xf3
      [<c0133fa3>] autoremove_wake_function+0x0/0x2d
      [<c0145390>] audit_syscall_entry+0x118/0x13f
      [<c0106ae2>] do_syscall_trace+0x104/0x14a
      [<c0103d21>] syscall_call+0x7/0xb
      
      slashes in kobject names aren't allowed.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      62b2c00a
    • Dave Jones's avatar
      V4L/DVB (3318c): fix saa7146 kobject register failure · 922f77de
      Dave Jones authored
      
      Whoops.
      
      kobject_register failed for hexium HV-PCI6/Orion (-13)
      [<c01d3eb6>] kobject_register+0x31/0x47
      [<c023a996>] bus_add_driver+0x4a/0xfd
      [<c01de3c1>] __pci_register_driver+0x82/0xa4
      [<d083400a>] hexium_init_module+0xa/0x47 [hexium_orion]
      [<c013bdae>] sys_init_module+0x167b/0x1822
      [<c01633f7>] do_sync_read+0xb8/0xf3
      [<c0133fa3>] autoremove_wake_function+0x0/0x2d
      [<c0145390>] audit_syscall_entry+0x118/0x13f
      [<c0106ae2>] do_syscall_trace+0x104/0x14a
      [<c0103d21>] syscall_call+0x7/0xb
      
      slashes in kobject names aren't allowed.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
      922f77de
  10. 01 Feb, 2006 1 commit
    • Dave Jones's avatar
      [PATCH] fix saa7146 kobject register failure · a8183ebb
      Dave Jones authored
      
      Whoops.
      
      kobject_register failed for hexium HV-PCI6/Orion (-13)
      [<c01d3eb6>] kobject_register+0x31/0x47
      [<c023a996>] bus_add_driver+0x4a/0xfd
      [<c01de3c1>] __pci_register_driver+0x82/0xa4
      [<d083400a>] hexium_init_module+0xa/0x47 [hexium_orion]
      [<c013bdae>] sys_init_module+0x167b/0x1822
      [<c01633f7>] do_sync_read+0xb8/0xf3
      [<c0133fa3>] autoremove_wake_function+0x0/0x2d
      [<c0145390>] audit_syscall_entry+0x118/0x13f
      [<c0106ae2>] do_syscall_trace+0x104/0x14a
      [<c0103d21>] syscall_call+0x7/0xb
      
      slashes in kobject names aren't allowed.
      Signed-off-by: default avatarDave Jones <davej@redhat.com>
      Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
      a8183ebb
  11. 11 Jan, 2006 1 commit
  12. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      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