Searched hist:"47654 a1620818ab1da1e81ce6cdb2433ff3bb6bf" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/chipidea/ |
H A D | ci_hdrc_msm.c | diff 47654a1620818ab1da1e81ce6cdb2433ff3bb6bf Wed Dec 28 16:57:03 CST 2016 Stephen Boyd <stephen.boyd@linaro.org> usb: chipidea: msm: Restore wrapper settings after reset
When the RESET bit is set in the USBCMD register it resets quite a few of the wrapper's registers to their reset state. This includes the GENCONFIG and GENCONFIG2 registers. Currently this is done by the usb phy and ehci-msm drivers writing into the controller wrapper's MMIO address space. Let's consolidate the register writes into the wrapper driver instead so that we clearly split the wrapper from the phys.
Acked-by: Peter Chen <peter.chen@nxp.com> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org> Signed-off-by: Peter Chen <peter.chen@nxp.com>
|