Re: [linux-yocto] [PATCH 00/78] updates to 3.4 standard/axxia/base

2013-11-25 Thread Paul Butler
On Mon, Nov 25, 2013 at 03:03:47PM -0500, Bruce Ashfield wrote: > On 13-11-19 11:22 PM, Paul Butler wrote: > >This series replaces the previous xx/94 series. > >I've removed the defconfig patches and the > >meta branch cfg/scc patches will be coming soon. > >Some of the patches may still contain so

[linux-yocto] [PATCH 0/1] 3.4 meta scc/cfg for axm5500

2013-11-25 Thread Paul Butler
I still need to provide the elpaso and axm5500sim configs Paul Butler (1): meta/axm5500: adds new bsp entry meta data .../bsp/axm5500/axm5500-preempt-rt.scc | 13 ++ .../kernel-cache/bsp/axm5500/axm5500-standard.scc | 13 ++ meta/cfg/kernel-cache/bsp/axm5500/axm5500.cfg | 1

[linux-yocto] [PATCH] meta/axm5500: adds new bsp entry meta data

2013-11-25 Thread Paul Butler
Adding new bsp entry axm5500 to support configs for LSI axm5500 on standard/axxia/base Signed-off-by: Paul Butler --- .../bsp/axm5500/axm5500-preempt-rt.scc | 13 ++ .../kernel-cache/bsp/axm5500/axm5500-standard.scc | 13 ++ meta/cfg/kernel-cache/bsp/axm5500/axm5500.cfg | 164

Re: [linux-yocto] [PATCH 19/78] drivers/i2c: Collapse AI2C driver implementation - removing ai2c_*

2013-11-25 Thread Paul Butler
On Wed, Nov 20, 2013 at 02:36:49PM +, Bringmann, Michael Wolfe (Michael) wrote: > Hello, Paul: > You may be able to suppress/remove this entire subdirectory. There is > another > version of the driver that I have observed in the Yocto Linux builds in the > file, > > drivers/i2c/bus

Re: [linux-yocto] [Linux-Yocto] [PATCH] e1000: prevent oops when adapter is being closed and reset simultaneously

2013-11-25 Thread Bruce Ashfield
On 13-11-25 12:30 AM, yzhu1 wrote: This change is based on a similar change made to e1000e support in commit bb9e44d0d0f4 ("e1000e: prevent oops when adapter is being closed and reset simultaneously"). The same issue has also been observed on the older e1000 cards. Here, we have increased the R

Re: [linux-yocto] [PATCH 00/78] updates to 3.4 standard/axxia/base

2013-11-25 Thread Bruce Ashfield
On 13-11-19 11:22 PM, Paul Butler wrote: This series replaces the previous xx/94 series. I've removed the defconfig patches and the meta branch cfg/scc patches will be coming soon. Some of the patches may still contain some dead code, but it is cleaned up in a later patch in the series. Commit me

[linux-yocto] [Linux-Yocto] [PATCH] e1000: prevent oops when adapter is being closed and reset simultaneously

2013-11-25 Thread yzhu1
This change is based on a similar change made to e1000e support in commit bb9e44d0d0f4 ("e1000e: prevent oops when adapter is being closed and reset simultaneously"). The same issue has also been observed on the older e1000 cards. Here, we have increased the RESET_COUNT value to 50 because there