Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2014-06-04 Thread sarfaraz5...@gmail.com
Android device is battery operated I have docking station to charge it and
also usb is attached to transfer data from android device to pendrive
pendrive is detected when android device is put on charging otherwise it is
not detected.



--
View this message in context: 
http://linux-kernel.2935.n7.nabble.com/PATCH-0-5-usb-musb-otg-cleanup-and-fixes-tp615388p874113.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2014-06-04 Thread sarfaraz5...@gmail.com
Android device is battery operated I have docking station to charge it and
also usb is attached to transfer data from android device to pendrive
pendrive is detected when android device is put on charging otherwise it is
not detected.



--
View this message in context: 
http://linux-kernel.2935.n7.nabble.com/PATCH-0-5-usb-musb-otg-cleanup-and-fixes-tp615388p874113.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2014-06-02 Thread sarfaraz5...@gmail.com
I have a battery operated android device. for charging I have a docking
station. to copy the images USB stick is attached to the docking station
while device is also inserted in docking station.

I have the following issue

when I power off the docking station my USB stick is not detected even
though my android device is attached in docking station how can I set the
vbus on in twl4030.c driver code.
there must be somewhere int he code that it checks both power supply and USB
both on to load the drivers, so at that point I can just check for the USB
and not the power supply.

Thanks.



--
View this message in context: 
http://linux-kernel.2935.n7.nabble.com/PATCH-0-5-usb-musb-otg-cleanup-and-fixes-tp615388p872314.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2014-06-02 Thread sarfaraz5...@gmail.com
I have a battery operated android device. for charging I have a docking
station. to copy the images USB stick is attached to the docking station
while device is also inserted in docking station.

I have the following issue

when I power off the docking station my USB stick is not detected even
though my android device is attached in docking station how can I set the
vbus on in twl4030.c driver code.
there must be somewhere int he code that it checks both power supply and USB
both on to load the drivers, so at that point I can just check for the USB
and not the power supply.

Thanks.



--
View this message in context: 
http://linux-kernel.2935.n7.nabble.com/PATCH-0-5-usb-musb-otg-cleanup-and-fixes-tp615388p872314.html
Sent from the Linux Kernel mailing list archive at Nabble.com.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread Felipe Balbi
On Wed, Mar 20, 2013 at 08:52:36PM +0530, kishon wrote:
> Felipe,
> 
> On Wednesday 20 March 2013 06:42 PM, Felipe Balbi wrote:
> >On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:
> >>This series has some misc cleanup and fixes. The fix solves the cold
> >>plug issue in omap3 which some have reported. Developed these patches on
> >>Linux 3.9-rc2 after applying 
> >>http://www.spinics.net/lists/linux-usb/msg81563.html
> >>(Grazvydas Ignotas patch series)
> >>
> >>Tested for g_zero enumeration in pandaboard and beagleboard in both
> >>cold plug and hot plug case. Any kind of testing for this series is welcome.
> >>
> >>Kishon Vijay Abraham I (5):
> >>   usb: musb: omap: remove the check before calling otg_set_vbus
> >>   usb: musb: omap: always glue have the correct vbus/id status
> >>   usb: otg: twl4030: use devres API for regulator get and request irq
> >>   usb: musb: omap: add usb_phy_init in omap2430_musb_init
> >>   usb: otg: twl4030: fix cold plug on OMAP3
> >>
> >>  drivers/usb/musb/omap2430.c   |   22 ++
> >>  drivers/usb/otg/twl4030-usb.c |   35 ---
> >>  2 files changed, 22 insertions(+), 35 deletions(-)
> >
> >this needs to be rebased against my 'next' branch.
> 
> The v2 of this series is already in your testing branch. You still
> want it to be rebased to your 'next' branch?

sorry, no need. I just forgot to mark this one as read. My bad.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread kishon

Felipe,

On Wednesday 20 March 2013 06:42 PM, Felipe Balbi wrote:

On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:

This series has some misc cleanup and fixes. The fix solves the cold
plug issue in omap3 which some have reported. Developed these patches on
Linux 3.9-rc2 after applying 
http://www.spinics.net/lists/linux-usb/msg81563.html
(Grazvydas Ignotas patch series)

Tested for g_zero enumeration in pandaboard and beagleboard in both
cold plug and hot plug case. Any kind of testing for this series is welcome.

Kishon Vijay Abraham I (5):
   usb: musb: omap: remove the check before calling otg_set_vbus
   usb: musb: omap: always glue have the correct vbus/id status
   usb: otg: twl4030: use devres API for regulator get and request irq
   usb: musb: omap: add usb_phy_init in omap2430_musb_init
   usb: otg: twl4030: fix cold plug on OMAP3

  drivers/usb/musb/omap2430.c   |   22 ++
  drivers/usb/otg/twl4030-usb.c |   35 ---
  2 files changed, 22 insertions(+), 35 deletions(-)


this needs to be rebased against my 'next' branch.


The v2 of this series is already in your testing branch. You still want 
it to be rebased to your 'next' branch?


Thanks
Kishon
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread Felipe Balbi
On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:
> This series has some misc cleanup and fixes. The fix solves the cold
> plug issue in omap3 which some have reported. Developed these patches on
> Linux 3.9-rc2 after applying 
> http://www.spinics.net/lists/linux-usb/msg81563.html
> (Grazvydas Ignotas patch series)
> 
> Tested for g_zero enumeration in pandaboard and beagleboard in both
> cold plug and hot plug case. Any kind of testing for this series is welcome.
> 
> Kishon Vijay Abraham I (5):
>   usb: musb: omap: remove the check before calling otg_set_vbus
>   usb: musb: omap: always glue have the correct vbus/id status
>   usb: otg: twl4030: use devres API for regulator get and request irq
>   usb: musb: omap: add usb_phy_init in omap2430_musb_init
>   usb: otg: twl4030: fix cold plug on OMAP3
> 
>  drivers/usb/musb/omap2430.c   |   22 ++
>  drivers/usb/otg/twl4030-usb.c |   35 ---
>  2 files changed, 22 insertions(+), 35 deletions(-)

this needs to be rebased against my 'next' branch.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread Felipe Balbi
On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:
 This series has some misc cleanup and fixes. The fix solves the cold
 plug issue in omap3 which some have reported. Developed these patches on
 Linux 3.9-rc2 after applying 
 http://www.spinics.net/lists/linux-usb/msg81563.html
 (Grazvydas Ignotas patch series)
 
 Tested for g_zero enumeration in pandaboard and beagleboard in both
 cold plug and hot plug case. Any kind of testing for this series is welcome.
 
 Kishon Vijay Abraham I (5):
   usb: musb: omap: remove the check before calling otg_set_vbus
   usb: musb: omap: always glue have the correct vbus/id status
   usb: otg: twl4030: use devres API for regulator get and request irq
   usb: musb: omap: add usb_phy_init in omap2430_musb_init
   usb: otg: twl4030: fix cold plug on OMAP3
 
  drivers/usb/musb/omap2430.c   |   22 ++
  drivers/usb/otg/twl4030-usb.c |   35 ---
  2 files changed, 22 insertions(+), 35 deletions(-)

this needs to be rebased against my 'next' branch.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread kishon

Felipe,

On Wednesday 20 March 2013 06:42 PM, Felipe Balbi wrote:

On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:

This series has some misc cleanup and fixes. The fix solves the cold
plug issue in omap3 which some have reported. Developed these patches on
Linux 3.9-rc2 after applying 
http://www.spinics.net/lists/linux-usb/msg81563.html
(Grazvydas Ignotas patch series)

Tested for g_zero enumeration in pandaboard and beagleboard in both
cold plug and hot plug case. Any kind of testing for this series is welcome.

Kishon Vijay Abraham I (5):
   usb: musb: omap: remove the check before calling otg_set_vbus
   usb: musb: omap: always glue have the correct vbus/id status
   usb: otg: twl4030: use devres API for regulator get and request irq
   usb: musb: omap: add usb_phy_init in omap2430_musb_init
   usb: otg: twl4030: fix cold plug on OMAP3

  drivers/usb/musb/omap2430.c   |   22 ++
  drivers/usb/otg/twl4030-usb.c |   35 ---
  2 files changed, 22 insertions(+), 35 deletions(-)


this needs to be rebased against my 'next' branch.


The v2 of this series is already in your testing branch. You still want 
it to be rebased to your 'next' branch?


Thanks
Kishon
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-20 Thread Felipe Balbi
On Wed, Mar 20, 2013 at 08:52:36PM +0530, kishon wrote:
 Felipe,
 
 On Wednesday 20 March 2013 06:42 PM, Felipe Balbi wrote:
 On Wed, Mar 13, 2013 at 02:17:05PM +0530, Kishon Vijay Abraham I wrote:
 This series has some misc cleanup and fixes. The fix solves the cold
 plug issue in omap3 which some have reported. Developed these patches on
 Linux 3.9-rc2 after applying 
 http://www.spinics.net/lists/linux-usb/msg81563.html
 (Grazvydas Ignotas patch series)
 
 Tested for g_zero enumeration in pandaboard and beagleboard in both
 cold plug and hot plug case. Any kind of testing for this series is welcome.
 
 Kishon Vijay Abraham I (5):
usb: musb: omap: remove the check before calling otg_set_vbus
usb: musb: omap: always glue have the correct vbus/id status
usb: otg: twl4030: use devres API for regulator get and request irq
usb: musb: omap: add usb_phy_init in omap2430_musb_init
usb: otg: twl4030: fix cold plug on OMAP3
 
   drivers/usb/musb/omap2430.c   |   22 ++
   drivers/usb/otg/twl4030-usb.c |   35 ---
   2 files changed, 22 insertions(+), 35 deletions(-)
 
 this needs to be rebased against my 'next' branch.
 
 The v2 of this series is already in your testing branch. You still
 want it to be rebased to your 'next' branch?

sorry, no need. I just forgot to mark this one as read. My bad.

-- 
balbi


signature.asc
Description: Digital signature


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-13 Thread Grazvydas Ignotas
On Wed, Mar 13, 2013 at 10:47 AM, Kishon Vijay Abraham I  wrote:
> This series has some misc cleanup and fixes. The fix solves the cold
> plug issue in omap3 which some have reported. Developed these patches on
> Linux 3.9-rc2 after applying 
> http://www.spinics.net/lists/linux-usb/msg81563.html
> (Grazvydas Ignotas patch series)
>
> Tested for g_zero enumeration in pandaboard and beagleboard in both
> cold plug and hot plug case. Any kind of testing for this series is welcome.
>
> Kishon Vijay Abraham I (5):
>   usb: musb: omap: remove the check before calling otg_set_vbus
>   usb: musb: omap: always glue have the correct vbus/id status
>   usb: otg: twl4030: use devres API for regulator get and request irq
>   usb: musb: omap: add usb_phy_init in omap2430_musb_init
>   usb: otg: twl4030: fix cold plug on OMAP3

Looks and works good for me on pandora.
Tested-by: Grazvydas Ignotas 

>  drivers/usb/musb/omap2430.c   |   22 ++
>  drivers/usb/otg/twl4030-usb.c |   35 ---
>  2 files changed, 22 insertions(+), 35 deletions(-)
>
> --
> 1.7.10.4
>



-- 
Gražvydas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 0/5] usb: musb/otg: cleanup and fixes

2013-03-13 Thread Grazvydas Ignotas
On Wed, Mar 13, 2013 at 10:47 AM, Kishon Vijay Abraham I kis...@ti.com wrote:
 This series has some misc cleanup and fixes. The fix solves the cold
 plug issue in omap3 which some have reported. Developed these patches on
 Linux 3.9-rc2 after applying 
 http://www.spinics.net/lists/linux-usb/msg81563.html
 (Grazvydas Ignotas patch series)

 Tested for g_zero enumeration in pandaboard and beagleboard in both
 cold plug and hot plug case. Any kind of testing for this series is welcome.

 Kishon Vijay Abraham I (5):
   usb: musb: omap: remove the check before calling otg_set_vbus
   usb: musb: omap: always glue have the correct vbus/id status
   usb: otg: twl4030: use devres API for regulator get and request irq
   usb: musb: omap: add usb_phy_init in omap2430_musb_init
   usb: otg: twl4030: fix cold plug on OMAP3

Looks and works good for me on pandora.
Tested-by: Grazvydas Ignotas nota...@gmail.com

  drivers/usb/musb/omap2430.c   |   22 ++
  drivers/usb/otg/twl4030-usb.c |   35 ---
  2 files changed, 22 insertions(+), 35 deletions(-)

 --
 1.7.10.4




-- 
Gražvydas
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/