[PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Bin Liu
Set the Power register HSENAB bit based on musb->config->maximum_speed, so that the glue layer can control MUSB to work in high- or full-speed. Signed-off-by: Bin Liu --- drivers/usb/musb/musb_core.c | 10 +- include/linux/usb/musb.h | 2 +- 2 files changed, 6

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Felipe Balbi
On Wed, Sep 09, 2015 at 12:18:27PM -0500, Bin Liu wrote: > Hi, > > On 09/09/2015 08:37 AM, Bin Liu wrote: > >Set the Power register HSENAB bit based on musb->config->maximum_speed, > >so that the glue layer can control MUSB to work in high- or full-speed. > > > >Signed-off-by: Bin Liu

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Felipe Balbi
On Wed, Sep 09, 2015 at 12:55:24PM -0500, Bin Liu wrote: > On Wed, Sep 9, 2015 at 12:51 PM, Felipe Balbi wrote: > > On Wed, Sep 09, 2015 at 12:46:43PM -0500, Bin Liu wrote: > >> Hi, > >> > >> On Wed, Sep 9, 2015 at 12:26 PM, Felipe Balbi wrote: > >> > On Wed, Sep 09,

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Bin Liu
Hi, On 09/09/2015 08:37 AM, Bin Liu wrote: Set the Power register HSENAB bit based on musb->config->maximum_speed, so that the glue layer can control MUSB to work in high- or full-speed. Signed-off-by: Bin Liu --- drivers/usb/musb/musb_core.c | 10 +-

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Bin Liu
Hi, On Wed, Sep 9, 2015 at 12:26 PM, Felipe Balbi wrote: > On Wed, Sep 09, 2015 at 12:18:27PM -0500, Bin Liu wrote: >> Hi, >> >> On 09/09/2015 08:37 AM, Bin Liu wrote: >> >Set the Power register HSENAB bit based on musb->config->maximum_speed, >> >so that the glue layer can control

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Felipe Balbi
On Wed, Sep 09, 2015 at 12:46:43PM -0500, Bin Liu wrote: > Hi, > > On Wed, Sep 9, 2015 at 12:26 PM, Felipe Balbi wrote: > > On Wed, Sep 09, 2015 at 12:18:27PM -0500, Bin Liu wrote: > >> Hi, > >> > >> On 09/09/2015 08:37 AM, Bin Liu wrote: > >> >Set the Power register HSENAB bit

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Bin Liu
On Wed, Sep 9, 2015 at 12:56 PM, Felipe Balbi wrote: > On Wed, Sep 09, 2015 at 12:55:24PM -0500, Bin Liu wrote: >> On Wed, Sep 9, 2015 at 12:51 PM, Felipe Balbi wrote: >> > On Wed, Sep 09, 2015 at 12:46:43PM -0500, Bin Liu wrote: >> >> Hi, >> >> >> >> On Wed, Sep 9,

Re: [PATCH v2 1/2] usb: musb: set the controller speed based on the config setting

2015-09-09 Thread Bin Liu
On Wed, Sep 9, 2015 at 12:51 PM, Felipe Balbi wrote: > On Wed, Sep 09, 2015 at 12:46:43PM -0500, Bin Liu wrote: >> Hi, >> >> On Wed, Sep 9, 2015 at 12:26 PM, Felipe Balbi wrote: >> > On Wed, Sep 09, 2015 at 12:18:27PM -0500, Bin Liu wrote: >> >> Hi, >> >> >> >> On