From: tom.zanussi@intel.com
To: yocto@yoctoproject.org, bruce.ashfield@windriver.com,
dvhart@linux.intel.com
Subject: [PATCH 00/10][KERNEL][RFC] policy cleanup patches
Date: Thu, 10 May 2012 20:00:03 -0500 [thread overview]
Message-ID: <cover.1336697506.git.tom.zanussi@intel.com> (raw)
From: Tom Zanussi <tom.zanussi@intel.com>
This set of patches factors out the policy vs hardware-related config
of the common-pc and common-pc-64 along with some meta-intel BSPs.
There are also a couple usb cleanups as well.
This is an RFC patchset because it's completely untested at this
point so shouldn't be pulled in - I wanted to get this pre-NAKed
at least once before actually going through the trouble of testing. ;-)
Tom
The following changes since commit 1dfd60fa1250259eed38ae5b2840eb37e3758a1b:
Tom Zanussi (1):
meta/fishriver: move smp options from recipe-space
are available in the git repository at:
git://git.yoctoproject.org/linux-yocto-2.6.37-contrib.git tzanussi/policy-cleanup
http://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto-2.6.37-contrib/log/?h=tzanussi/policy-cleanup
Tom Zanussi (10):
meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature
meta/common-pc: use usb features
meta/common-pc-64: use usb features
meta/common-pc: factor out policy-related options
meta/common-pc: factor out policy-related options
meta/crownbay: factor out policy-related options
meta/emenlow: factor out policy-related options
meta/emenlow: factor out policy-related options
meta/jasperforest: factor out policy-related options
meta/sugarbay: factor out policy-related options
.../bsp/common-pc-64/common-pc-64-preempt-rt.scc | 6 ++++++
.../bsp/common-pc-64/common-pc-64-standard.scc | 6 ++++++
.../kernel-cache/bsp/common-pc-64/common-pc-64.cfg | 3 ---
.../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 8 ++------
.../bsp/common-pc/common-pc-preempt-rt.scc | 7 +++++++
.../bsp/common-pc/common-pc-standard.scc | 6 ++++++
.../kernel-cache/bsp/common-pc/common-pc-tiny.scc | 5 +----
meta/cfg/kernel-cache/bsp/common-pc/common-pc.cfg | 5 -----
meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 6 ++----
.../bsp/crownbay/crownbay-preempt-rt.scc | 8 ++++++++
.../bsp/crownbay/crownbay-standard.scc | 7 +++++++
meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 7 -------
.../bsp/emenlow/emenlow-preempt-rt.scc | 8 ++++++++
.../kernel-cache/bsp/emenlow/emenlow-standard.scc | 8 ++++++++
meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 7 -------
.../bsp/fishriver/fishriver-preempt-rt.scc | 8 ++++++++
.../bsp/fishriver/fishriver-standard.scc | 8 ++++++++
meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 7 -------
.../bsp/jasperforest/jasperforest-preempt-rt.scc | 7 +++++++
.../bsp/jasperforest/jasperforest-standard.scc | 6 ++++++
.../kernel-cache/bsp/jasperforest/jasperforest.scc | 6 ------
.../bsp/sugarbay/sugarbay-preempt-rt.scc | 7 +++++++
.../bsp/sugarbay/sugarbay-standard.scc | 6 ++++++
meta/cfg/kernel-cache/bsp/sugarbay/sugarbay.scc | 6 ------
meta/cfg/kernel-cache/features/usb/ehci-hcd.cfg | 1 +
25 files changed, 104 insertions(+), 55 deletions(-)
next reply other threads:[~2012-05-11 1:00 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 1:00 tom.zanussi [this message]
2012-05-11 0:59 ` [PATCH 01/10] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature tom.zanussi
2012-05-11 16:08 ` Darren Hart
2012-05-11 0:59 ` [PATCH 02/10] meta/common-pc: use usb features tom.zanussi
2012-05-11 16:12 ` Darren Hart
2012-05-11 19:26 ` Tom Zanussi
2012-05-11 20:15 ` Bruce Ashfield
2012-05-11 0:59 ` [PATCH 03/10] meta/common-pc-64: " tom.zanussi
2012-05-11 1:00 ` [PATCH 04/10] meta/common-pc: factor out policy-related options tom.zanussi
2012-05-11 16:15 ` Darren Hart
2012-05-11 19:29 ` Tom Zanussi
2012-05-11 1:00 ` [PATCH 05/10] " tom.zanussi
2012-05-11 16:15 ` Darren Hart
2012-05-11 1:00 ` [PATCH 06/10] meta/crownbay: " tom.zanussi
2012-05-11 16:18 ` Darren Hart
2012-05-11 22:08 ` Tom Zanussi
2012-05-11 22:19 ` Tom Zanussi
2012-05-11 22:35 ` Darren Hart
2012-05-11 22:42 ` Tom Zanussi
2012-05-11 22:54 ` Darren Hart
2012-05-11 1:00 ` [PATCH 07/10] meta/emenlow: " tom.zanussi
2012-05-11 16:19 ` Darren Hart
2012-05-11 1:00 ` [PATCH 08/10] " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 1:00 ` [PATCH 09/10] meta/jasperforest: " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 1:00 ` [PATCH 10/10] meta/sugarbay: " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 16:16 ` [PATCH 00/10][KERNEL][RFC] policy cleanup patches Bruce Ashfield
2012-05-11 20:17 ` Bruce Ashfield
2012-05-11 20:47 ` Tom Zanussi
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=cover.1336697506.git.tom.zanussi@intel.com \
--to=tom.zanussi@intel.com \
--cc=bruce.ashfield@windriver.com \
--cc=dvhart@linux.intel.com \
--cc=yocto@yoctoproject.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.