1. 14 3月, 2009 1 次提交
  2. 28 10月, 2008 1 次提交
  3. 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
  4. 30 4月, 2008 1 次提交
  5. 25 4月, 2008 1 次提交
  6. 26 1月, 2008 1 次提交
  7. 19 7月, 2007 1 次提交
    • M
      V4L/DVB (5840): fix dst and cx24123: tune() callback changed signess for delay · 3ea96615
      Mauro Carvalho Chehab 提交于
      tune() dvb_frontend callback changed delay signess:
              int (*tune)(struct dvb_frontend* fe,
                          struct dvb_frontend_parameters* params,
                          unsigned int mode_flags,
      -                   int *delay,
      +                   unsigned int *delay,
      
      This change caused warnings on cx24123 and dst modules:
      
      /home/v4l/master/v4l/cx24123.c:1034: warning: initialization from incompatible pointer type
      /home/v4l/master/v4l/dst.c:1782: warning: initialization from incompatible pointer type
      /home/v4l/master/v4l/dst.c:1808: warning: initialization from incompatible pointer type
      /home/v4l/master/v4l/dst.c:1837: warning: initialization from incompatible pointer type
      /home/v4l/master/v4l/dst.c:1860: warning: initialization from incompatible pointer type
      
      This patch corrects the function prototype on both modules to follow the
      core change.
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      3ea96615
  8. 23 5月, 2007 1 次提交
  9. 21 2月, 2007 1 次提交
  10. 26 9月, 2006 4 次提交
  11. 09 8月, 2006 1 次提交
  12. 25 6月, 2006 24 次提交
  13. 04 3月, 2006 1 次提交
  14. 27 2月, 2006 1 次提交