]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDave Airlie <airlied@redhat.com>
Tue, 20 Jan 2015 23:25:19 +0000 (09:25 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 20 Jan 2015 23:25:19 +0000 (09:25 +1000)
commit837ccb319eb7bfe0960cefad5ad5d0b52b6db406
treeadb274698f6132713e7ee1cadc578dddfe3b9fb4
parent28b502469f453cde6a38104a1dd182a5e09a1a47
parent931a06cb884eaf9fa65bc2775f6f2873ecc69aa0
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos into drm-fixes

This pull request includes below fixups,

- Remove duplicated machine checking.
  . It seems that this code was added when you merged 'v3.18-rc7' into
    drm-next. commit id : 6984e2ce3b66e728cdc72d5f9f7f8bc8c24c4069
- Fix hdmiphy reset.
  . Exynos hdmi has two interfaces to control hdmyphy, one is I2C, other
    is APB bus - memory mapped I/O. So this patch makes hdmiphy reset
    to be done according to interfaces, I2C or APB bus.
- And add some exception codes.

* 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos:
  drm/exynos: fix warning of vblank reference count
  drm/exynos: remove unnecessary runtime pm operations
  drm/exynos: fix reset codes for memory mapped hdmi phy
  drm/exynos: remove the redundant machine checking code