1. 17 3月, 2015 1 次提交
  2. 27 11月, 2014 2 次提交
    • H
      carma-fpga-program: drop videobuf dependency · 2180a0d4
      Hans Verkuil 提交于
      This driver abuses videobuf helper functions. This is a bad idea
      because:
      
      1) this driver is completely unrelated to media drivers
      2) the videobuf API is deprecated and will be removed eventually
      
      This patch replaces the videobuf functions with the normal DMA kernel
      API.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      2180a0d4
    • H
      carma-fpga-program.c: fix compile errors · e976a725
      Hans Verkuil 提交于
      drivers/misc/carma/carma-fpga-program.c: In function 'fpga_program_dma':
      drivers/misc/carma/carma-fpga-program.c:529:2: error: expected ';' before 'if'
        if (ret) {
        ^
      drivers/misc/carma/carma-fpga-program.c: In function 'fpga_read':
      drivers/misc/carma/carma-fpga-program.c:752:45: error: 'ppos' undeclared (first use in this function)
        return simple_read_from_buffer(buf, count, ppos,
                                                   ^
      drivers/misc/carma/carma-fpga-program.c:752:45: note: each undeclared identifier is reported only once for each function it appears in
      drivers/misc/carma/carma-fpga-program.c: In function 'fpga_llseek':
      drivers/misc/carma/carma-fpga-program.c:765:27: error: 'file' undeclared (first use in this function)
        return fixed_size_llseek(file, offset, origin, priv->fw_size);
                                 ^
      drivers/misc/carma/carma-fpga-program.c:759:9: warning: unused variable 'newpos' [-Wunused-variable]
        loff_t newpos;
               ^
      drivers/misc/carma/carma-fpga-program.c: In function 'fpga_read':
      drivers/misc/carma/carma-fpga-program.c:754:1: warning: control reaches end of non-void function [-Wreturn-type]
       }
       ^
      drivers/misc/carma/carma-fpga-program.c: In function 'fpga_llseek':
      drivers/misc/carma/carma-fpga-program.c:766:1: warning: control reaches end of non-void function [-Wreturn-type]
       }
       ^
      scripts/Makefile.build:263: recipe for target 'drivers/misc/carma/carma-fpga-program.o' failed
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      e976a725
  3. 20 10月, 2014 1 次提交
  4. 16 10月, 2014 2 次提交
  5. 09 10月, 2014 2 次提交
  6. 10 10月, 2013 1 次提交
  7. 07 6月, 2013 1 次提交
  8. 30 5月, 2013 1 次提交
  9. 08 1月, 2013 1 次提交
  10. 17 8月, 2012 1 次提交
  11. 16 11月, 2011 1 次提交
  12. 31 10月, 2011 1 次提交
  13. 19 5月, 2011 1 次提交