public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Getting omap3 frambuffer to work in mainline
@ 2009-05-08 19:18 Tony Lindgren
  2009-05-08 19:18 ` [PATCH 1/3] ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi Tony Lindgren
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tony Lindgren @ 2009-05-08 19:18 UTC (permalink / raw)
  To: linux-omap

Hi all,

Here are few patches to make omap3 framebuffer to work in the
mainline kernel. I've just updated the clocks handling and
added two missing LCD files. Still waiting for Imre to send
all the other fixes..

Stanley, can you give it a try on your LDP?

Anybody want to try to produce a similar patch for Beagle
for this series?

Regards,

Tony

---

Stanley Miao (1):
      OMAP_LDP: Support LCD display as a FB device on ZOOM MDK

Tony Lindgren (2):
      ARM: OMAP3: Add more devices for omap3430sdp
      ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi


 arch/arm/configs/omap_3430sdp_defconfig |   10 ++
 arch/arm/configs/omap_ldp_defconfig     |   63 +++++++++-
 arch/arm/mach-omap2/board-2430sdp.c     |    6 +
 arch/arm/mach-omap2/board-ldp.c         |   11 ++
 arch/arm/mach-omap2/clock24xx.c         |    8 +
 arch/arm/mach-omap2/clock34xx.c         |   10 +-
 drivers/video/omap/Kconfig              |    4 +
 drivers/video/omap/Makefile             |    5 +
 drivers/video/omap/dispc.c              |   11 +-
 drivers/video/omap/lcd_2430sdp.c        |  199 +++++++++++++++++++++++++++++++
 drivers/video/omap/lcd_ldp.c            |  200 +++++++++++++++++++++++++++++++
 drivers/video/omap/rfbi.c               |    4 -
 12 files changed, 512 insertions(+), 19 deletions(-)
 create mode 100644 drivers/video/omap/lcd_2430sdp.c
 create mode 100644 drivers/video/omap/lcd_ldp.c

-- 
Signature

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

end of thread, other threads:[~2009-05-08 19:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-08 19:18 [PATCH 0/3] Getting omap3 frambuffer to work in mainline Tony Lindgren
2009-05-08 19:18 ` [PATCH 1/3] ARM: OMAP2/3: Change omapfb to use clkdev for dispc and rfbi Tony Lindgren
2009-05-08 19:19 ` [PATCH 2/3] ARM: OMAP3: Add more devices for omap3430sdp Tony Lindgren
2009-05-08 19:32   ` Tony Lindgren
2009-05-08 19:19 ` [PATCH 3/3] OMAP_LDP: Support LCD display as a FB device on ZOOM MDK Tony Lindgren
2009-05-08 19:22 ` [PATCH 0/3] Getting omap3 frambuffer to work in mainline Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox