RE: [PATCH 3/4] staging: dwc2: add platform device bindings

2013-04-11 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, April 11, 2013 11:36 AM > > On Thu, Apr 11, 2013 at 06:43:48PM +0200, Matthijs Kooijman wrote: > > This adds a dwc_platform.ko module that can be loaded by using > > compatible = "snps,dwc2" in a device tree. > > > > Signed-off-by: Matth

Re: [PATCH 3/4] staging: dwc2: add platform device bindings

2013-04-11 Thread Matthijs Kooijman
Hi Felipe, thanks for your comments. On Thu, Apr 11, 2013 at 09:36:23PM +0300, Felipe Balbi wrote: > On Thu, Apr 11, 2013 at 06:43:48PM +0200, Matthijs Kooijman wrote: > > This adds a dwc_platform.ko module that can be loaded by using > > compatible = "snps,dwc2" in a device tree. > > > > Signed

Re: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Matthijs Kooijman
Hi Felipe, On Thu, Apr 11, 2013 at 09:39:26PM +0300, Felipe Balbi wrote: > On Thu, Apr 11, 2013 at 06:43:49PM +0200, Matthijs Kooijman wrote: [devicetree params] > > + - ahb-single > > are you 110% sure you want all of these parameters ? You will have to > support them forever once it gets accept

RE: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Thursday, April 11, 2013 11:39 AM > > On Thu, Apr 11, 2013 at 06:43:49PM +0200, Matthijs Kooijman wrote: > > diff --git a/Documentation/devicetree/bindings/staging/dwc2.txt > > b/Documentation/devicetree/bindings/staging/dwc2.txt > > index 3649c8

Re: [PATCH 3/4] staging: dwc2: add platform device bindings

2013-04-11 Thread Felipe Balbi
Hi, On Thu, Apr 11, 2013 at 09:15:28PM +0200, Matthijs Kooijman wrote: > Hi Felipe, > > thanks for your comments. > > On Thu, Apr 11, 2013 at 09:36:23PM +0300, Felipe Balbi wrote: > > On Thu, Apr 11, 2013 at 06:43:48PM +0200, Matthijs Kooijman wrote: > > > This adds a dwc_platform.ko module that

Re: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Marc Kleine-Budde
On 04/11/2013 06:43 PM, Matthijs Kooijman wrote: > Each of the parameters in the dwc2_core_params struct can now be changed > using devicetree parameters. > > Signed-off-by: Matthijs Kooijman > --- > Documentation/devicetree/bindings/staging/dwc2.txt | 36 > drivers/staging/dwc2/platfo

Re: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Felipe Balbi
On Thu, Apr 11, 2013 at 09:19:37PM +0200, Matthijs Kooijman wrote: > Hi Felipe, > > On Thu, Apr 11, 2013 at 09:39:26PM +0300, Felipe Balbi wrote: > > On Thu, Apr 11, 2013 at 06:43:49PM +0200, Matthijs Kooijman wrote: > [devicetree params] > > > + - ahb-single > > > > are you 110% sure you want al

RE: [PATCH 1/4] staging: dwc2: set the driver name to "dwc2"

2013-04-11 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Thursday, April 11, 2013 9:44 AM > > Previously, it was "dwc_otg", but this does not correspond to the > directory name and might cause confusion with the old out-of-tree > dwc_otg driver of which many versions circulate. > > Signed-off

Re: [PATCH 00/11] usbnet: usbnet: handle link change

2013-04-11 Thread David Miller
From: Ming Lei Date: Thu, 11 Apr 2013 22:40:29 +0800 > This patch set introduces usbnet_link_change() API and applies > it on all usbnet drivers, then handle the link change centrally > to stop bulk transfer when link becomes off and restart bulk > transfer when link becomes on. > > With the cha

Re: [PATCH 11/11] usbnet: handle link change

2013-04-11 Thread David Miller
From: Ming Lei Date: Thu, 11 Apr 2013 22:52:29 +0800 > On Thu, Apr 11, 2013 at 10:40 PM, Ming Lei wrote: >> dd if=/dev/sda iflag=direct of=/dev/null bs=1M count=500 > > Sorry, the above should be: > > dd if=/dev/sda iflag=direct of=/dev/null bs=1M count=800 I'll fix this up wh

Re: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Michael Grzeschik
On Thu, Apr 11, 2013 at 06:43:49PM +0200, Matthijs Kooijman wrote: > Each of the parameters in the dwc2_core_params struct can now be changed > using devicetree parameters. > > Signed-off-by: Matthijs Kooijman > --- > Documentation/devicetree/bindings/staging/dwc2.txt | 36 > drivers/s

RE: [PATCH 2/4] staging: dwc2: Make dwc2_set_uninitialized more specific

2013-04-11 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Thursday, April 11, 2013 9:44 AM > > Before, it was a function that would set all members of a given struct > containing only int members to -1. Now, it is renamed to > dwc_set_all_params and it works only on the dwc2_core_params struct.

Re: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Matthijs Kooijman
Hi Paul, > Sadly, a lot of these are actually required. But Matthijs, I believe > several of these (otg-cap, otg-ver, ts-dline?) are only for peripheral > mode, so they could be removed for now, and only brought back if needed > when peripheral mode is implemented. And I think a couple of others >

Re: [PATCH 10/30] usb: exynos: do not include plat/usb-phy.h

2013-04-11 Thread Greg Kroah-Hartman
On Thu, Apr 11, 2013 at 02:04:52AM +0200, Arnd Bergmann wrote: > The definitions have moved to include/linux/usb/samsung-usb-phy.h, > and plat/usb-phy.h is unavailable from drivers in a multiplatform > configuration. > > Also fix up the plat/usb-phy.h header file to use the definitions > from the

[PATCH v3] usb: exynos: do not include plat/usb-phy.h

2013-04-11 Thread Arnd Bergmann
The definitions have moved to include/linux/usb/samsung-usb-phy.h, and plat/usb-phy.h is unavailable from drivers in a multiplatform configuration. Also fix up the plat/usb-phy.h header file to use the definitions from the new header instead of providing a separate copy. Signed-off-by: Arnd Bergm

RE: [PATCH 4/4] staging: dwc2: load parameters from the devicetree

2013-04-11 Thread Paul Zimmerman
> From: Matthijs Kooijman [mailto:matth...@stdin.nl] > Sent: Thursday, April 11, 2013 1:20 PM > > > Sadly, a lot of these are actually required. But Matthijs, I believe > > several of these (otg-cap, otg-ver, ts-dline?) are only for peripheral > > mode, so they could be removed for now, and only b

Re: [RFC][PATCH 1/2] ARM: OMAP4: clock: Add device tree support for AUXCLKs

2013-04-11 Thread Nishanth Menon
On Thu, Apr 11, 2013 at 1:46 PM, Mike Turquette wrote: > Quoting Nishanth Menon (2013-04-10 10:39:21) >> diff --git a/drivers/clk/omap/clk.c b/drivers/clk/omap/clk.c >> new file mode 100644 >> index 000..63a4cce >> --- /dev/null >> +++ b/drivers/clk/omap/clk.c >> @@ -0,0 +1,94 @@ >> +/* >> + *

Re: [RFC][PATCH 1/2] ARM: OMAP4: clock: Add device tree support for AUXCLKs

2013-04-11 Thread Nishanth Menon
On Thu, Apr 11, 2013 at 2:48 AM, Roger Quadros wrote: > On 04/10/2013 08:39 PM, Nishanth Menon wrote: >> On 13:55-20130410, Roger Quadros wrote: >>> On 04/10/2013 11:06 AM, Mike Turquette wrote: Quoting Nishanth Menon (2013-04-09 13:49:00) >> Folks, this does seem to be the best compromise we

Re: [PATCH] USB: ehci-omap: Select USB_PHY

2013-04-11 Thread Alexander Holler
Am 11.04.2013 20:29, schrieb Felipe Balbi: > and who said OMAP USB depends on CONFIG_USB_PHY ? Some platforms need to > control a PHY and some don't. I've read that so. > Go check out kernel 2.6.39 (maybe even 3.1 and 3.2) and you'll see that > we're much better off today where we can actually h

Re: [PATCH v3 0/9] Reorganize R8A7779/Marzen USB code

2013-04-11 Thread Simon Horman
On Thu, Apr 11, 2013 at 04:02:33PM +0400, Sergei Shtylyov wrote: > Hello. > > On 11-04-2013 4:51, Simon Horman wrote: > > >Here's the set of 9 patches against the Simon Horman's 'renesas.git' > > repo, > >'renesas-next-20130410' tag. It was created to fix the shortcomings in >

Re: [PATCH 1/2] ARM: imx_v6_v7_defconfig: add CONFIG_USB_PHY

2013-04-11 Thread Fabio Estevam
Hi Felipe, On Tue, Apr 2, 2013 at 11:19 AM, Shawn Guo wrote: > On Tue, Apr 02, 2013 at 03:44:07PM +0300, Felipe Balbi wrote: >> alright, in that case can you rebase on next branch ? patch 2 didn't >> apply. > > Have you tried "git am -3"? Please let us know if you still face issues applying this

RE: Crash in dwc3 driver on module unload

2013-04-11 Thread Paul Zimmerman
> From: Felipe Balbi [mailto:ba...@ti.com] > Sent: Tuesday, April 09, 2013 12:42 AM > > On Tue, Apr 09, 2013 at 02:36:51AM +, Paul Zimmerman wrote: > > I'm getting a crash when I rmmod the dwc3-pci driver in latest Linus, and > > also in 3.8.6 and 3.8.0. > > > > Screenshot (two parts) are here

Re: [PATCH 1/2 v5] usbnet: allow status interrupt URB to always be active

2013-04-11 Thread Oliver Neukum
On Thursday 11 April 2013 20:59:05 Ming Lei wrote: > On Thu, Apr 11, 2013 at 8:28 PM, Oliver Neukum wrote: > > On Thursday 11 April 2013 20:11:13 Ming Lei wrote: > >> On Thu, Apr 11, 2013 at 7:14 PM, Oliver Neukum wrote: > >> > > >> > Sorry, I misunderstood. > >> > >> No problem, :-) > >> > >> >

<    1   2