All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Tom Zanussi <tom.zanussi@intel.com>
Cc: yocto@yoctoproject.org, Darren Hart <dvhart@linux.intel.com>
Subject: Re: [PATCH 02/10] meta/common-pc: use usb features
Date: Fri, 11 May 2012 16:15:11 -0400	[thread overview]
Message-ID: <4FAD734F.5010503@windriver.com> (raw)
In-Reply-To: <1336764387.27808.36.camel@elmorro>

On 12-05-11 03:26 PM, Tom Zanussi wrote:
> On Fri, 2012-05-11 at 09:12 -0700, Darren Hart wrote:
>>
>> On 05/10/2012 05:59 PM, tom.zanussi@intel.com wrote:
>>> From: Tom Zanussi<tom.zanussi@intel.com>
>>>
>>> Use the available ehci and uhci usb features and remove the associated
>>> config settings from the top-level common-pc feature.
>>>
>>> Signed-off-by: Tom Zanussi<tom.zanussi@intel.com>
>>
>> For what this does:
>>
>> Acked-by: Darren Hart<dvhart@linux.intel.com>
>>
>> Further thoughts:
>>
>> I wonder why common-pc does not include OHCI HCDs?
>>
>>>   CONFIG_USB_STORAGE=y
>>
>> This should really be pulled out as well and added to the standard and
>> preempt-rt bsp-ktype.scc files.
>>
>
> The CONFIG_USB_STORAGE setting here is standalone, and the common-pc*
> don't have the other options contained in the usb-mass-storage feature,
> so that's why this was left behind.  Perhaps they should also include
> the usb-mass-storage feature as well, but that would be adding more than
> cleanup at this point.

Agreed. We can address that later, but for the cleanup, I can see why
it's orphaned.

This all change looks fine to me.

Bruce

>
> Anyway, note that the later patches do add the usb-mass-storage to the
> standard and preempt-rt files for the other non-common-pc* BSPs in the
> patchset.
>
>>
>>>   CONFIG_USB_HID=y
>>>   CONFIG_USB_HIDDEV=y
>>> diff --git a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
>>> index bab45e6..2338ea6 100644
>>> --- a/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
>>> +++ b/meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc
>>> @@ -2,6 +2,8 @@ kconf hardware common-pc.cfg
>>>   kconf hardware common-pc-gfx.cfg
>>>
>>>   include cfg/boot-live.scc
>>
>> This should be moved to the standard and preempt-rt bsp-ktype.scc files
>> as well.
>>
>
> The later patches do this for the boot-live feature.
>
> Tom
>
>>> +include features/usb/ehci-hcd.scc
>>> +include features/usb/uhci-hcd.scc
>>>   include features/intel-e1xxxx/intel-e100.scc
>>>   include features/intel-e1xxxx/intel-e1xxxx.scc
>>>   include features/latencytop/latencytop.scc
>>
>
>



  reply	other threads:[~2012-05-11 20:15 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-11  1:00 [PATCH 00/10][KERNEL][RFC] policy cleanup patches tom.zanussi
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 [this message]
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=4FAD734F.5010503@windriver.com \
    --to=bruce.ashfield@windriver.com \
    --cc=dvhart@linux.intel.com \
    --cc=tom.zanussi@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.