1. 30 8月, 2016 1 次提交
  2. 11 8月, 2016 1 次提交
  3. 03 8月, 2016 1 次提交
  4. 01 7月, 2014 1 次提交
  5. 17 4月, 2014 1 次提交
  6. 10 4月, 2013 2 次提交
  7. 04 1月, 2013 1 次提交
    • G
      Drivers: video: remove __dev* attributes. · 48c68c4f
      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>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      48c68c4f
  8. 24 7月, 2012 1 次提交
  9. 06 6月, 2012 1 次提交
    • E
      video: bfin_adv7393fb: Convert to kstrtouint_from_user · 5c888aa4
      Emil Goode 提交于
      This patch removes a call to the deprecated simple_strtoul function
      and simplifies the code by replacing two function calls with one
      call to kstrtouint_from_user.
      
      -Simplify the adv7393_write_proc function by replacing the
       simple_strtoul and copy_from_user calls with one call
       to kstrtouint_from_user.
      
      -Change the count parameter from unsigned long to size_t as
       this is the type that the kstrtouint_from_user function expects.
       (size_t is what will be passed to the adv7393_write_proc function
       by the proc write handler function proc_file_write anyway)
      Signed-off-by: NEmil Goode <emilgoode@gmail.com>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      5c888aa4
  10. 29 5月, 2012 1 次提交
  11. 21 3月, 2012 1 次提交
  12. 29 1月, 2012 1 次提交
  13. 03 10月, 2011 1 次提交
  14. 26 11月, 2010 1 次提交