All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features
@ 2012-05-25 17:44 kishore.k.bodke
  2012-05-25 17:44 ` [PATCH 1/1] [KERNEL] meta: Add cedartrail kernel features kishore.k.bodke
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kishore.k.bodke @ 2012-05-25 17:44 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Kishore Bodke <kishore.k.bodke@intel.com>

Add Power Management and move kernel features to
Cedartrail Machine branch.

Please pull into linux-yocto-3.0/meta.

Thanks
Kishore.

The following changes since commit 34e0d2b4b4e9778b31f9ea99ca43f0dc71a7ee23:

  meta: Clean up BSPs kernel config (2012-04-17 16:01:19 -0400)

are available in the git repository at:

  git://git.pokylinux.org/linux-yocto-2.6.37-contrib kishore/cedartrail
  http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/cedartrail

Kishore Bodke (1):
  meta: Add cedartrail kernel features

 .../bsp/cedartrail/cedartrail-pvr-merge.scc        |    4 ++++
 1 file changed, 4 insertions(+)

-- 
1.7.9.5



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

* [PATCH 1/1] [KERNEL] meta: Add cedartrail kernel features
  2012-05-25 17:44 [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features kishore.k.bodke
@ 2012-05-25 17:44 ` kishore.k.bodke
  2012-05-28 20:26 ` [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features Bruce Ashfield
  2012-05-29 20:20 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: kishore.k.bodke @ 2012-05-25 17:44 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Kishore Bodke <kishore.k.bodke@intel.com>

Move Kernel Features out of the BSP
and add to the Cedartrail Machine branch.

Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
---
 .../bsp/cedartrail/cedartrail-pvr-merge.scc        |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-pvr-merge.scc b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-pvr-merge.scc
index f83c02b..98807fa 100644
--- a/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-pvr-merge.scc
+++ b/meta/cfg/kernel-cache/bsp/cedartrail/cedartrail-pvr-merge.scc
@@ -1 +1,5 @@
 git merge yocto/pvr
+
+include features/power/intel.scc
+include cfg/smp.scc
+include cfg/drm-cdvpvr.scc
-- 
1.7.9.5



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

* Re: [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features
  2012-05-25 17:44 [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features kishore.k.bodke
  2012-05-25 17:44 ` [PATCH 1/1] [KERNEL] meta: Add cedartrail kernel features kishore.k.bodke
@ 2012-05-28 20:26 ` Bruce Ashfield
  2012-05-29 20:20 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-05-28 20:26 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto

On 12-05-25 01:44 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke<kishore.k.bodke@intel.com>
>
> Add Power Management and move kernel features to
> Cedartrail Machine branch.
>
> Please pull into linux-yocto-3.0/meta.

Looks good. I've got this associated with Tom and Darren's updates,
so it will be out in the next day or so.

Bruce

>
> Thanks
> Kishore.
>
> The following changes since commit 34e0d2b4b4e9778b31f9ea99ca43f0dc71a7ee23:
>
>    meta: Clean up BSPs kernel config (2012-04-17 16:01:19 -0400)
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/linux-yocto-2.6.37-contrib kishore/cedartrail
>    http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/cedartrail
>
> Kishore Bodke (1):
>    meta: Add cedartrail kernel features
>
>   .../bsp/cedartrail/cedartrail-pvr-merge.scc        |    4 ++++
>   1 file changed, 4 insertions(+)
>



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

* Re: [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features
  2012-05-25 17:44 [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features kishore.k.bodke
  2012-05-25 17:44 ` [PATCH 1/1] [KERNEL] meta: Add cedartrail kernel features kishore.k.bodke
  2012-05-28 20:26 ` [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features Bruce Ashfield
@ 2012-05-29 20:20 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2012-05-29 20:20 UTC (permalink / raw)
  To: kishore.k.bodke; +Cc: yocto

On 12-05-25 1:44 PM, kishore.k.bodke@intel.com wrote:
> From: Kishore Bodke<kishore.k.bodke@intel.com>
>
> Add Power Management and move kernel features to
> Cedartrail Machine branch.
>
> Please pull into linux-yocto-3.0/meta.

Merged and pushed to the linux-yocto-3.0 tree (on top of 3.0.32).

Bruce

>
> Thanks
> Kishore.
>
> The following changes since commit 34e0d2b4b4e9778b31f9ea99ca43f0dc71a7ee23:
>
>    meta: Clean up BSPs kernel config (2012-04-17 16:01:19 -0400)
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/linux-yocto-2.6.37-contrib kishore/cedartrail
>    http://git.pokylinux.org/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=kishore/cedartrail
>
> Kishore Bodke (1):
>    meta: Add cedartrail kernel features
>
>   .../bsp/cedartrail/cedartrail-pvr-merge.scc        |    4 ++++
>   1 file changed, 4 insertions(+)
>



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

end of thread, other threads:[~2012-05-29 20:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-25 17:44 [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features kishore.k.bodke
2012-05-25 17:44 ` [PATCH 1/1] [KERNEL] meta: Add cedartrail kernel features kishore.k.bodke
2012-05-28 20:26 ` [PATCH 0/1] [KERNEL] Cedartrail Add Kernel features Bruce Ashfield
2012-05-29 20:20 ` 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.