From: Linus Walleij <linus.walleij@linaro.org>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] CLCD support for Nomadik and Versatile series
Date: Thu, 16 Jun 2016 09:36:12 +0000 [thread overview]
Message-ID: <1466069778-16087-1-git-send-email-linus.walleij@linaro.org> (raw)
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
next reply other threads:[~2016-06-16 9:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-16 9:36 Linus Walleij [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466069778-16087-1-git-send-email-linus.walleij@linaro.org \
--to=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).