All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv2 0/6] OMAP: DSS: porting old drivers to DSS2 (board files part)
@ 2011-09-12 11:20 Tomi Valkeinen
  2011-09-12 11:20 ` [PATCHv2 1/6] OMAP: RX51: Remove unused old omapfb stuff Tomi Valkeinen
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Tomi Valkeinen @ 2011-09-12 11:20 UTC (permalink / raw)
  To: linux-omap, tony; +Cc: archit, Tomi Valkeinen

This patch set ports all the OMAP2/3 boards, except N8x0, that use the old
omapfb to use the newer DSS2 driver. Only board files are changed, the panel
driver additions are done in separate patch set. Applying this set without the
driver changes will obviously disable the displays of the affected boards until
the drivers are also merged.

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 (6):
  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        |   78 ++++++++++++++---
 arch/arm/mach-omap2/board-apollon.c        |   35 +++++---
 arch/arm/mach-omap2/board-h4.c             |   42 ++++++----
 arch/arm/mach-omap2/board-ldp.c            |  123 +++++++++++++++++++++++++---
 arch/arm/mach-omap2/board-omap3touchbook.c |   18 ----
 arch/arm/mach-omap2/board-rx51.c           |   25 ------
 6 files changed, 225 insertions(+), 96 deletions(-)

-- 
1.7.4.1


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

end of thread, other threads:[~2011-09-19 21:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-12 11:20 [PATCHv2 0/6] OMAP: DSS: porting old drivers to DSS2 (board files part) Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 1/6] OMAP: RX51: Remove unused old omapfb stuff Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 2/6] OMAP: omap3touchbook: Remove unused lcd stuff Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 3/6] OMAP: 2420SDP: Port the display driver to new DSS2 Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 4/6] OMAP: LDP: " Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 5/6] OMAP: H4: " Tomi Valkeinen
2011-09-12 11:20 ` [PATCHv2 6/6] OMAP: Apollon: " Tomi Valkeinen
2011-09-19  7:38 ` [PATCHv2 0/6] OMAP: DSS: porting old drivers to DSS2 (board files part) Tomi Valkeinen
2011-09-19 21:08   ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.