1. 25 7月, 2009 1 次提交
  2. 17 6月, 2009 2 次提交
  3. 30 3月, 2009 1 次提交
  4. 17 12月, 2008 1 次提交
  5. 05 10月, 2008 1 次提交
  6. 05 9月, 2008 1 次提交
    • T
      V4L/DVB (8877): b2c2 and bt8xx: udelay to mdelay · c4e3fd94
      Thierry MERLE 提交于
      b2c2-flexcop, dvb/bt8xx and video/bt8xx fails to build on ARM with:
      
      __bad_udelay is specifically designed on ARM to fail when udelay is
      called in a bad way.  arch/arm/include/asm/delay.h has this to say
      about __bad_udelay:
      
      /*
       * This function intentionally does not exist; if you see references to
       * it, it means that you're calling udelay() with an out of range value.
       *
       * With currently imposed limits, this means that we support a max delay
       * of 2000us. Further limits: HZ<=1000 and bogomips<=3355
       */
      extern void __bad_udelay(void);
      
      Solution is to replace udelay by a mdelay and udelay with value less than 2000
      Signed-off-by: NThierry MERLE <thierry.merle@free.fr>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      c4e3fd94
  7. 14 5月, 2008 1 次提交
  8. 25 4月, 2008 5 次提交
  9. 19 7月, 2007 1 次提交
  10. 28 4月, 2007 1 次提交
    • T
      V4L/DVB (5363): Dvb: Remove lgh06xf driver · 6bdcc6e6
      Trent Piepho 提交于
      The code of the dvb-pll driver and the lgh06xf driver is nearly
      identical.  The main difference is that the lgh06xf driver would set the
      AGC TOP value on every tune call.  The dvb-pll driver now has the ability
      to set the AGC TOP when the front-end device is opened, which is a better
      way to go about it.  By using this ability of dvb-pll, the lgh06xf driver
      is made unnecessary.
      
      There is one other difference.  dvb-pll will probe for the presence of an
      I2C pll chip by doing a one byte read, the lgh06xf driver did not do
      this.  In some devices the PLL is not reachable over I2C at the timer the
      tuner is attached.  Some more initialization, such as firmware loading,
      must take place first.  None of the devices using a LG-H06xF should have
      this problem.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Acked-by: NMichael Krufky <mkrufky@linuxtv.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      6bdcc6e6
  11. 21 2月, 2007 1 次提交
  12. 10 12月, 2006 1 次提交
  13. 26 9月, 2006 4 次提交
  14. 25 6月, 2006 5 次提交
  15. 04 3月, 2006 1 次提交
  16. 27 2月, 2006 1 次提交
  17. 24 1月, 2006 4 次提交
  18. 10 1月, 2006 2 次提交
  19. 13 12月, 2005 1 次提交
  20. 09 11月, 2005 2 次提交
  21. 10 9月, 2005 2 次提交
  22. 24 6月, 2005 1 次提交