* [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support
@ 2011-08-17 16:50 tom.zanussi
2011-08-17 16:50 ` [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch tom.zanussi
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: tom.zanussi @ 2011-08-17 16:50 UTC (permalink / raw)
To: bruce.ashfield, dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This patchset makes fri2 use emgd. Please pull into
linux-yocto-3.0/meta.
Thanks,
Tom
The following changes are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/meta-fri2-emgd-linux-yocto-3.0
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/meta-fri2-emgd-linux-yocto-3.0
Tom Zanussi (2):
bsp/fri2: merge emgd branch
bsp/fri2: use EMGD feature
meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch
2011-08-17 16:50 [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support tom.zanussi
@ 2011-08-17 16:50 ` tom.zanussi
2011-08-17 17:18 ` Darren Hart
2011-08-17 16:50 ` [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature tom.zanussi
2011-08-17 18:51 ` [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support Bruce Ashfield
2 siblings, 1 reply; 6+ messages in thread
From: tom.zanussi @ 2011-08-17 16:50 UTC (permalink / raw)
To: bruce.ashfield, dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Add scc commands to merge the yocto/emgd branch into the fri2 BSP.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
index 6ac0bfb..a87ce7e 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
@@ -1,5 +1,7 @@
kconf hardware fri2.cfg
+git merge yocto/emgd
+
include features/eg20t/eg20t.scc
include features/intel-e1xxxx/intel-e1xxxx.scc
include features/dmaengine/dmaengine.scc
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature
2011-08-17 16:50 [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support tom.zanussi
2011-08-17 16:50 ` [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch tom.zanussi
@ 2011-08-17 16:50 ` tom.zanussi
2011-08-17 17:18 ` Darren Hart
2011-08-17 18:51 ` [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support Bruce Ashfield
2 siblings, 1 reply; 6+ messages in thread
From: tom.zanussi @ 2011-08-17 16:50 UTC (permalink / raw)
To: bruce.ashfield, dvhart, yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Add kernel options needed for enabling EMGD.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
index a87ce7e..2d30049 100644
--- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
+++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
@@ -4,6 +4,7 @@ git merge yocto/emgd
include features/eg20t/eg20t.scc
include features/intel-e1xxxx/intel-e1xxxx.scc
+include features/drm-emgd/drm-emgd.scc
include features/dmaengine/dmaengine.scc
include features/serial/8250.scc
include features/ericsson-3g/f5521gw.scc
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch
2011-08-17 16:50 ` [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch tom.zanussi
@ 2011-08-17 17:18 ` Darren Hart
0 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2011-08-17 17:18 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto
On 08/17/2011 09:50 AM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Add scc commands to merge the yocto/emgd branch into the fri2 BSP.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> index 6ac0bfb..a87ce7e 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> @@ -1,5 +1,7 @@
> kconf hardware fri2.cfg
>
> +git merge yocto/emgd
> +
> include features/eg20t/eg20t.scc
> include features/intel-e1xxxx/intel-e1xxxx.scc
> include features/dmaengine/dmaengine.scc
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature
2011-08-17 16:50 ` [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature tom.zanussi
@ 2011-08-17 17:18 ` Darren Hart
0 siblings, 0 replies; 6+ messages in thread
From: Darren Hart @ 2011-08-17 17:18 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto
On 08/17/2011 09:50 AM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Add kernel options needed for enabling EMGD.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
> ---
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> index a87ce7e..2d30049 100644
> --- a/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> +++ b/meta/cfg/kernel-cache/bsp/fri2/fri2.scc
> @@ -4,6 +4,7 @@ git merge yocto/emgd
>
> include features/eg20t/eg20t.scc
> include features/intel-e1xxxx/intel-e1xxxx.scc
> +include features/drm-emgd/drm-emgd.scc
> include features/dmaengine/dmaengine.scc
> include features/serial/8250.scc
> include features/ericsson-3g/f5521gw.scc
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support
2011-08-17 16:50 [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support tom.zanussi
2011-08-17 16:50 ` [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch tom.zanussi
2011-08-17 16:50 ` [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature tom.zanussi
@ 2011-08-17 18:51 ` Bruce Ashfield
2 siblings, 0 replies; 6+ messages in thread
From: Bruce Ashfield @ 2011-08-17 18:51 UTC (permalink / raw)
To: tom.zanussi; +Cc: yocto, dvhart
On 11-08-17 12:50 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi<tom.zanussi@intel.com>
>
> This patchset makes fri2 use emgd. Please pull into
> linux-yocto-3.0/meta.
I've tossed this onto the pile. Once some testing
completes, I'll push this out with my 3.0.2 update.
Bruce
>
> Thanks,
>
> Tom
>
> The following changes are available in the git repository at:
>
> git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/meta-fri2-emgd-linux-yocto-3.0
> http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/meta-fri2-emgd-linux-yocto-3.0
>
> Tom Zanussi (2):
> bsp/fri2: merge emgd branch
> bsp/fri2: use EMGD feature
>
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 3 +++
> 1 files changed, 3 insertions(+), 0 deletions(-)
>
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-08-17 18:50 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-17 16:50 [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support tom.zanussi
2011-08-17 16:50 ` [PATCH 1/2][KERNEL] bsp/fri2: merge emgd branch tom.zanussi
2011-08-17 17:18 ` Darren Hart
2011-08-17 16:50 ` [PATCH 2/2][KERNEL] bsp/fri2: use EMGD feature tom.zanussi
2011-08-17 17:18 ` Darren Hart
2011-08-17 18:51 ` [PATCH 0/2][KERNEL] meta-/fri2: add EMGD support Bruce Ashfield
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.