1. 20 9月, 2013 1 次提交
  2. 11 4月, 2013 1 次提交
  3. 23 1月, 2013 1 次提交
  4. 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
  5. 26 11月, 2012 6 次提交
  6. 10 10月, 2012 1 次提交
  7. 23 8月, 2012 1 次提交
  8. 08 8月, 2012 1 次提交
  9. 24 7月, 2012 1 次提交
  10. 14 6月, 2012 2 次提交
  11. 13 5月, 2012 1 次提交
  12. 09 5月, 2012 1 次提交
  13. 16 4月, 2012 1 次提交
  14. 10 4月, 2012 2 次提交
  15. 06 3月, 2012 1 次提交
    • J
      video: s3c-fb: Add support EXYNOS5 FIMD · 5c44778e
      Jingoo Han 提交于
      This patch adds s3c_fb_driverdata s3c_fb_data_exynos5 for EXYNOS5
      and adds extended timing control setting.
      
      EXYNOS5 FIMD needs extended setting for video timing control.
      Additional bits are added to VIDTCON2, VIDWxxADD2, VIDOSDxA and
      VIDOSDxB registers in order to set timing value for lager resolution.
      
      Also, address offset of VIDTCONx registers is changed from 0x0
      to 0x20000, thus variable type should be changed to int type
      to handle the address offset of VIDTCONx registers for EXYNOS5 FIMD.
      Signed-off-by: NJingoo Han <jg1.han@samsung.com>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      5c44778e
  16. 24 2月, 2012 1 次提交
  17. 29 1月, 2012 4 次提交
  18. 04 1月, 2012 6 次提交
  19. 20 12月, 2011 3 次提交
  20. 04 12月, 2011 2 次提交
  21. 12 11月, 2011 1 次提交
  22. 15 9月, 2011 1 次提交