linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7 v2] First set of PL111 enhancements
@ 2017-09-01  9:36 Linus Walleij
  2017-09-01  9:36 ` [PATCH 1/7 v2] drm/pl111: Cleanup local header file Linus Walleij
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Linus Walleij @ 2017-09-01  9:36 UTC (permalink / raw)
  To: linux-arm-kernel

This is the v2 patch set fixing the review comments (hopefully).

Mainly I had to drop the cleverness of wrapping power enablement
inside the panel prepare/enable pair and fall back to a 20ms
delay as in the framebuffer driver. I hope everyone survives
this.

Linus Walleij (7):
  drm/pl111: Cleanup local header file
  drm/pl111: Add all registers to debugfs
  drm/pl111: Replace custom connector with panel bridge
  drm/pl111: Enable PL110 variant
  drm/pl111: Insert delay before powering up PL11x
  drm/pl111: Add optional variant display en/disable callbacks
  drm/pl111: Add handling of Versatile platforms

 drivers/gpu/drm/pl111/Kconfig           |   3 +-
 drivers/gpu/drm/pl111/Makefile          |   4 +-
 drivers/gpu/drm/pl111/pl111_connector.c | 127 ---------------
 drivers/gpu/drm/pl111/pl111_debugfs.c   |   6 +
 drivers/gpu/drm/pl111/pl111_display.c   |  81 +++++-----
 drivers/gpu/drm/pl111/pl111_drm.h       |  38 +++--
 drivers/gpu/drm/pl111/pl111_drv.c       | 156 +++++++++++++++---
 drivers/gpu/drm/pl111/pl111_versatile.c | 270 ++++++++++++++++++++++++++++++++
 drivers/gpu/drm/pl111/pl111_versatile.h |   9 ++
 9 files changed, 489 insertions(+), 205 deletions(-)
 delete mode 100644 drivers/gpu/drm/pl111/pl111_connector.c
 create mode 100644 drivers/gpu/drm/pl111/pl111_versatile.c
 create mode 100644 drivers/gpu/drm/pl111/pl111_versatile.h

-- 
2.13.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-01 18:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-01  9:36 [PATCH 0/7 v2] First set of PL111 enhancements Linus Walleij
2017-09-01  9:36 ` [PATCH 1/7 v2] drm/pl111: Cleanup local header file Linus Walleij
2017-09-01  9:36 ` [PATCH 2/7 v2] drm/pl111: Add all registers to debugfs Linus Walleij
2017-09-01  9:36 ` [PATCH 3/7 v2] drm/pl111: Replace custom connector with panel bridge Linus Walleij
2017-09-01  9:36 ` [PATCH 4/7 v2] drm/pl111: Enable PL110 variant Linus Walleij
2017-09-01  9:36 ` [PATCH 5/7 v2] drm/pl111: Insert delay before powering up PL11x Linus Walleij
2017-09-01  9:36 ` [PATCH 6/7 v2] drm/pl111: Add optional variant display en/disable callbacks Linus Walleij
2017-09-01 18:31   ` Eric Anholt
2017-09-01  9:36 ` [PATCH 7/7 v2] drm/pl111: Add handling of Versatile platforms Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).