Re: [PATCH 3/4] Hook start_hnp into ohci struct

2008-07-06 Thread Felipe Balbi
On Sun, Jul 06, 2008 at 02:33:32PM +0400, Dmitry Baryshkov wrote: Actually the ohci-omap.c:start_hnp does a bit more than just otg_start_hnp(tranceiver). Maybe it should be merged. I dunno. Most likely it should be merged, or at least the name should change. -- - Balbi -- To

Re: [PATCH 3/4] Hook start_hnp into ohci struct

2008-07-06 Thread Dmitry Baryshkov
On Sun, Jul 06, 2008 at 01:30:50PM +0300, Felipe Balbi wrote: On Sun, Jul 06, 2008 at 02:26:30PM +0400, Dmitry Baryshkov wrote: diff --git a/drivers/usb/host/ohci-omap.c b/drivers/usb/host/ohci-omap.c index 4f21646..8b92532 100644 --- a/drivers/usb/host/ohci-omap.c +++

[PATCH 1/4] omap_udc: fix compilation with debug enabled

2008-07-06 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED] --- drivers/usb/gadget/omap_udc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/usb/gadget/omap_udc.c b/drivers/usb/gadget/omap_udc.c index 881d74c..b3cee6f 100644 --- a/drivers/usb/gadget/omap_udc.c +++

[PATCH 2/4] ohci: make distrust_firmware a quirk

2008-07-06 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED] --- drivers/usb/host/ohci-hcd.c |6 +- drivers/usb/host/ohci-omap.c |2 +- drivers/usb/host/ohci.h |1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c

[PATCH 3/4] Hook start_hnp into ohci struct

2008-07-06 Thread Dmitry Baryshkov
Signed-off-by: Dmitry Baryshkov [EMAIL PROTECTED] --- drivers/usb/host/ohci-hub.c |4 +--- drivers/usb/host/ohci-omap.c |1 + drivers/usb/host/ohci.h |1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/ohci-hub.c b/drivers/usb/host/ohci-hub.c

Re: [PATCH 3/4] Hook start_hnp into ohci struct

2008-07-06 Thread Dmitry Baryshkov
On Sun, Jul 06, 2008 at 02:05:07PM +0300, Felipe Balbi wrote: On Sun, Jul 06, 2008 at 02:33:32PM +0400, Dmitry Baryshkov wrote: Actually the ohci-omap.c:start_hnp does a bit more than just otg_start_hnp(tranceiver). Maybe it should be merged. I dunno. Most likely it should be merged, or at

Re: [PATCH 3/4] Hook start_hnp into ohci struct

2008-07-06 Thread David Brownell
On Sunday 06 July 2008, Dmitry Baryshkov wrote: +   ohci-start_hnp = start_hnp; Why? It's part of struct otg_transceiver. Actually the ohci-omap.c:start_hnp does a bit more than just otg_start_hnp(tranceiver). Maybe it should be merged. I dunno. I'm fine with it staying the