linux-fbdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] CLCD support for Nomadik and Versatile series
@ 2016-06-16  9:36 Linus Walleij
  2016-06-16  9:36 ` [PATCH 1/6] video: ARM CLCD: backlight support for OF Linus Walleij
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Linus Walleij @ 2016-06-16  9:36 UTC (permalink / raw)
  To: linux-arm-kernel

This is a rebase and repost of my earlier "uncontroversial"
series of patches to CLCD, which excludes the part where
we deal with the Versatile autodetected displays. This makes
it possible to handle Nomadik graphics and RealView with just
device tree while keeping the Versatile specialties on hold.

We got an earlier nod from Tomi on this series:
http://marc.info/?l=linux-fbdev&m\x145733624305361&w=2

Sorry for not getting around to revising and reposting sooner :(

Linus Walleij (6):
  video: ARM CLCD: backlight support for OF
  video: ARM CLCD: support DT signal inversion flags
  video: ARM CLCD: support pads connected in reverse order
  video: ARM CLCD: support Nomadik variant
  video: ARM CLCD: add special board and panel hooks for Nomadik
  video: ARM CLCD: add special panel hook for Versatiles

 drivers/video/fbdev/Kconfig               |   6 +-
 drivers/video/fbdev/Makefile              |   1 +
 drivers/video/fbdev/amba-clcd-nomadik.c   | 257 ++++++++++++++++++++
 drivers/video/fbdev/amba-clcd-nomadik.h   |  24 ++
 drivers/video/fbdev/amba-clcd-versatile.c | 391 ++++++++++++++++++++++++++++++
 drivers/video/fbdev/amba-clcd-versatile.h |  17 ++
 drivers/video/fbdev/amba-clcd.c           | 199 +++++++++++++--
 include/linux/amba/clcd.h                 |  63 ++++-
 8 files changed, 937 insertions(+), 21 deletions(-)
 create mode 100644 drivers/video/fbdev/amba-clcd-nomadik.c
 create mode 100644 drivers/video/fbdev/amba-clcd-nomadik.h
 create mode 100644 drivers/video/fbdev/amba-clcd-versatile.h

-- 
2.4.11


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

end of thread, other threads:[~2016-07-04 12:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-16  9:36 [PATCH 0/6] CLCD support for Nomadik and Versatile series Linus Walleij
2016-06-16  9:36 ` [PATCH 1/6] video: ARM CLCD: backlight support for OF Linus Walleij
2016-06-16  9:36 ` [PATCH 2/6] video: ARM CLCD: support DT signal inversion flags Linus Walleij
2016-06-16  9:36 ` [PATCH 3/6] video: ARM CLCD: support pads connected in reverse order Linus Walleij
2016-06-16  9:36 ` [PATCH 4/6] video: ARM CLCD: support Nomadik variant Linus Walleij
2016-06-16  9:36 ` [PATCH 5/6] video: ARM CLCD: add special board and panel hooks for Nomadik Linus Walleij
2016-06-16  9:36 ` [PATCH 6/6] video: ARM CLCD: add special panel hook for Versatiles Linus Walleij
2016-07-04 12:41 ` [PATCH 0/6] CLCD support for Nomadik and Versatile series 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).