1. 12 10月, 2008 1 次提交
    • S
      V4L/DVB (8985): S2API: Added dvb frontend changes to support a newer tuning API · 6b73eeaf
      Steven Toth 提交于
      This is an experimental patch to add a new tuning mechanism for
      dvb frontends. Rather than passing fixed structures across the
      user/kernel boundary, which need to be revised for each new modulation
      type (or feature the kernel developers want to add), this implements
      a simpler message based approach, allowing fe commands to be broken
      down into a series of small fixed size transactions, presented
      in an array.
      
      The goal is to avoid changing the user/kernel ABI in the future, by
      simply creating new frontend commands (and sequencies of commands) that
      help us add support for brand new demodulator, delivery system or
      statistics related commmands.
      
      known issues:
      checkpatch voilations
      feedback from various developers yet to be implemented, relating
      to namespace conventions, variable length array passing conventions,
      and generally some optimization.
      
      This patch should support all existing tuning mechanisms through the
      new API, as well as adding 8PSK, DVB-S2 NBC-QPSK and ISDB-T API support.
      
      For testing and exercise purposes, see the latest tune.c tool
      available from http://www.steventoth.net/linux/s2Signed-off-by: NSteven Toth <stoth@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      6b73eeaf
  2. 26 1月, 2008 6 次提交
  3. 10 10月, 2007 3 次提交
  4. 19 7月, 2007 1 次提交
  5. 04 10月, 2006 1 次提交
  6. 26 9月, 2006 2 次提交
  7. 25 6月, 2006 4 次提交
  8. 02 4月, 2006 1 次提交
    • A
      V4L/DVB (3673): Fix budget-av CAM reset · 86f40cc3
      Andrew de Quincey 提交于
      Unfortunately on the budget-av board, the CAM reset line is tied to the
      frontend reset line, so resetting the CAM also zaps the frontend. This
      breaks the tda1004x at least, and causes it to fail to tune until the
      budget-av module is reloaded. This patch adds an exported function to dvb_frontend
      that allows a card to forcibly reinitialise a frontend. The budget-av now
      does this on CAM reset, which corrects this problem.
      since they do not tie the CAM reset line to the frontend reset line.
      Signed-off-by: NAndrew de Quincey <adq_dvb@lidskialf.net>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      86f40cc3
  9. 08 3月, 2006 1 次提交
  10. 10 1月, 2006 3 次提交
  11. 13 12月, 2005 1 次提交
  12. 09 11月, 2005 1 次提交
  13. 08 7月, 2005 1 次提交
  14. 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