]> 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)
commit995239fba6319a15cb11a4fafcc031468174812b
treeadb274698f6132713e7ee1cadc578dddfe3b9fb4
parent866d99724b8267451498471f5b641120485bf31c
parentb77eac16351e8e58928adfca6cf8b3cb761dd1af
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 : 014ca085155ed26d7b9b4600c9d9c54cefa3f0bd
- 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