1. 23 3月, 2014 5 次提交
  2. 07 1月, 2014 1 次提交
  3. 18 12月, 2013 1 次提交
  4. 02 12月, 2013 1 次提交
  5. 09 10月, 2013 2 次提交
  6. 05 9月, 2013 8 次提交
  7. 30 7月, 2013 2 次提交
  8. 28 6月, 2013 7 次提交
  9. 23 5月, 2013 1 次提交
  10. 29 4月, 2013 2 次提交
  11. 20 4月, 2013 1 次提交
    • V
      drm/exynos: prepare FIMD clocks · b4e3a3e8
      Vikas Sajjan 提交于
      While migrating to common clock framework (CCF), I found that the FIMD clocks
      were pulled down by the CCF.
      If CCF finds any clock(s) which has NOT been claimed by any of the
      drivers, then such clock(s) are PULLed low by CCF.
      
      Calling clk_prepare() for FIMD clocks fixes the issue.
      
      This patch also replaces clk_disable() with clk_unprepare() during exit, since
      clk_prepare() is called in fimd_probe().
      Signed-off-by: NVikas Sajjan <vikas.sajjan@linaro.org>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      b4e3a3e8
  12. 16 4月, 2013 2 次提交
  13. 20 3月, 2013 2 次提交
  14. 26 1月, 2013 1 次提交
  15. 07 1月, 2013 2 次提交
  16. 04 1月, 2013 1 次提交
    • G
      Drivers: gpu: remove __dev* attributes. · 56550d94
      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, 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: David Airlie <airlied@linux.ie>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      56550d94
  17. 15 12月, 2012 1 次提交