> 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
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
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
> 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
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
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
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
> 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
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
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
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
> 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.
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
>
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
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
> 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
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 @@
>> +/*
>> + *
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
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
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
>
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
> 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
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, :-)
> >>
> >> >
101 - 123 of 123 matches
Mail list logo