Re: [GIT PULL] Staging wireless driver for 3.14-rc1

2014-02-01 Thread Greg KH
On Sat, Feb 01, 2014 at 10:43:11AM -0800, Linus Torvalds wrote: > On Fri, Jan 31, 2014 at 6:32 AM, Greg KH wrote: > > > > Here's a single staging driver for a wireless chipset that has shown up > > in the SteamBox hardware. It is merged separately from the "main" > > staging pull request to sync

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

2014-02-01 Thread Stephen Warren
On 02/01/2014 03:00 AM, Andre Heider wrote: > On Fri, Jan 31, 2014 at 11:48:37PM -0700, Stephen Warren wrote: >> 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 >>>

[PATCH 1/1] Drivers: hv: vmbus: Cleanup the packet send path

2014-02-01 Thread K. Y. Srinivasan
The current channel code is using scatterlist abstraction to pass data to the ringbuffer API on the send path. This causes unnecessary translations between virtual and physical addresses. Fix this. Signed-off-by: K. Y. Srinivasan --- drivers/hv/channel.c | 42 +++--

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

2014-02-01 Thread David Miller
From: "K. Y. Srinivasan" Date: Fri, 31 Jan 2014 08:24:38 -0800 > Some minor cleanup of the receive path. Get rid of unnecessary > indirection as well as unnecessary re-establishment of state. It is not appropriate to submit cleanups at this time. Please wait until the net-next tree opens back u

[PATCH] drivers:staging:tl8821ae Fixed the size of array to macro

2014-02-01 Thread Surendra Patil
Changed array size from "bb_swing_idx_ofdm[2]" to "bb_swing_idx_ofdm[MAX_RF_PATH]" as discussed on thread - https://lkml.org/lkml/2014/2/1/75 Signed-off-by: Surendra Patil --- drivers/staging/rtl8821ae/wifi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/rt

Re: [GIT PULL] Staging wireless driver for 3.14-rc1

2014-02-01 Thread Linus Torvalds
On Fri, Jan 31, 2014 at 6:32 AM, Greg KH wrote: > > Here's a single staging driver for a wireless chipset that has shown up > in the SteamBox hardware. It is merged separately from the "main" > staging pull request to sync up with the wireless api changes that came > in from the networking tree.

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

2014-02-01 Thread Alan Stern
On Fri, 31 Jan 2014, Stephen Warren wrote: > This is due to the following code: > > static void _dwc2_hcd_endpoint_reset(struct usb_hcd *hcd, >struct usb_host_endpoint *ep) > { > struct dwc2_hsotg *hsotg = dwc2_hcd_to_hsotg(hcd); > ... > struct usb_

Re: [PATCH] drivers: staging: lustre: lustre: include: add "__attribute__((packed))" for the related union

2014-02-01 Thread Chen Gang
On 01/25/2014 07:55 PM, Chen Gang wrote: > On 01/21/2014 06:36 PM, James Hogan wrote: >> Hi Dan, >> >> On 20/01/14 21:13, Dan Carpenter wrote: >>> I made a quick and dirty sparse patch to check for this. I don't think >>> I will bother trying to send it to sparse upstream, but you can if you >>> w

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

2014-02-01 Thread Andre Heider
On Fri, Jan 31, 2014 at 11:48:37PM -0700, Stephen Warren wrote: > 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