Re: [PATCH 7/7] usb: chipidea: put hw_phymode_configure before ci_usb_phy_init

2013-12-09 Thread Greg KH
On Thu, Dec 05, 2013 at 03:20:55PM +0800, Peter Chen wrote:
 From: Chris Ruehl chris.ru...@gtsys.com.hk
 
 hw_phymode_configure configures the PORTSC registers and allow the
 following phy_inits to operate on the right parameters. This fix a problem
 where the UPLI (ISP1504) could not be detected, because the Viewport was not
 available and read the viewport return 0's only.
 
 Signed-off-by: Chris Ruehl chris.ru...@gtsys.com.hk
 Signed-off-by: Peter Chen peter.c...@freescale.com
 ---
  drivers/usb/chipidea/core.c |4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)

Not needed for -stable?

--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


RE: [PATCH 7/7] usb: chipidea: put hw_phymode_configure before ci_usb_phy_init

2013-12-09 Thread peter.c...@freescale.com


 
 
 On Thu, Dec 05, 2013 at 03:20:55PM +0800, Peter Chen wrote:
  From: Chris Ruehl chris.ru...@gtsys.com.hk
 
  hw_phymode_configure configures the PORTSC registers and allow the
  following phy_inits to operate on the right parameters. This fix a
 problem
  where the UPLI (ISP1504) could not be detected, because the Viewport
 was not
  available and read the viewport return 0's only.
 
  Signed-off-by: Chris Ruehl chris.ru...@gtsys.com.hk
  Signed-off-by: Peter Chen peter.c...@freescale.com
  ---
   drivers/usb/chipidea/core.c |4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)
 
 Not needed for -stable?
 
 

Not needed, the usb for that platform did not enable
at 3.12.

Peter
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 7/7] usb: chipidea: put hw_phymode_configure before ci_usb_phy_init

2013-12-09 Thread Greg KH
On Mon, Dec 09, 2013 at 08:44:05AM +, peter.c...@freescale.com wrote:
 
 
  
  
  On Thu, Dec 05, 2013 at 03:20:55PM +0800, Peter Chen wrote:
   From: Chris Ruehl chris.ru...@gtsys.com.hk
  
   hw_phymode_configure configures the PORTSC registers and allow the
   following phy_inits to operate on the right parameters. This fix a
  problem
   where the UPLI (ISP1504) could not be detected, because the Viewport
  was not
   available and read the viewport return 0's only.
  
   Signed-off-by: Chris Ruehl chris.ru...@gtsys.com.hk
   Signed-off-by: Peter Chen peter.c...@freescale.com
   ---
drivers/usb/chipidea/core.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
  
  Not needed for -stable?
  
  
 
 Not needed, the usb for that platform did not enable
 at 3.12.

Then this isn't a regression from 3.12, but a bugfix only, hm, I'll
think about it...
--
To unsubscribe from this list: send the line unsubscribe linux-usb in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html