mbox

[GIT,PULL,v2] drm/hdlcd: fixes for v4.7

Message ID 20160602170337.GH23566@e106497-lin.cambridge.arm.com
State New
Headers show

Pull-request

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

Message

Liviu Dudau June 2, 2016, 5:03 p.m. UTC
On Thu, Jun 02, 2016 at 12:31:38PM +0100, Liviu Dudau wrote:
Hi Dave,

Sorry for screw up on pull #1, I've managed to push part of a patch that was
not reviewed when I tried to squash a warning reported by Arnd today.

Now the tree should be clean and similar to my v3 patch series, with the
addition of one line removal of an unused declared variable.

This is the original blurb and the new pull request:

> I have accumulated some cleanup patches for HDLCD, partly triggered by
> Daniel Vetter's work on non-blocking atomic operations, that I would like
> to integrate into v4.7. My first patch is important for the newly enabled
> hibernate option for AArch64 on Juno, the others are fixing behaviour in
> HDLCD and adding a debugfs entry to help track the underlying framebuffer
> usage. I'm also taking one of Daniel's patches from his non-blocking series
> to help with the integration of his patches later.
> 

The following changes since commit 1a695a905c18548062509178b98bc91e67510864:

  Linux 4.7-rc1 (2016-05-29 09:29:24 -0700)

are available in the git repository at:

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

for you to fetch changes up to f6c68b4bd4a98033d1e79479212bbd376e145728:

  drm: hdlcd: Add information about the underlying framebuffers in debugfs (2016-06-02 17:45:55 +0100)

----------------------------------------------------------------
Daniel Vetter (1):
      drm/hdlcd: Fix up crtc_state->event handling

Liviu Dudau (3):
      drm: hdlcd: Revamp runtime power management
      drm: hdlcd: Cleanup the atomic plane operations
      drm: hdlcd: Add information about the underlying framebuffers in debugfs

 drivers/gpu/drm/arm/hdlcd_crtc.c | 86 ++++++++++++++++++++++------------------
 drivers/gpu/drm/arm/hdlcd_drv.c  | 68 ++++++++++++++-----------------
 drivers/gpu/drm/arm/hdlcd_drv.h  |  5 +--
 3 files changed, 78 insertions(+), 81 deletions(-)



Thanks,
Liviu