1. 14 8月, 2012 2 次提交
  2. 12 8月, 2012 1 次提交
  3. 17 5月, 2010 1 次提交
  4. 06 12月, 2009 1 次提交
  5. 23 9月, 2009 1 次提交
    • 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
  6. 12 9月, 2009 1 次提交
  7. 13 7月, 2009 1 次提交
  8. 30 3月, 2009 1 次提交
  9. 30 12月, 2008 1 次提交
  10. 18 10月, 2008 1 次提交
    • D
      V4L/DVB (9227): MFE: Add multi-frontend mutual exclusion · 59b1842d
      Darron Broad 提交于
      This add frontend R/W mutual exclusion.
      Prior to this point in time it was possible to open both
      frontends simultaneously which an MFE card cannot support.
      
      In order to stop this, a delayed open is performed which
      has the following function:
      
      -  Return EBUSY after a configurable amount of time
         if a frontend is unavailable due to the other being
         in use.
      
      -  Only allow opening of a frontend if the kernel thread
         of the other has stopped.
      
      This solution was chosen to allow switching between
      frontends to work as seamlessly as possible. When both
      frontends are actually opened simultaneously then one
      will only open, but if quick switching is performed
      between one of many then the new open will succeed in
      a clean fashion rather than interrupting a kernel
      thread.
      Signed-off-by: NDarron Broad <darron@kewl.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      59b1842d
  11. 30 4月, 2008 1 次提交
  12. 25 4月, 2008 1 次提交
  13. 28 4月, 2007 1 次提交
  14. 26 9月, 2006 2 次提交
  15. 27 6月, 2006 1 次提交
  16. 25 6月, 2006 1 次提交
    • A
      V4L/DVB (3762): Add sysfs device links to dvb devices · d09dbf92
      Andrew de Quincey 提交于
      Currently in /sys/class/dvb/dvbX.demuxY/ we have:
      	dev
      	uevent
      With the patch, we have (for a PCI DVB device):
      	dev
      	device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:03:0d.0
      	uevent
      So userspace tools can (finally) work out which physical device a DVB adapter
      refers to. Previously you had to kinda look through dmesg and hope that it
      hadn't been dumped out of the buffer. This makes debugging a lot easier if
      the system has been up for a long time!
      This is done by adding an extra 'struct device *' parameter to
      dvb_register_adapter(). It will work with any kind of standard
      linux 'device'. Additionally, if someone has an embedded system which does
      things differently, they can simply supply 'NULL' and the behaviour will be
      as before - the link will simply not appear.
      
      Ack'd-by: Manu Abraham <manu@linuxtv.org>
      Acked-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NAndrew de Quincey <adq_dvb@lidskialf.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      d09dbf92
  17. 10 1月, 2006 1 次提交
  18. 13 12月, 2005 1 次提交
  19. 17 5月, 2005 1 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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