Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-08 Thread Matthias Schniedermeyer
On 07.02.2013 07:05, Greg KH wrote: > On Thu, Feb 07, 2013 at 02:42:05PM +0100, Matthias Schniedermeyer wrote: > > Hi > > > > > > After updating from 3.7.2 to 3.7.6 disconnecting a USB3 device from a > > xhci-port isn't detected properly anymore. After removing a 32GB stick > > the only line in

[PATCH 1/4] usb: musb: Enable DMA Mode1 for device mode RX

2013-02-08 Thread Supriya Karanth
From: supriya karanth Generic changes for enabling DMA Mode1. Cleanup of rxtsate function making programming same for all platforms Handles: 1) Known transfer length a) Non multiple of packet size b) Multiple of packet size 2) Unknown transfer lengths - Short packet indicates

[PATCH 2/4] usb: musb: musbhsdma: Enable DMA Mode1 for device mode RX

2013-02-08 Thread Supriya Karanth
From: supriya karanth Added pause, resume, tx_status and check_status functions Signed-off-by: Supriya Karanth Signed-off-by: Praveena NADAHALLY Acked-by: Linus Walleij --- drivers/usb/musb/musbhsdma.c | 72 ++ 1 files changed, 72 insertions(+), 0 de

[PATCH 3/4] usb: musb: tusb6010: Add DMA Mode1 support for device mode RX

2013-02-08 Thread Supriya Karanth
From: supriya karanth Added support for enabling DMA Mode1. tusb will continue to work in mode0. If needed DMA mode1 can be enabled Signed-off-by: Supriya Karanth Signed-off-by: Praveena NADAHALLY Acked-by: Linus Walleij --- drivers/usb/musb/tusb6010_omap.c | 67 +++

[PATCH 4/4] usb: musb: ux500: Enable DMA Mode1 for device mode RX

2013-02-08 Thread Supriya Karanth
From: supriya karanth Added pause, resume, tx_status and check_status functions RNDIS and ECM require 2 byte aligned addresses, change bus width of the DMA slave to 2 bytes. Signed-off-by: supriya karanth Signed-off-by: Praveena NADAHALLY Acked-by: Linus Walleij --- drivers/usb/musb/ux500_dm

[PATCH 0/4] usb: musb: Enable DMA Mode1 for device mode RX

2013-02-08 Thread Supriya Karanth
Hi Felipe, Here are the patches for enabling DMA Mode1 for different platforms and also to have DMA programming more or less common. These patches are based and apply cleanly on http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git Tested and working on: ux500 platform Platforms using m

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 07:55 AM, Onteddu Slreddy wrote: > Hello All, > > > I recently joined this group the group. > > Can anybody suggest me places where I can get Documents which will explain > wifi Architecture in brief i would like to know details like > > In Linux for embedded systems: > W

[RESEND PATCH 0/4] usb: musb: DMA Mode1 for device mode RX support

2013-02-08 Thread Supriya Karanth
Hi Felipe, Here are the patches for enabling DMA Mode1 for different platforms and also to have DMA programming more or less common. These patches are based and apply cleanly on http://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git Tested and working on: ux500 platform Platforms using m

Re: [PATCH 02/10] USB: EHCI: make ehci-omap a separate driver

2013-02-08 Thread Roger Quadros
On 02/08/2013 09:42 AM, Felipe Balbi wrote: > HI, > > On Thu, Feb 07, 2013 at 11:03:59PM +0530, manjunath.gou...@linaro.org wrote: >> From: Manjunath Goudar >> >> Separate the OMAP host controller driver from ehci-hcd host code >> into its own driver module. >> >> Signed-off-by: Manjunath Goudar

Re: Wifi basics documents

2013-02-08 Thread Arend van Spriel
On 02/08/2013 10:53 AM, sl reddy wrote: > any successions will be helpful for me My *suggestion* would be: http://wireless.kernel.org/en/developers/Documentation For what it is worth, below is some terrible ascii art. Gr. AvS Fullmac model: user-space (libnl)

RE: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-02-08 Thread David Laight
> > +struct ax88179_rx_pkt_header { > > + u8 l4_csum_err:1, > > + l3_csum_err:1, > > + l4_type:3, > > + l3_type:2, > > + ce:1; > > + > > + u8 vlan_ind:3, > > + rx_ok:1, > > + pri:3, > > + bmc:1; > > + > > + u16

Re: [PATCH 04/10] USB: EHCI: make ehci-orion a separate driver

2013-02-08 Thread Florian Fainelli
Hello Manjunath, On 02/07/2013 06:34 PM, manjunath.gou...@linaro.org wrote: From: Manjunath Goudar Separate the Marvell Orion host controller driver from ehci-hcd host code into its own driver module. [snip] The changes you introduce in ehci-hcd.c would certainly deserve their own prelimin

Re: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-08 Thread Michael Grzeschik
Hi Laurent, On Fri, Feb 08, 2013 at 12:32:44AM +0100, Laurent Pinchart wrote: > Hi Bhupesh, > > On Thursday 07 February 2013 23:39:07 Laurent Pinchart wrote: > > On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > > > On Monday, January 21, 2013 6:16 PM Laurent Pinchart wrote: > > > > O

Re: [-next-20130204] usb/hcd: irq 18: nobody cared

2013-02-08 Thread Peter Hurley
On Tue, 2013-02-05 at 15:26 -0500, Alan Stern wrote: > On Tue, 5 Feb 2013, Peter Hurley wrote: > > > With -next-20130204: > > > > [ 33.855570] irq 18: nobody cared (try booting with the "irqpoll" option) > > [ 33.855580] Pid: 0, comm: swapper/4 Not tainted 3.8.0-next-20130204-xeon > > #20130

[RFC PATCH 01/10] usb: musb: core: remove unnecessary pr_info()

2013-02-08 Thread Felipe Balbi
there's really no need for that message. It's been a while since it printed something useful. Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_core.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 60b41cc..a68ff27 10064

[RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Felipe Balbi
this will make sure that request_memory_region() will be called and that we don't need to manually call iounmap() on ->remove(). Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_core.c | 11 ++- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/drivers/usb/musb/musb_core

[RFC PATCH 03/10] usb: musb: gadget: delete wrong comment

2013-02-08 Thread Felipe Balbi
Those comments haven't been updated for a long time, so much that they don't make sense anymore. Best to remove them. Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_gadget.c | 108 - 1 file changed, 108 deletions(-) diff --git a/drivers/usb/musb/m

[RFC PATCH 04/10] usb: musb: force PIO-only if we're building multiplatform kernels

2013-02-08 Thread Felipe Balbi
MUSB still needs lots of work on the DMA part if we want to enable multiple DMA engines on a multiplatform kernel. Meanwhile, we're forcing PIO-only so that we, at least, have a working driver. Signed-off-by: Felipe Balbi --- drivers/usb/musb/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -

[RFC PATCH 05/10] usb: musb: make davinci and da8xx glues depend on BROKEN

2013-02-08 Thread Felipe Balbi
those two glues are still including headers and no active developement has been going on those glues for quite some time. Apparently, for da8xx glue, only initial commit 3ee076de (usb: musb: introduce DA8xx/OMAP-L1x glue layer) has been tested. All other patches seem to have been compile-tested o

[RFC PATCH 07/10] usb: musb: ux500_dma: kill compile warnings

2013-02-08 Thread Felipe Balbi
Fix the following compile warnings: drivers/usb/musb/ux500_dma.c: In function ‘ux500_configure_channel’: drivers/usb/musb/ux500_dma.c:96:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 6 has type ‘dma_addr_t’ [-Wformat] drivers/usb/musb/ux500_dma.c: In function ‘ux50

[RFC PATCH 06/10] usb: musb: dsps: add missing include

2013-02-08 Thread Felipe Balbi
is the header defining SZ_4 and SZ_16M, we shouldn't depend on indirect inclusion so let's explicitly include it. Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_dsps.c | 1 + drivers/usb/musb/ux500_dma.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/usb/musb/musb_dsps.c b

[RFC PATCH 08/10] usb: musb: dsps: fix possible compile warning

2013-02-08 Thread Felipe Balbi
if CONFIG_OF is disabled, np will be unused and that will give us a compile warning. This patch just avoids it. Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_dsps.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_

[RFC PATCH 09/10] usb: musb: gadget: fix compile warning

2013-02-08 Thread Felipe Balbi
Fix the following compile warning: drivers/usb/musb/musb_gadget.c: In function ‘rxstate’: drivers/usb/musb/musb_gadget.c:714:22: warning: comparison of distinct pointer types lacks a cast [enabled by default] Signed-off-by: Felipe Balbi --- drivers/usb/musb/musb_gadget.c | 13 - 1

[RFC PATCH 10/10] usb: musb: Kconfig: drop unnecessary dependencies

2013-02-08 Thread Felipe Balbi
those glues can build cleanly anywhere. Signed-off-by: Felipe Balbi --- drivers/usb/musb/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index 1f0f9fb..920b4f5 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @

Re: [RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Sergei Shtylyov
Hello. On 02/08/2013 04:02 PM, Felipe Balbi wrote: > this will make sure that request_memory_region() will > be called and that we don't need to manually call > iounmap() on ->remove(). > Signed-off-by: Felipe Balbi > --- > drivers/usb/musb/musb_core.c | 11 ++- > 1 file changed, 2 ins

Re: [RFC PATCH 05/10] usb: musb: make davinci and da8xx glues depend on BROKEN

2013-02-08 Thread Sergei Shtylyov
Hello. On 02/08/2013 04:02 PM, Felipe Balbi wrote: > those two glues are still including Frankly speaking, I see no way out of it for DA8xx beside duplicating the definitions from there. > headers and no active developement has been > going on those glues for quite some time. > Apparently,

[PATCH 0/4] usb: dwc3: PM preparation patchset

2013-02-08 Thread Felipe Balbi
Hi folks, this patchset implements the bare minimum PM support for dwc3. We're not even playing with the PHYs yet. Please give this a good round of test as PM always tends to break things apart. I haven't thoroughly tested this yet, but I thought that I should give people enough time to run all

[PATCH 1/4] usb: dwc3: core: don't forget to free coherent memory

2013-02-08 Thread Felipe Balbi
commit 3921426 (usb: dwc3: core: move event buffer allocation out of dwc3_core_init()) introduced a memory leak of the coherent memory we use as event buffers on dwc3 driver. If the driver is compiled as a dynamically loadable module and use constantly loads and unloads the driver, we will continu

[PATCH 2/4] usb: dwc3: core: explicitly setup and cleanup event buffers

2013-02-08 Thread Felipe Balbi
Make the call to dwc3_event_buffers_setup() and dwc3_event_buffers_cleanup() explicit, so it's easier to implement PM. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/usb/dwc3/c

[PATCH 3/4] usb: dwc3: gadget: introduce and use enable/disable irq methods

2013-02-08 Thread Felipe Balbi
we don't need to enable IRQs until we have a gadget driver loaded and ready to work, so let's delay IRQ enable to ->udc_start() and IRQ disable to ->udc_stop(). While at that, also move the related use of request_irq() and free_irq(). Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/gadget.c |

[PATCH 4/4] usb: dwc3: core: add power management support

2013-02-08 Thread Felipe Balbi
Add support for basic power management on the dwc3 driver. While there is still lots to improve for full PM support, this minimal patch will already make sure that we survive suspend-to-ram and suspend-to-disk without major issues. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 104

Re: [RFC PATCH 02/10] usb: musb: switch over to devm_ioremap_resource()

2013-02-08 Thread Felipe Balbi
Hi, On Fri, Feb 08, 2013 at 06:04:03PM +0300, Sergei Shtylyov wrote: > Hello. > > On 02/08/2013 04:02 PM, Felipe Balbi wrote: > > > this will make sure that request_memory_region() will > > be called and that we don't need to manually call > > iounmap() on ->remove(). > > > Signed-off-by: Felip

Re: [RFC PATCH 05/10] usb: musb: make davinci and da8xx glues depend on BROKEN

2013-02-08 Thread Felipe Balbi
On Fri, Feb 08, 2013 at 06:10:41PM +0300, Sergei Shtylyov wrote: > Hello. > > On 02/08/2013 04:02 PM, Felipe Balbi wrote: > > > those two glues are still including > >Frankly speaking, I see no way out of it for DA8xx beside duplicating the > definitions from there. temporarily duplicating

[PATCH resend] testusb: remove all mentions of 'usbfs'

2013-02-08 Thread Sergei Shtylyov
Commit 8a424bf40d772fedacc91862ecc86f10541fabb3 (tools/usb: remove last USBFS user) removed 'usbfs' files from the source but retained mentions of 'usbfs' all over the place, most importantly in the misleading error messages printed in case USB device files are not there. Remove all the mentions

Re: [PATCH 00/10] usb: ehci: more bus glues as separate modules

2013-02-08 Thread Alan Stern
On Thu, 7 Feb 2013 manjunath.gou...@linaro.org wrote: > From: Manjunath Goudar > > > Separate the SOC On-Chip host controller driver from ehci-hcd > host code into its own driver module. > > Manjunath Goudar (10): > USB:Changed omap2plus_defconfig to support OMAP USB static driver > USB: E

[PATCH] testusb: remove all mentions of 'usbfs'

2013-02-08 Thread Sergei Shtylyov
Commit 8a424bf40d772fedacc91862ecc86f10541fabb3 (tools/usb: remove last USBFS user) removed 'usbfs' files from the source but retained mentions of 'usbfs' all over the place, most importantly in the misleading error messages printed in case USB device files are not there. Remove all the mentions

RE: [PATCH V3 0/5] UVC webcam gadget related changes

2013-02-08 Thread Bhupesh SHARMA
Hi Michel and Laurent, > Hi Laurent, > > On Fri, Feb 08, 2013 at 12:32:44AM +0100, Laurent Pinchart wrote: > > Hi Bhupesh, > > > > On Thursday 07 February 2013 23:39:07 Laurent Pinchart wrote: > > > On Wednesday 30 January 2013 15:56:52 Bhupesh SHARMA wrote: > > > > On Monday, January 21, 2013 6:

RE: [PATCH V3 1/5] usb: gadget/uvc: Fix VS_INPUT_HEADER.bEndpointAddress and Video Streaming.bEndpointAddress values

2013-02-08 Thread Bhupesh SHARMA
Hi Laurent, > Hi Bhupesh, > > Thanks for the patch. > > On Thursday 17 January 2013 16:23:49 Bhupesh Sharma wrote: > > This patch corrects the VS_INPUT_HEADER.bEndpointAddress and Video > > Streaming.bEndpointAddress values which were incorrectly set to 0 in > > UVC function driver. > > > > As '

Re: [PATCH 0/4] usb: dwc3: PM preparation patchset

2013-02-08 Thread Felipe Balbi
Hi, On Fri, Feb 08, 2013 at 04:20:04PM +0200, Felipe Balbi wrote: > Hi folks, > > this patchset implements the bare minimum PM > support for dwc3. We're not even playing with > the PHYs yet. > > Please give this a good round of test as PM > always tends to break things apart. > > I haven't thor

[PATCH v2 0/5] usb: dwc3: PM support patchset

2013-02-08 Thread Felipe Balbi
Hi folks, this patchset implements the bare minimum PM support for dwc3. We're not even playing with the PHYs yet. Please give this a good round of test as PM always tends to break things apart. I haven't thoroughly tested this yet, but I thought that I should give people enough time to run all

[PATCH v2 1/5] usb: dwc3: core: don't forget to free coherent memory

2013-02-08 Thread Felipe Balbi
commit 3921426 (usb: dwc3: core: move event buffer allocation out of dwc3_core_init()) introduced a memory leak of the coherent memory we use as event buffers on dwc3 driver. If the driver is compiled as a dynamically loadable module and use constantly loads and unloads the driver, we will continu

[PATCH v2 3/5] usb: dwc3: gadget: introduce and use enable/disable irq methods

2013-02-08 Thread Felipe Balbi
we don't need to enable IRQs until we have a gadget driver loaded and ready to work, so let's delay IRQ enable to ->udc_start() and IRQ disable to ->udc_stop(). While at that, also move the related use of request_irq() and free_irq(). Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/gadget.c |

[PATCH v2 2/5] usb: dwc3: core: explicitly setup and cleanup event buffers

2013-02-08 Thread Felipe Balbi
Make the call to dwc3_event_buffers_setup() and dwc3_event_buffers_cleanup() explicit, so it's easier to implement PM. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 32 +--- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/drivers/usb/dwc3/c

[PATCH v2 4/5] usb: dwc3: gadget: save state of pullups

2013-02-08 Thread Felipe Balbi
This will be used during resume to verify if we should reconnect our pullups or not. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.h | 1 + drivers/usb/dwc3/gadget.c | 2 ++ 2 files changed, 3 insertions(+) diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index 11a77f0..

[PATCH v2 5/5] usb: dwc3: core: add power management support

2013-02-08 Thread Felipe Balbi
Add support for basic power management on the dwc3 driver. While there is still lots to improve for full PM support, this minimal patch will already make sure that we survive suspend-to-ram and suspend-to-disk without major issues. Signed-off-by: Felipe Balbi --- drivers/usb/dwc3/core.c | 104

Re: [PATCH v2 4/5] usb: dwc3: gadget: save state of pullups

2013-02-08 Thread Sergei Shtylyov
On 02/08/2013 07:23 PM, Felipe Balbi wrote: > This will be used during resume to verify > if we should reconnect our pullups or not. > Signed-off-by: Felipe Balbi > --- > drivers/usb/dwc3/core.h | 1 + > drivers/usb/dwc3/gadget.c | 2 ++ > 2 files changed, 3 insertions(+) > diff --git a/driv

Re: [PATCH] drivers: net: Remove remaining alloc/OOM messages

2013-02-08 Thread John W. Linville
On Thu, Feb 07, 2013 at 01:46:27PM -0800, Joe Perches wrote: > alloc failures already get standardized OOM > messages and a dump_stack. > > For the affected mallocs around these OOM messages: > > Converted kmallocs with multiplies to kmalloc_array. > Converted a kmalloc/memcpy to kmemdup. > Remov

Re: [PATCH v2 4/5] usb: dwc3: gadget: save state of pullups

2013-02-08 Thread Felipe Balbi
On Fri, Feb 08, 2013 at 08:27:32PM +0300, Sergei Shtylyov wrote: > On 02/08/2013 07:23 PM, Felipe Balbi wrote: > > > This will be used during resume to verify > > if we should reconnect our pullups or not. > > > Signed-off-by: Felipe Balbi > > --- > > drivers/usb/dwc3/core.h | 1 + > > driver

Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-08 Thread Greg KH
On Fri, Feb 08, 2013 at 09:22:09AM +0100, Matthias Schniedermeyer wrote: > On 07.02.2013 07:05, Greg KH wrote: > > On Thu, Feb 07, 2013 at 02:42:05PM +0100, Matthias Schniedermeyer wrote: > > > Hi > > > > > > > > > After updating from 3.7.2 to 3.7.6 disconnecting a USB3 device from a > > > xhci-

Re: [PATCH v2 4/5] usb: dwc3: gadget: save state of pullups

2013-02-08 Thread Sergei Shtylyov
On 02/08/2013 07:32 PM, Felipe Balbi wrote: >>> This will be used during resume to verify >>> if we should reconnect our pullups or not. >>> Signed-off-by: Felipe Balbi >>> --- >>> drivers/usb/dwc3/core.h | 1 + >>> drivers/usb/dwc3/gadget.c | 2 ++ >>> 2 files changed, 3 insertions(+) >>> d

Re: [PATCH, resubmit] ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driver

2013-02-08 Thread David Miller
From: "David Laight" Date: Fri, 8 Feb 2013 10:23:08 - > It is much better to define constants for the bit values and > explicitly mask them as required. Yes, __be32/__le32 along with bit define macros is the only reasonable way to do this kind of stuff. -- To unsubscribe from this list: send

Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-08 Thread Matthias Schniedermeyer
On 08.02.2013 08:35, Greg KH wrote: > On Fri, Feb 08, 2013 at 09:22:09AM +0100, Matthias Schniedermeyer wrote: > > On 07.02.2013 07:05, Greg KH wrote: > > > On Thu, Feb 07, 2013 at 02:42:05PM +0100, Matthias Schniedermeyer wrote: > > > > Hi > > > > > > > > > > > > After updating from 3.7.2 to 3.7

Re: [PATCH v2 4/5] usb: dwc3: gadget: save state of pullups

2013-02-08 Thread Felipe Balbi
Hi, On Fri, Feb 08, 2013 at 08:35:09PM +0300, Sergei Shtylyov wrote: > >>> @@ -1425,8 +1425,10 @@ static int dwc3_gadget_run_stop(struct dwc3 *dwc, > >>> int is_on) > >>> if (dwc->revision >= DWC3_REVISION_194A) > >>> reg &= ~DWC3_DCTL_KEEP_CONNECT; > >>> reg

Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-08 Thread Greg KH
On Fri, Feb 08, 2013 at 08:36:24PM +0100, Matthias Schniedermeyer wrote: > On 08.02.2013 08:35, Greg KH wrote: > > On Fri, Feb 08, 2013 at 09:22:09AM +0100, Matthias Schniedermeyer wrote: > > > On 07.02.2013 07:05, Greg KH wrote: > > > > On Thu, Feb 07, 2013 at 02:42:05PM +0100, Matthias Schniederm

Re: Disconnecting an USB3 device from xhci-port isn't detected properly

2013-02-08 Thread Matthias Schniedermeyer
On 08.02.2013 11:58, Greg KH wrote: > On Fri, Feb 08, 2013 at 08:36:24PM +0100, Matthias Schniedermeyer wrote: > > On 08.02.2013 08:35, Greg KH wrote: > > > On Fri, Feb 08, 2013 at 09:22:09AM +0100, Matthias Schniedermeyer wrote: > > > > On 07.02.2013 07:05, Greg KH wrote: > > > > > On Thu, Feb 07,

Re: [PATCH v3 1/2] ARM: Exynos5250: Enabling ehci-s5p driver

2013-02-08 Thread Grant Likely
On Fri, 21 Dec 2012 10:13:50 -0800, Doug Anderson wrote: > Vivek, > > > On Fri, Dec 21, 2012 at 12:16 AM, Vivek Gautam > wrote: > > Hi all, > > > > > > On Wed, Dec 19, 2012 at 7:20 PM, Vivek Gautam > > wrote: > >> CC: Doug Anderson > >> > >> > >> On Sat, Dec 15, 2012 at 12:53 PM, Grant Likely

RE: [PATCH v5 1/4] ARM: Exynos5250: Enabling ehci-s5p driver

2013-02-08 Thread Kukjin Kim
Vivek Gautam wrote: > > Adding EHCI device tree node for Exynos5250 along with > the device base adress and gpio line for vbus. > > Signed-off-by: Vivek Gautam > Acked-by: Jingoo Han > Acked-by: Grant Likely > --- > > Changes from v4: > - Added gpio line for VBUS of USB2.0 on snow board. >

Re: [PATCH] drivers: net: Remove remaining alloc/OOM messages

2013-02-08 Thread David Miller
From: Joe Perches Date: Thu, 07 Feb 2013 13:46:27 -0800 > alloc failures already get standardized OOM > messages and a dump_stack. > > For the affected mallocs around these OOM messages: > > Converted kmallocs with multiplies to kmalloc_array. > Converted a kmalloc/memcpy to kmemdup. > Removed

[PATCH] usb: gadget/uvc: Implement videobuf2 .wait_prepare and .wait_finish operations

2013-02-08 Thread Michael Grzeschik
Those optional operations are used to release and reacquire the queue lock when videobuf2 needs to perform operations that sleep for a long time, such as waiting for a buffer to be complete. Implement them to avoid blocking qbuf or streamoff calls when a dqbuf is in progress. Signed-off-by: Michae

USB tree now closed for 3.9

2013-02-08 Thread Greg KH
Hi all, With the release of the 3.8-rc7 kernel, I think it's time to close the USB tree for new features / cleanups for 3.9. So I'm closing my tree, and will only be applying obvious bugfixes or regressions to it until 3.9-rc1 comes out. You can keep sending me patches for the tree that don't fi

Other alloc/OOM message question

2013-02-08 Thread Joe Perches
On Fri, 2013-02-08 at 17:45 -0500, David Miller wrote: > From: Joe Perches > Date: Thu, 07 Feb 2013 13:46:27 -0800 > > alloc failures already get standardized OOM > > messages and a dump_stack. Does anyone know if all the other alloc's like dma_alloc_coherent, dma_alloc_noncoherent, pci_alloc_con

Re: Other alloc/OOM message question

2013-02-08 Thread Greg KH
On Fri, Feb 08, 2013 at 04:29:59PM -0800, Joe Perches wrote: > On Fri, 2013-02-08 at 17:45 -0500, David Miller wrote: > > From: Joe Perches > > Date: Thu, 07 Feb 2013 13:46:27 -0800 > > > alloc failures already get standardized OOM > > > messages and a dump_stack. > > Does anyone know if all the