From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Subject: [PATCH 0/7] OMAP: DSS: porting old drivers to DSS2
Date: Wed, 04 May 2011 12:27:32 +0000 [thread overview]
Message-ID: <1304512059-10372-1-git-send-email-tomi.valkeinen@ti.com> (raw)
This patch set ports all the OMAP2/3 boards, except N8x0, that use the old
omapfb to use the newer DSS2 driver.
Some board files contained old omapfb code, but there wasn't a matching LCD
driver. That board file code is also removed.
Porting N800 driver is more complicated, as the blizzard chip driver is quite
big and includes features that cannot be supported in DSS2 currently. I will
post patches for that later.
I don't have any of the boards touched by these patches, so testing is
appreciated.
Tomi
Tomi Valkeinen (7):
OMAP: OMAPFB: Remove unused lcd drivers
OMAP: RX51: Remove unused old omapfb stuff
OMAP: omap3touchbook: Remove unused lcd stuff
OMAP: 2420SDP: Port the display driver to new DSS2
OMAP: LDP: Port the display driver to new DSS2
OMAP: H4: Port the display driver to new DSS2
OMAP: Apollon: Port the display driver to new DSS2
arch/arm/mach-omap2/board-2430sdp.c | 84 ++++++++--
arch/arm/mach-omap2/board-apollon.c | 34 +++--
arch/arm/mach-omap2/board-h4.c | 41 +++--
arch/arm/mach-omap2/board-ldp.c | 73 +++++++-
arch/arm/mach-omap2/board-omap3touchbook.c | 18 --
arch/arm/mach-omap2/board-rx51.c | 25 ---
drivers/video/omap/Makefile | 9 -
drivers/video/omap/lcd_2430sdp.c | 203 ----------------------
drivers/video/omap/lcd_apollon.c | 136 ---------------
drivers/video/omap/lcd_h4.c | 117 -------------
drivers/video/omap/lcd_ldp.c | 201 ---------------------
drivers/video/omap/lcd_omap2evm.c | 192 --------------------
drivers/video/omap/lcd_omap3beagle.c | 130 --------------
drivers/video/omap/lcd_omap3evm.c | 193 --------------------
drivers/video/omap/lcd_overo.c | 180 -------------------
drivers/video/omap2/displays/panel-generic-dpi.c | 64 +++++++
16 files changed, 244 insertions(+), 1456 deletions(-)
delete mode 100644 drivers/video/omap/lcd_2430sdp.c
delete mode 100644 drivers/video/omap/lcd_apollon.c
delete mode 100644 drivers/video/omap/lcd_h4.c
delete mode 100644 drivers/video/omap/lcd_ldp.c
delete mode 100644 drivers/video/omap/lcd_omap2evm.c
delete mode 100644 drivers/video/omap/lcd_omap3beagle.c
delete mode 100644 drivers/video/omap/lcd_omap3evm.c
delete mode 100644 drivers/video/omap/lcd_overo.c
--
1.7.4.1
next reply other threads:[~2011-05-04 12:27 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-04 12:27 Tomi Valkeinen [this message]
2011-05-04 12:27 ` [PATCH 1/7] OMAP: OMAPFB: Remove unused lcd drivers Tomi Valkeinen
2011-05-04 12:44 ` Steve Sakoman
2011-05-04 13:43 ` Koen Kooi
2011-05-04 12:27 ` [PATCH 2/7] OMAP: RX51: Remove unused old omapfb stuff Tomi Valkeinen
2011-05-04 12:27 ` [PATCH 3/7] OMAP: omap3touchbook: Remove unused lcd stuff Tomi Valkeinen
2011-05-04 12:27 ` [PATCH 4/7] OMAP: 2420SDP: Port the display driver to new DSS2 Tomi Valkeinen
2011-05-04 12:27 ` [PATCH 5/7] OMAP: LDP: " Tomi Valkeinen
2011-05-04 12:27 ` [PATCH 6/7] OMAP: H4: " Tomi Valkeinen
2011-05-04 12:27 ` [PATCH 7/7] OMAP: Apollon: " Tomi Valkeinen
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=1304512059-10372-1-git-send-email-tomi.valkeinen@ti.com \
--to=tomi.valkeinen@ti.com \
--cc=linux-fbdev@vger.kernel.org \
--cc=linux-omap@vger.kernel.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).