All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
@ 2011-09-08 23:30 Saxena, Rahul
  2011-09-09 18:51 ` Bruce Ashfield
  0 siblings, 1 reply; 5+ messages in thread
From: Saxena, Rahul @ 2011-09-08 23:30 UTC (permalink / raw)
  To: yocto@yoctoproject.org; +Cc: Bruce Ashfield

[-- Attachment #1: Type: text/plain, Size: 1266 bytes --]

Cover letter for separating 10/100 LAN feature from 1G and 10G. Typically a machine does not need both of 10/100 and 1G/10G drivers.

Signed-off-by: Rahul SaxenaRahul.saxena@intel.com<mailto:Rahul.saxena@intel.com>

Rahul Saxena (3):
  Remove 10/100 LAN support. 10/100 LAN will be configured by seperate
    files
  Added seperate feature for 10/100 LAN support
  Added e100 feature configuration to remaining boards

 .../kernel-cache/bsp/common-pc-64/common-pc-64.scc |    1 +
 meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc  |    1 +
 meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc    |    1 +
 meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc      |    2 +-
 meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc  |    1 +
 meta/cfg/kernel-cache/bsp/fri2/fri2.scc            |    1 +
 meta/cfg/kernel-cache/bsp/romley/romley.scc        |    1 +
 .../features/intel-e1xxxx/intel-e100.cfg           |    2 ++
 .../features/intel-e1xxxx/intel-e100.scc           |    1 +
 .../features/intel-e1xxxx/intel-e1xxxx.cfg         |    1 -
 10 files changed, 10 insertions(+), 2 deletions(-)
 create mode 100644 meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.cfg
 create mode 100644 meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.scc


[-- Attachment #2: Type: text/html, Size: 6405 bytes --]

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

* Re: [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
  2011-09-08 23:30 [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G Saxena, Rahul
@ 2011-09-09 18:51 ` Bruce Ashfield
  2011-09-09 19:03   ` Saxena, Rahul
  2011-09-09 21:28   ` Saxena, Rahul
  0 siblings, 2 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-09-09 18:51 UTC (permalink / raw)
  To: Saxena, Rahul; +Cc: yocto@yoctoproject.org, Bruce Ashfield

On 11-09-08 07:30 PM, Saxena, Rahul wrote:
> Cover letter for separating 10/100 LAN feature from 1G and 10G.
> Typically a machine does not need both of 10/100 and 1G/10G drivers.

These look good now, but when I went to merge the patches I see they
are multipart, and html-ized. Which is causing me considerable pain
in getting them applied.

Can you resend the patches via git-send-email ? Or push them to a
contrib branch ? If you are not sure about how to do either of these,
we can help and Tom may have some practical tips to share.

Cheers,

Bruce

>
> Signed-off-by: Rahul SaxenaRahul.saxena@intel.com
> <mailto:Rahul.saxena@intel.com>
>
> Rahul Saxena (3):
>
> Remove 10/100 LAN support. 10/100 LAN will be configured by seperate
>
> files
>
> Added seperate feature for 10/100 LAN support
>
> Added e100 feature configuration to remaining boards
>
> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 +-
>
> meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/romley/romley.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e100.cfg | 2 ++
>
> .../features/intel-e1xxxx/intel-e100.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e1xxxx.cfg | 1 -
>
> 10 files changed, 10 insertions(+), 2 deletions(-)
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.cfg
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.scc
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
  2011-09-09 18:51 ` Bruce Ashfield
@ 2011-09-09 19:03   ` Saxena, Rahul
  2011-09-09 21:28   ` Saxena, Rahul
  1 sibling, 0 replies; 5+ messages in thread
From: Saxena, Rahul @ 2011-09-09 19:03 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org, Bruce Ashfield

Hi Bruce,

Sorry about that. I will push them to a git contrib branch and send you a link.

Thanks
Rahul

-----Original Message-----
From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] 
Sent: Friday, September 09, 2011 11:52 AM
To: Saxena, Rahul
Cc: yocto@yoctoproject.org; Bruce Ashfield; Zanussi, Tom
Subject: Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

On 11-09-08 07:30 PM, Saxena, Rahul wrote:
> Cover letter for separating 10/100 LAN feature from 1G and 10G.
> Typically a machine does not need both of 10/100 and 1G/10G drivers.

These look good now, but when I went to merge the patches I see they
are multipart, and html-ized. Which is causing me considerable pain
in getting them applied.

Can you resend the patches via git-send-email ? Or push them to a
contrib branch ? If you are not sure about how to do either of these,
we can help and Tom may have some practical tips to share.

Cheers,

Bruce

>
> Signed-off-by: Rahul SaxenaRahul.saxena@intel.com
> <mailto:Rahul.saxena@intel.com>
>
> Rahul Saxena (3):
>
> Remove 10/100 LAN support. 10/100 LAN will be configured by seperate
>
> files
>
> Added seperate feature for 10/100 LAN support
>
> Added e100 feature configuration to remaining boards
>
> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 +-
>
> meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/romley/romley.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e100.cfg | 2 ++
>
> .../features/intel-e1xxxx/intel-e100.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e1xxxx.cfg | 1 -
>
> 10 files changed, 10 insertions(+), 2 deletions(-)
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.cfg
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.scc
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
  2011-09-09 18:51 ` Bruce Ashfield
  2011-09-09 19:03   ` Saxena, Rahul
@ 2011-09-09 21:28   ` Saxena, Rahul
  2011-09-09 22:36     ` Bruce Ashfield
  1 sibling, 1 reply; 5+ messages in thread
From: Saxena, Rahul @ 2011-09-09 21:28 UTC (permalink / raw)
  To: Bruce Ashfield; +Cc: yocto@yoctoproject.org, Bruce Ashfield

Hi Bruce,

I have pushed the pacthes to meta-intel-contrib, link given below:

http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/tree/?h=10-100-patch

Let me know if this works.

Thanks
Rahul

-----Original Message-----
From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com] 
Sent: Friday, September 09, 2011 11:52 AM
To: Saxena, Rahul
Cc: yocto@yoctoproject.org; Bruce Ashfield; Zanussi, Tom
Subject: Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G

On 11-09-08 07:30 PM, Saxena, Rahul wrote:
> Cover letter for separating 10/100 LAN feature from 1G and 10G.
> Typically a machine does not need both of 10/100 and 1G/10G drivers.

These look good now, but when I went to merge the patches I see they
are multipart, and html-ized. Which is causing me considerable pain
in getting them applied.

Can you resend the patches via git-send-email ? Or push them to a
contrib branch ? If you are not sure about how to do either of these,
we can help and Tom may have some practical tips to share.

Cheers,

Bruce

>
> Signed-off-by: Rahul SaxenaRahul.saxena@intel.com
> <mailto:Rahul.saxena@intel.com>
>
> Rahul Saxena (3):
>
> Remove 10/100 LAN support. 10/100 LAN will be configured by seperate
>
> files
>
> Added seperate feature for 10/100 LAN support
>
> Added e100 feature configuration to remaining boards
>
> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 +-
>
> meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
>
> meta/cfg/kernel-cache/bsp/romley/romley.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e100.cfg | 2 ++
>
> .../features/intel-e1xxxx/intel-e100.scc | 1 +
>
> .../features/intel-e1xxxx/intel-e1xxxx.cfg | 1 -
>
> 10 files changed, 10 insertions(+), 2 deletions(-)
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.cfg
>
> create mode 100644
> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.scc
>
>
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
  2011-09-09 21:28   ` Saxena, Rahul
@ 2011-09-09 22:36     ` Bruce Ashfield
  0 siblings, 0 replies; 5+ messages in thread
From: Bruce Ashfield @ 2011-09-09 22:36 UTC (permalink / raw)
  To: Saxena, Rahul; +Cc: yocto@yoctoproject.org, Bruce Ashfield

On 11-09-09 05:28 PM, Saxena, Rahul wrote:
> Hi Bruce,
>
> I have pushed the pacthes to meta-intel-contrib, link given below:
>
> http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel-contrib/tree/?h=10-100-patch
>
> Let me know if this works.

This suffers a similar problem:

git am 
../meta-intel-contrib/0001-Remove-10-100-LAN-support.-10-100-LAN-will-be-config.patch
Patch format detection failed.

If it's easier for you, just git format-patch HEAD^^^ and attach
the three patches to an email and send them along .. they should be
safe that way.

Bruce

>
> Thanks
> Rahul
>
> -----Original Message-----
> From: Bruce Ashfield [mailto:bruce.ashfield@windriver.com]
> Sent: Friday, September 09, 2011 11:52 AM
> To: Saxena, Rahul
> Cc: yocto@yoctoproject.org; Bruce Ashfield; Zanussi, Tom
> Subject: Re: [yocto] [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G
>
> On 11-09-08 07:30 PM, Saxena, Rahul wrote:
>> Cover letter for separating 10/100 LAN feature from 1G and 10G.
>> Typically a machine does not need both of 10/100 and 1G/10G drivers.
>
> These look good now, but when I went to merge the patches I see they
> are multipart, and html-ized. Which is causing me considerable pain
> in getting them applied.
>
> Can you resend the patches via git-send-email ? Or push them to a
> contrib branch ? If you are not sure about how to do either of these,
> we can help and Tom may have some practical tips to share.
>
> Cheers,
>
> Bruce
>
>>
>> Signed-off-by: Rahul SaxenaRahul.saxena@intel.com
>> <mailto:Rahul.saxena@intel.com>
>>
>> Rahul Saxena (3):
>>
>> Remove 10/100 LAN support. 10/100 LAN will be configured by seperate
>>
>> files
>>
>> Added seperate feature for 10/100 LAN support
>>
>> Added e100 feature configuration to remaining boards
>>
>> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 1 +
>>
>> meta/cfg/kernel-cache/bsp/common-pc/common-pc.scc | 1 +
>>
>> meta/cfg/kernel-cache/bsp/crownbay/crownbay.scc | 1 +
>>
>> meta/cfg/kernel-cache/bsp/emenlow/emenlow.scc | 2 +-
>>
>> meta/cfg/kernel-cache/bsp/fishriver/fishriver.scc | 1 +
>>
>> meta/cfg/kernel-cache/bsp/fri2/fri2.scc | 1 +
>>
>> meta/cfg/kernel-cache/bsp/romley/romley.scc | 1 +
>>
>> .../features/intel-e1xxxx/intel-e100.cfg | 2 ++
>>
>> .../features/intel-e1xxxx/intel-e100.scc | 1 +
>>
>> .../features/intel-e1xxxx/intel-e1xxxx.cfg | 1 -
>>
>> 10 files changed, 10 insertions(+), 2 deletions(-)
>>
>> create mode 100644
>> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.cfg
>>
>> create mode 100644
>> meta/cfg/kernel-cache/features/intel-e1xxxx/intel-e100.scc
>>
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>



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

end of thread, other threads:[~2011-09-09 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-08 23:30 [PATCH 0/3] [KERNEL] Cover letter for seperating 10/100 LAN feature from 1G and 10G Saxena, Rahul
2011-09-09 18:51 ` Bruce Ashfield
2011-09-09 19:03   ` Saxena, Rahul
2011-09-09 21:28   ` Saxena, Rahul
2011-09-09 22:36     ` 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.