[GIT PULL] drm: Add support of ARC PGU display controller

From: Alexey Brodkin
Date: Tue Apr 26 2016 - 11:28:29 EST


Hi Dave,

This is DRM driver for ARC PGU - simple bitstreamer used on
Synopsys ARC SDP boards (both AXS101 and AXS103).

Those sources are from v6 series floated to mailing list here
https://lists.freedesktop.org/archives/dri-devel/2016-April/105156.html

and based on top of today's drm-next branch.

Best regards,
Alexey

The following changes since commit 027b3f8ba9277410c3191d72d1ed2c6146d8a668:

+AKA- drm/modes: stop handling framebuffer special (2016-04-22 10:47:16 +-1000)

are available in the git repository at:

+AKA- https://github.com/foss-for-synopsys-dwc-arc-processors/linux.git topic-arcpgu-v6

for you to fetch changes up to b8c1eca1e089e8f4247b19b73955c875bf7b18ae:

+AKA- arc: axs10x - add support of ARC PGU (2016-04-26 18:26:54 +-0300)

----------------------------------------------------------------
Alexey Brodkin (3):
+AKAAoACgAKAAoACg-drm: Add DT bindings documentation for ARC PGU display controller
+AKAAoACgAKAAoACg-MAINTAINERS: Add maintainer for ARC PGU display controller
+AKAAoACgAKAAoACg-arc: axs10x - add support of ARC PGU

Carlos Palminha (1):
+AKAAoACgAKAAoACg-drm: Add support of ARC PGU display controller

+AKA-Documentation/devicetree/bindings/display/snps,arcpgu.txt +AHwAoACg-35 +-+-+-+-+-+-+-
+AKA-MAINTAINERS+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoAB8AKAAoACg-6 +-+-
+AKA-arch/arc/boot/dts/axs10x+AF8-mb.dtsi+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoAB8AKAAoA-61 +-+-+-+-+-+-+-+-+-+-+-+-
+AKA-drivers/gpu/drm/Kconfig+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoAB8AKAAoACg-2 +-
+AKA-drivers/gpu/drm/Makefile+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAfACgAKAAoA-1 +-
+AKA-drivers/gpu/drm/arc/Kconfig+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAfACgAKA-10 +-+-
+AKA-drivers/gpu/drm/arc/Makefile+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAHwAoACgAKA-2 +-
+AKA-drivers/gpu/drm/arc/arcpgu.h+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAHwAoACg-50 +-+-+-+-+-+-+-+-+-+-
+AKA-drivers/gpu/drm/arc/arcpgu+AF8-crtc.c+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAfA- 257 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
+AKA-drivers/gpu/drm/arc/arcpgu+AF8-drv.c+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoAB8- 282 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
+AKA-drivers/gpu/drm/arc/arcpgu+AF8-hdmi.c+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAfA- 201 +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
+AKA-drivers/gpu/drm/arc/arcpgu+AF8-regs.h+AKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAoACgAKAAfACgAKA-40 +-+-+-+-+-+-+-+-
+AKA-12 files changed, 947 insertions(+-)
+AKA-create mode 100644 Documentation/devicetree/bindings/display/snps,arcpgu.txt
+AKA-create mode 100644 drivers/gpu/drm/arc/Kconfig
+AKA-create mode 100644 drivers/gpu/drm/arc/Makefile
+AKA-create mode 100644 drivers/gpu/drm/arc/arcpgu.h
+AKA-create mode 100644 drivers/gpu/drm/arc/arcpgu+AF8-crtc.c
+AKA-create mode 100644 drivers/gpu/drm/arc/arcpgu+AF8-drv.c
+AKA-create mode 100644 drivers/gpu/drm/arc/arcpgu+AF8-hdmi.c
+AKA-create mode 100644 drivers/gpu/drm/arc/arcpgu+AF8-regs.h