Re: [PATCH 2/4] power: isp1704_charger: Fix driver to work with changes introduced in v3.5

2013-10-22 Thread Anton Vorontsov
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

[PATCH] pxa2xx_udc: fix clock setup

2008-02-25 Thread Anton Vorontsov
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

Re: [PATCH] [USB POWERPC] ehci-fsl: add PPC_MPC837x to default y

2008-02-21 Thread Anton Vorontsov
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

[PATCH] [USB POWERPC] ehci-fsl: add PPC_MPC837x to default y

2008-02-21 Thread Anton Vorontsov
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

[PATCH] [USB POWERPC] ehci: fix ppc build

2008-02-21 Thread Anton Vorontsov
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

[RFC PATCH 0/11] Patches needed to support QE USB Host Controller

2008-02-03 Thread Anton Vorontsov
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 -