Hi David,
This is the DRM part of the ARM HDLCD driver. It has been included in linux-next for about a week and includes the Kconfig patches submitted by Arnd Bergman last week. Please pull into drm-next.
Best regards, Liviu
The following changes since commit 8a0d560f3e651808ae0a3d9ab9fe476e59de132b:
drm/amdgpu/powerplay: include asm/div64.h for do_div() (2016-01-12 09:29:25 +1000)
are available in the git repository at:
git://linux-arm.org/linux-ld for-upstream/hdlcd
for you to fetch changes up to 499ad2fdbe562f9e40c390d70690e26e2941ef27:
MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver. (2016-01-13 12:28:54 +0000)
---------------------------------------------------------------- Liviu Dudau (3): drm: arm: Add DT bindings documentation for HDLCD driver. drm: Add support for ARM's HDLCD controller. MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver.
.../devicetree/bindings/display/arm,hdlcd.txt | 79 +++ MAINTAINERS | 6 + drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/arm/Kconfig | 27 + drivers/gpu/drm/arm/Makefile | 2 + drivers/gpu/drm/arm/hdlcd_crtc.c | 327 ++++++++++++ drivers/gpu/drm/arm/hdlcd_drv.c | 567 +++++++++++++++++++++ drivers/gpu/drm/arm/hdlcd_drv.h | 42 ++ drivers/gpu/drm/arm/hdlcd_regs.h | 87 ++++ 10 files changed, 1140 insertions(+) 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
On Wed, Jan 13, 2016 at 01:13:07PM +0000, Liviu Dudau wrote:
Hi David,
Gentle ping! Are there any reasons not to include this series into drm-next? It has been cooking (rotting?) in linux-next for more than a month now.
I'm aware of the cleanup of .preclose hook that Daniel Vetter has on a different branch and the fact that it does not touch HDLCD, but that can come as a separate fix.
Best regards, Liviu
This is the DRM part of the ARM HDLCD driver. It has been included in linux-next for about a week and includes the Kconfig patches submitted by Arnd Bergman last week. Please pull into drm-next.
Best regards, Liviu
The following changes since commit 8a0d560f3e651808ae0a3d9ab9fe476e59de132b:
drm/amdgpu/powerplay: include asm/div64.h for do_div() (2016-01-12 09:29:25 +1000)
are available in the git repository at:
git://linux-arm.org/linux-ld for-upstream/hdlcd
for you to fetch changes up to 499ad2fdbe562f9e40c390d70690e26e2941ef27:
MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver. (2016-01-13 12:28:54 +0000)
Liviu Dudau (3): drm: arm: Add DT bindings documentation for HDLCD driver. drm: Add support for ARM's HDLCD controller. MAINTAINERS: Add Liviu Dudau as maintainer for ARM HDLCD driver.
.../devicetree/bindings/display/arm,hdlcd.txt | 79 +++ MAINTAINERS | 6 + drivers/gpu/drm/Kconfig | 2 + drivers/gpu/drm/Makefile | 1 + drivers/gpu/drm/arm/Kconfig | 27 + drivers/gpu/drm/arm/Makefile | 2 + drivers/gpu/drm/arm/hdlcd_crtc.c | 327 ++++++++++++ drivers/gpu/drm/arm/hdlcd_drv.c | 567 +++++++++++++++++++++ drivers/gpu/drm/arm/hdlcd_drv.h | 42 ++ drivers/gpu/drm/arm/hdlcd_regs.h | 87 ++++ 10 files changed, 1140 insertions(+) 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 _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org