From: Tony Lindgren <tony@atomide.com>
To: linux-omap@vger.kernel.org
Subject: Re: [PATCH 0/3] Getting omap3 frambuffer to work in mainline
Date: Fri, 8 May 2009 12:22:56 -0700 [thread overview]
Message-ID: <20090508192255.GM5593@atomide.com> (raw)
In-Reply-To: <20090508191632.29249.92190.stgit@localhost>
* Tony Lindgren <tony@atomide.com> [090508 12:21]:
> 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?
Forgot to mention that I quickly tested this on SDP, and
the penguin shows up ok.
> 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
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2009-05-08 19:22 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Tony Lindgren [this message]
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=20090508192255.GM5593@atomide.com \
--to=tony@atomide.com \
--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 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.