1. 24 6月, 2014 5 次提交
  2. 02 6月, 2014 2 次提交
    • I
      drm/exynos: consider deferred probe case · df5225bc
      Inki Dae 提交于
      This patch makes sure that exynos drm framework handles deferred
      probe case correctly.
      
      Sub drivers could be probed before resources, clock, regulator,
      phy or panel, are ready for them so we should make sure that exynos
      drm core waits until all resources are ready and sub drivers are
      probed correctly.
      
      Chagelog v2:
      - Make sure that exynos drm core tries to bind sub drivers only in case that
        they have a pair: crtc and encoder/connector components should be a pair.
      - Remove unnecessary patch:
        drm/exynos: mipi-dsi: consider panel driver-deferred probe
      - Return error type correctly.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      Acked-by: NKyungmin Park <kyungmin.park@samsung.com>
      df5225bc
    • I
      drm/exynos: add component framework support · f37cd5e8
      Inki Dae 提交于
      This patch adds component framework support to resolve
      the probe order issue.
      
      Until now, exynos drm had used codes specific to exynos drm
      to resolve that issue so with this patch, the specific codes
      are removed.
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      f37cd5e8
  3. 23 3月, 2014 5 次提交
  4. 18 12月, 2013 2 次提交
  5. 05 9月, 2013 2 次提交
  6. 30 7月, 2013 1 次提交
  7. 04 7月, 2013 1 次提交
  8. 28 6月, 2013 8 次提交
  9. 23 5月, 2013 1 次提交
  10. 29 4月, 2013 1 次提交
  11. 16 4月, 2013 2 次提交
  12. 20 3月, 2013 1 次提交
  13. 21 2月, 2013 2 次提交
  14. 25 1月, 2013 2 次提交
  15. 07 1月, 2013 1 次提交
  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. 14 12月, 2012 1 次提交
  18. 13 12月, 2012 2 次提交