From: Artem Bityutskiy <dedekind1@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-fbdev-devel@lists.sourceforge.net,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH 00/19] OMAP: DSS2 v5 intro
Date: Tue, 10 Nov 2009 14:40:48 +0200 [thread overview]
Message-ID: <1257856848.21596.753.camel@localhost> (raw)
In-Reply-To: <1257767126-12059-1-git-send-email-tomi.valkeinen@nokia.com>
Tomi,
could you please kindly ask Stephen (CCed) to include the DSS2 tree into
linux-next, because you are going to merge it the next merge window, and
there does not seem to be any blocker for this.
Being in linux-next for a while is really important.
On Mon, 2009-11-09 at 13:45 +0200, Tomi Valkeinen wrote:
> This patch set implement new display subsystem driver (DSS2) and omapfb driver
> for OMAP2/3. The patches have been reviewed on linux-omap and linux-fbdev-devel
> mailing lists. The patches can also be found from master branch in
> http://gitorious.org/linux-omap-dss2/linux. The branch is based on the
> linux-next tree.
>
> The patches include DSS documentation patch that includes more instructions for
> module parameters, sysfs files etc.
>
> The patches enable DSS2 for OMAP3430 SDP board and support for other boards can
> be sent after the DSS2 has been merged. DSS2 is used in various boards, for
> example Nokia N900, Beagle Board and Overo.
>
> I don't currently have any OMAP2 board to test DSS2, but it has worked on OMAP2
> and the possible fixes needed should be minimal.
>
> OMAP1 is not supported, and so the old DSS needs to be used on OMAP1 boards. My
> longer term plan is to move all OMAP2 stuff from the old DSS to the new one,
> and then shrink the old DSS to support OMAP1 only.
>
> DSS2 is partly based on the old omapfb driver by Imre Deak, and Imre has also
> contributed to DSS2 quite a bit. Ville Syrjälä has been contributing to scaling
> and tv-out work, and Topi Pohjolainen to VRFB. Also some contributions have
> been made by Hardik Shah, Vaibhav Hiremath, and perhaps some others that I have
> forgotten =).
Tomi,
could you please kindly ask Stephen (CCed) to include the DSS2 tree into
linux-next, because you are going to merge it the next merge window, and
there does not seem to be any blocker for this.
Being in linux-next for a while is really important.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
--
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
WARNING: multiple messages have this Message-ID (diff)
From: Artem Bityutskiy <dedekind1@gmail.com>
To: Tomi Valkeinen <tomi.valkeinen@nokia.com>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-fbdev-devel@lists.sourceforge.net,
Stephen Rothwell <sfr@canb.auug.org.au>
Subject: Re: [PATCH 00/19] OMAP: DSS2 v5 intro
Date: Tue, 10 Nov 2009 14:40:48 +0200 [thread overview]
Message-ID: <1257856848.21596.753.camel@localhost> (raw)
In-Reply-To: <1257767126-12059-1-git-send-email-tomi.valkeinen@nokia.com>
Tomi,
could you please kindly ask Stephen (CCed) to include the DSS2 tree into
linux-next, because you are going to merge it the next merge window, and
there does not seem to be any blocker for this.
Being in linux-next for a while is really important.
On Mon, 2009-11-09 at 13:45 +0200, Tomi Valkeinen wrote:
> This patch set implement new display subsystem driver (DSS2) and omapfb driver
> for OMAP2/3. The patches have been reviewed on linux-omap and linux-fbdev-devel
> mailing lists. The patches can also be found from master branch in
> http://gitorious.org/linux-omap-dss2/linux. The branch is based on the
> linux-next tree.
>
> The patches include DSS documentation patch that includes more instructions for
> module parameters, sysfs files etc.
>
> The patches enable DSS2 for OMAP3430 SDP board and support for other boards can
> be sent after the DSS2 has been merged. DSS2 is used in various boards, for
> example Nokia N900, Beagle Board and Overo.
>
> I don't currently have any OMAP2 board to test DSS2, but it has worked on OMAP2
> and the possible fixes needed should be minimal.
>
> OMAP1 is not supported, and so the old DSS needs to be used on OMAP1 boards. My
> longer term plan is to move all OMAP2 stuff from the old DSS to the new one,
> and then shrink the old DSS to support OMAP1 only.
>
> DSS2 is partly based on the old omapfb driver by Imre Deak, and Imre has also
> contributed to DSS2 quite a bit. Ville Syrjälä has been contributing to scaling
> and tv-out work, and Topi Pohjolainen to VRFB. Also some contributions have
> been made by Hardik Shah, Vaibhav Hiremath, and perhaps some others that I have
> forgotten =).
Tomi,
could you please kindly ask Stephen (CCed) to include the DSS2 tree into
linux-next, because you are going to merge it the next merge window, and
there does not seem to be any blocker for this.
Being in linux-next for a while is really important.
--
Best Regards,
Artem Bityutskiy (Артём Битюцкий)
next prev parent reply other threads:[~2009-11-10 12:40 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-09 11:45 [PATCH 00/19] OMAP: DSS2 v5 intro Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 01/19] OMAP2: Add funcs for writing SMS_ROT_* registers Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 02/19] OMAP: OMAPFB: split omapfb.h Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 03/19] OMAP: OMAPFB: add omapdss device Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 04/19] OMAP: Add VRAM manager Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 05/19] OMAP: Add support for VRFB rotation engine Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 06/19] OMAP: DSS2: Documentation for DSS2 Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 07/19] OMAP: DSS2: Display Subsystem Driver core Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 08/19] OMAP: DSS2: Add more core files Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 09/19] OMAP: DSS2: DISPC Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 10/19] OMAP: DSS2: DPI driver Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 11/19] OMAP: DSS2: Video encoder driver Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 12/19] OMAP: DSS2: RFBI driver Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 13/19] OMAP: DSS2: SDI driver Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 14/19] OMAP: DSS2: DSI driver Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 15/19] OMAP: DSS2: omapfb driver Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 16/19] OMAP: DSS2: Add DPI panel drivers Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 17/19] OMAP: DSS2: Taal DSI command mode panel driver Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 18/19] OMAP: SDP: Enable DSS2 for OMAP3 SDP board Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-09 11:45 ` [PATCH 19/19] MAINTAINERS: Add OMAP2/3 DSS and OMAPFB maintainer Tomi Valkeinen
2009-11-09 11:45 ` Tomi Valkeinen
2009-11-10 12:40 ` Artem Bityutskiy [this message]
2009-11-10 12:40 ` [PATCH 00/19] OMAP: DSS2 v5 intro Artem Bityutskiy
2009-11-11 8:45 ` Tomi Valkeinen
2009-11-11 9:44 ` Tomi Valkeinen
2009-11-11 18:42 ` Tony Lindgren
2009-11-12 5:03 ` Artem Bityutskiy
2009-11-12 18:08 ` Tony Lindgren
2009-11-12 5:10 ` Stephen Rothwell
2009-11-12 18:14 ` Tony Lindgren
2009-11-12 20:48 ` Stephen Rothwell
2009-11-13 9:56 ` Tomi Valkeinen
2009-11-13 17:59 ` Tony Lindgren
2009-11-15 22:38 ` Stephen Rothwell
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=1257856848.21596.753.camel@localhost \
--to=dedekind1@gmail.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
--cc=tomi.valkeinen@nokia.com \
/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.