Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignar...
authorDave Airlie <airlied@redhat.com>
Thu, 28 Aug 2014 01:48:58 +0000 (11:48 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 28 Aug 2014 01:48:58 +0000 (11:48 +1000)
commit36d07e3ac7533d5029f74001a89d61eb18064421
tree31e9aa4f727010583484d3ad2d63ffe2b9dcb324
parent5fa9be63a42bd4336448d27cbd1f3b993744dd88
parentf5ec6c4bcd11ed8867d6f5efc98dc3a81904ab00
Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignard/kernel into drm-fixes

I have tested the 6 patches send on mailing list since you merge the sti driver.
I haven't seen issue with those patches except for the missing
dependency on Kconfig
where I have change "depends on" to "select".

* 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin.gaignard/kernel:
  drm: sti: Add missing dependency on RESET_CONTROLLER
  drm: sti: Make of_device_id array const
  drm: sti: Fix return value check in sti_drm_platform_probe()
  drm: sti: hda: fix return value check in sti_hda_probe()
  drm: sti: hdmi: fix return value check in sti_hdmi_probe()
  drm: sti: tvout: fix return value check in sti_tvout_probe()