On Sun, Sep 08, 2013 at 10:50:37AM +0200, Pali Rohár wrote:
> * omap musb driver does not report USB_EVENT_ENUMERATED event anymore
> * omap musb driver reporting USB_EVENT_VBUS when charger is connected
> * read last event from phy->last_event (instead from ulpi register)
> * do not call wall char
ed to
-1, and then clk_enable() will blank shot, see arch/arm/mach-pxa/clock.c:
int clk_enable(struct clk *clk)
{
...
if (clk->enabled++ == 0)
clk->ops->enable(clk);
...
}
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/usb/gadget/pxa2xx_udc.c | 13
On Thu, Feb 21, 2008 at 01:58:18PM -0600, Kumar Gala wrote:
>
> On Feb 21, 2008, at 1:50 PM, Anton Vorontsov wrote:
>
> >Without this patch it's impossible to select ehci-fsl on PPC_MPC837x.
> >Another option would be to convert USB_EHCI_FSL to verbose bool,
&g
Without this patch it's impossible to select ehci-fsl on PPC_MPC837x.
Another option would be to convert USB_EHCI_FSL to verbose bool,
but I presume EHCI_FSL is purposely made silent.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/usb/host/Kconfig |2 +-
1 files
o] Error 1
ehci-hcd.c actually contains OF_PLATFORM_DRIVER glue, so error is bogus.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/usb/host/ehci-hcd.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd
to show the complete picture of
why we need additions to GPIO LIB.
Also will appreciate any comments regarding GPIO LIB support for
PowerPC/QE.
linux-usb Cc'ed only for FHCI driver patch.
--
Anton Vorontsov
email: [EMAIL PROTECTED]
backup email: [EMAIL PROTECTED]
irc://irc.freenode.net/bd2
-