mbox series

[0/2] phy: usb: brcmstb bug fix and improvements

Message ID 1686859578-45242-1-git-send-email-justin.chen@broadcom.com
Headers show
Series phy: usb: brcmstb bug fix and improvements | expand

Message

Justin Chen June 15, 2023, 8:06 p.m. UTC
Work around false positive overcurrent condition due to HW bug.

Improvement power management.

Justin Chen (2):
  phy: usb: Turn off phy when port is in suspend
  phy: usb: suppress OC condition for 7439b2

 drivers/phy/broadcom/phy-brcm-usb-init-synopsys.c | 15 ++++++++--
 drivers/phy/broadcom/phy-brcm-usb-init.c          | 34 +++++++++++++++++++++++
 drivers/phy/broadcom/phy-brcm-usb-init.h          |  8 ++++++
 3 files changed, 55 insertions(+), 2 deletions(-)

Comments

Vinod Koul June 21, 2023, 12:13 p.m. UTC | #1
On 15-06-23, 13:06, Justin Chen wrote:
> Work around false positive overcurrent condition due to HW bug.
> 
> Improvement power management.

Applied, thanks