1. 21 5月, 2013 3 次提交
  2. 15 4月, 2013 5 次提交
  3. 29 3月, 2013 1 次提交
  4. 24 3月, 2013 2 次提交
  5. 23 3月, 2013 1 次提交
    • L
      [media] davinci: vpif: Fix module build for capture and display · ced9b21f
      Lad, Prabhakar 提交于
      export the symbols which are used by two modules vpif_capture and
      vpif_display. renamed "ch_params" to "vpif_ch_params" so as to avoid
      name collision.
      This patch fixes following error:
      ERROR: "ch_params" [drivers/media/platform/davinci/vpif_display.ko] undefined!
      ERROR: "vpif_ch_params_count" [drivers/media/platform/davinci/vpif_display.ko] undefined!
      ERROR: "vpif_base" [drivers/media/platform/davinci/vpif_display.ko] undefined!
      ERROR: "ch_params" [drivers/media/platform/davinci/vpif_capture.ko] undefined!
      ERROR: "vpif_ch_params_count" [drivers/media/platform/davinci/vpif_capture.ko] undefined!
      ERROR: "vpif_base" [drivers/media/platform/davinci/vpif_capture.ko] undefined!
      make[1]: *** [__modpost] Error 1
      Reported-by: NSekhar Nori <nsekhar@ti.com>
      Signed-off-by: NLad, Prabhakar <prabhakar.csengg@gmail.com>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      ced9b21f
  6. 20 3月, 2013 7 次提交
  7. 06 3月, 2013 1 次提交
  8. 15 2月, 2013 1 次提交
  9. 06 2月, 2013 2 次提交
  10. 04 1月, 2013 1 次提交
    • G
      Drivers: media: remove __dev* attributes. · 4c62e976
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      __devinitconst, and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Cc: Mauro Carvalho Chehab <mchehab@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      4c62e976
  11. 22 12月, 2012 8 次提交
  12. 21 12月, 2012 1 次提交
  13. 22 11月, 2012 7 次提交