Hi Dave,
please consider merging these three patches to unbreak VGA output on i.MX53, to avoid a kexec lockup in the IPU irq chip setup code, and to replace an unsupported, undocumented device tree binding.
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.pengutronix.de/git/pza/linux.git tags/imx-drm-fixes-2015-07-14
for you to fetch changes up to c03e9a3a9b54685c2f6c13fc137281d262442bb3:
drm/imx: tve: fix media bus format for VGA output (2015-07-10 11:02:47 +0200)
---------------------------------------------------------------- imx-drm: fixes for parallel-display, imx-tve, and ipu-common
These patches fix the parallel-display driver to use the standard OF graph bindings for connecting a drm_panel via device tree instead of an undocumented, driver specific device tree property, take care to disable all IPU interrupts before setting up the irq chip to fix a kexec lockup, and fix VGA output on i.MX53-QSB boards by correcting the media bus format set by the imx-tve driver.
---------------------------------------------------------------- Philipp Zabel (2): drm/imx: parallel-display: fix drm_panel support drm/imx: tve: fix media bus format for VGA output
Russell King (1): GPU: ipu: fix lockup caused by pending chained interrupts
Documentation/devicetree/bindings/drm/imx/fsl-imx-drm.txt | 26 ++++++++++++++++++++++++-- drivers/gpu/drm/imx/imx-tve.c | 2 +- drivers/gpu/drm/imx/parallel-display.c | 21 +++++++++++++++------ drivers/gpu/ipu-v3/ipu-common.c | 3 +++ 4 files changed, 43 insertions(+), 9 deletions(-)
regards Philipp