From: bryan.wu@canonical.com (Bryan Wu)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] OMAP: DSS2: introduce generic panel display driver (try #3)
Date: Fri, 5 Nov 2010 15:43:53 -0400 [thread overview]
Message-ID: <1288986236-30210-1-git-send-email-bryan.wu@canonical.com> (raw)
There are 4 duplicated DPI panel drivers in DSS2 display driver. They are
similar and a generic DPI panel driver can support all them with specific
panel configuration. And new DPI panel driver can be easily supported
by adding panel configurations into generic panel DPI driver.
This patchset introduces a generic panel DPI driver, remove 3 panel drivers and enable
generic panel DPI driver in board files. And it is based on 2.6.37-rc1.
This patch use unified the panel_data struct for nokia_dsi_panel_data with DPI
panel data. So panel-taal.c is updated as well.
Building with omap2plus_defconfig is successful.
Keep sharp_ls_panel, since it contains blacklight control code which will be
moved out later.
Bryan Wu (3):
OMAP: use generic panel data in board files
OMAP: DSS2: Add generic panel display driver
OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers
arch/arm/mach-omap2/board-3430sdp.c | 10 +-
arch/arm/mach-omap2/board-am3517evm.c | 19 +-
arch/arm/mach-omap2/board-cm-t35.c | 19 +-
arch/arm/mach-omap2/board-devkit8000.c | 22 +-
arch/arm/mach-omap2/board-igep0020.c | 10 +-
arch/arm/mach-omap2/board-omap3beagle.c | 10 +-
arch/arm/mach-omap2/board-omap3evm.c | 10 +-
arch/arm/mach-omap2/board-omap3stalker.c | 19 +-
arch/arm/plat-omap/include/plat/nokia-dsi-panel.h | 31 --
arch/arm/plat-omap/include/plat/panel.h | 57 ++++
drivers/video/omap2/displays/Kconfig | 22 +-
drivers/video/omap2/displays/Makefile | 4 +-
drivers/video/omap2/displays/panel-dpi.c | 306 ++++++++++++++++++++
drivers/video/omap2/displays/panel-generic.c | 174 -----------
.../video/omap2/displays/panel-sharp-lq043t1dg01.c | 165 -----------
drivers/video/omap2/displays/panel-taal.c | 26 +-
.../video/omap2/displays/panel-toppoly-tdo35s.c | 164 -----------
17 files changed, 461 insertions(+), 607 deletions(-)
delete mode 100644 arch/arm/plat-omap/include/plat/nokia-dsi-panel.h
create mode 100644 arch/arm/plat-omap/include/plat/panel.h
create mode 100644 drivers/video/omap2/displays/panel-dpi.c
delete mode 100644 drivers/video/omap2/displays/panel-generic.c
delete mode 100644 drivers/video/omap2/displays/panel-sharp-lq043t1dg01.c
delete mode 100644 drivers/video/omap2/displays/panel-toppoly-tdo35s.c
next reply other threads:[~2010-11-05 19:43 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-11-05 19:43 Bryan Wu [this message]
2010-11-05 19:43 ` [PATCH 1/3] OMAP: use generic panel data in board files Bryan Wu
2010-11-05 21:17 ` Taneja, Archit
2010-11-08 12:19 ` Tomi Valkeinen
2010-11-08 19:49 ` Bryan Wu
2010-11-08 12:26 ` Tomi Valkeinen
2010-11-08 19:43 ` Bryan Wu
2010-11-09 10:13 ` Tomi Valkeinen
2010-11-05 19:43 ` [PATCH 2/3] OMAP: DSS2: Add generic panel display driver Bryan Wu
2010-11-05 20:59 ` Taneja, Archit
2010-11-05 19:43 ` [PATCH 3/3] OMAP: DSS2: remove generic DPI panel driver duplicated panel drivers Bryan Wu
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=1288986236-30210-1-git-send-email-bryan.wu@canonical.com \
--to=bryan.wu@canonical.com \
--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).