mbox

[GIT,PULL] drm/arm/hdlcd -next

Message ID 20151214110553.GG960@e106497-lin.cambridge.arm.com
State New
Headers show

Pull-request

git://linux-arm.org/linux-ld for-upstream/hdlcd

Message

Liviu Dudau Dec. 14, 2015, 11:05 a.m. UTC
Hi Dave,
 
I would like to include the HDLCD driver in the -next builds
in preparation for inclusion into v4.5. It is a new driver
so it should not impact much the overall DRM stability.
 
Please let me know if there are any questions or issues.
 
Many thanks,
Liviu

The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8:

  Linux 4.4-rc3 (2015-11-29 18:58:26 -0800)

are available in the git repository at:

  git://linux-arm.org/linux-ld for-upstream/hdlcd

for you to fetch changes up to 4171cc1bdffc433946c863e4b3dab3cfd340c323:

  MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver. (2015-12-11 14:04:14 +0000)

----------------------------------------------------------------
Liviu Dudau (4):
      drm: arm: Add DT bindings documentation for HDLCD driver.
      drm: Add support for ARM's HDLCD controller.
      arm64: Juno: Add HDLCD support to the Juno boards.
      MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver.

 .../devicetree/bindings/display/arm,hdlcd.txt      |  79 +++
 MAINTAINERS                                        |   6 +
 arch/arm64/boot/dts/arm/juno-base.dtsi             |  46 +-
 drivers/gpu/drm/Kconfig                            |   2 +
 drivers/gpu/drm/Makefile                           |   1 +
 drivers/gpu/drm/arm/Kconfig                        |  29 ++
 drivers/gpu/drm/arm/Makefile                       |   2 +
 drivers/gpu/drm/arm/hdlcd_crtc.c                   | 327 ++++++++++++
 drivers/gpu/drm/arm/hdlcd_drv.c                    | 579 +++++++++++++++++++++
 drivers/gpu/drm/arm/hdlcd_drv.h                    |  42 ++
 drivers/gpu/drm/arm/hdlcd_regs.h                   |  87 ++++
 11 files changed, 1196 insertions(+), 4 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/arm,hdlcd.txt
 create mode 100644 drivers/gpu/drm/arm/Kconfig
 create mode 100644 drivers/gpu/drm/arm/Makefile
 create mode 100644 drivers/gpu/drm/arm/hdlcd_crtc.c
 create mode 100644 drivers/gpu/drm/arm/hdlcd_drv.c
 create mode 100644 drivers/gpu/drm/arm/hdlcd_drv.h
 create mode 100644 drivers/gpu/drm/arm/hdlcd_regs.h