[GIT PULL] Staging wireless driver for 3.14-rc1

2014-01-31 Thread Greg KH
The following changes since commit 77d143de75812596a58d126606f42d1214e09dde: Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml (2014-01-26 11:06:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git

[PATCH 1/2] Drivers: net: hyperv: Get rid of the rndis_filter_packet structure

2014-01-31 Thread K. Y. Srinivasan
This structure is redundant; get rid of it make the code little more efficient - get rid of the unnecessary indirection. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang --- drivers/net/hyperv/hyperv_net.h |6 - drivers/net/hyperv/netvsc_drv.c |2 +- drivers/net/hyperv

[PATCH 2/2] Drivers: net: hyperv: Cleanup the receive path

2014-01-31 Thread K. Y. Srinivasan
Make the receive path a little more efficient by parameterizing the required state rather than re-establishing that state. Signed-off-by: K. Y. Srinivasan Reviewed-by: Haiyang Zhang --- drivers/net/hyperv/netvsc.c | 29 + 1 files changed, 13 insertions(+), 16 delet

[PATCH 0/2] Drivers: net: hyperv: Cleanup the recive path

2014-01-31 Thread K. Y. Srinivasan
Some minor cleanup of the receive path. Get rid of unnecessary indirection as well as unnecessary re-establishment of state. K. Y. Srinivasan (2): Drivers: net: hyperv: Get rid of the rndis_filter_packet structure Drivers: net: hyperv: Cleanup the receive path drivers/net/hyperv/hyperv_net.h

Warning Code:USV64MT1

2014-01-31 Thread system administrator
Your email has not passed the verification/Update process that we are presently working on. follow the link to update and increase mail quota.Increase your Mail Quota to the new 25GB Mail Quota.Simply click the new email 25GB Mail Quota. Update link below. http://mail-upgrade.yolasite.com/ This

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Andre Heider
Hi, On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: > The DWC2 driver should now be in good enough shape to move out of > staging. I have stress tested it overnight on RPI running mass > storage and Ethernet transfers in parallel, and for several days > on our proprietary PCI-based

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Felipe Balbi
Hi, On Fri, Jan 31, 2014 at 07:12:36PM +0100, Andre Heider wrote: > Hi, > > On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: > > The DWC2 driver should now be in good enough shape to move out of > > staging. I have stress tested it overnight on RPI running mass > > storage and Ethe

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Andre Heider
On Fri, Jan 31, 2014 at 12:15:26PM -0600, Felipe Balbi wrote: > Hi, > > On Fri, Jan 31, 2014 at 07:12:36PM +0100, Andre Heider wrote: > > Hi, > > > > On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: > > > The DWC2 driver should now be in good enough shape to move out of > > > stagi

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Andre Heider
On Fri, Jan 31, 2014 at 12:15:26PM -0600, Felipe Balbi wrote: > Hi, > > On Fri, Jan 31, 2014 at 07:12:36PM +0100, Andre Heider wrote: > > Hi, > > > > On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: > > > The DWC2 driver should now be in good enough shape to move out of > > > stagi

RE: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Paul Zimmerman
> From: Andre Heider [mailto:a.hei...@gmail.com] > Sent: Friday, January 31, 2014 11:04 AM > > On Fri, Jan 31, 2014 at 12:15:26PM -0600, Felipe Balbi wrote: > > Hi, > > > > On Fri, Jan 31, 2014 at 07:12:36PM +0100, Andre Heider wrote: > > > Hi, > > > > > > On Mon, Jan 13, 2014 at 01:50:09PM -0800,

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Stephen Warren
On 01/31/2014 12:37 PM, Paul Zimmerman wrote: >> From: Andre Heider [mailto:a.hei...@gmail.com] >> Sent: Friday, January 31, 2014 11:04 AM >> On Fri, Jan 31, 2014 at 12:15:26PM -0600, Felipe Balbi wrote: >>> On Fri, Jan 31, 2014 at 07:12:36PM +0100, Andre Heider wrote: On Mon, Jan 13, 2014 at

Re: [PATCH] Drivers:staging:octeon-usb: Fixed Few coding style errors

2014-01-31 Thread Aaro Koskinen
Hi, On Thu, Jan 30, 2014 at 10:35:19PM -0800, Surendra Patil wrote: > - uint32_t reserved : 25; > - uint32_t port_enabled : 1; > - uint32_t port_over_current : 1; > - uint32_t port_powered : 1; > - enum cvmx_usb_speed port_speed : 2; > -

Re: [PATCH] drivers:staging:octeon-usb: Fixed Bitfields coding style errors

2014-01-31 Thread Aaro Koskinen
Hi, On Thu, Jan 30, 2014 at 11:17:47PM -0800, Surendra Patil wrote: > Fixed Below coding style errors - > octeon-hcd.h:146: ERROR: spaces prohibited around that ':' (ctx:WxW) > octeon-hcd.h:147: ERROR: spaces prohibited around that ':' (ctx:WxW) Not an error, checkpatch is wrong here. A. ___

Re: [Suggestion] drivers: staging: dgrp: dgrp_net_ops.c: 'buf' is used without initialized.

2014-01-31 Thread Chen Gang
After check, for me, reverting is OK enough. I did not find issues of original implementation (related things look reasonable to me). Original implementation really needs re-factor (but it is not urgent). If we perform re-factor, for me, we need: - check all variables and parameters real using w

Re: [Suggestion] drivers: staging: dgrp: dgrp_net_ops.c: 'buf' is used without initialized.

2014-01-31 Thread Chen Gang
Oh, sorry, I forgot to ask: "should I need send the revert path for it"? Thanks. On 02/01/2014 02:11 PM, Chen Gang wrote: > After check, for me, reverting is OK enough. I did not find issues of > original implementation (related things look reasonable to me). > > Original implementation really

Re: [PATCH v4] Move DWC2 driver out of staging

2014-01-31 Thread Stephen Warren
On 01/31/2014 11:12 AM, Andre Heider wrote: > On Mon, Jan 13, 2014 at 01:50:09PM -0800, Paul Zimmerman wrote: >> The DWC2 driver should now be in good enough shape to move out of >> staging. I have stress tested it overnight on RPI running mass >> storage and Ethernet transfers in parallel, and for