Re: [PATCH v4 17/20] ARM: mmp: add a pxa-usb-phy device

2018-11-30 Thread Olof Johansson
On Wed, Nov 28, 2018 at 06:53:21PM +0100, Lubomir Rintel wrote: > This is to replace the USB PHY initialization code (pxa_usb_phy_init(), > pxa_usb_phy_deinit()) with a proper PHY driver. > > Signed-off-by: Lubomir Rintel > --- > arch/arm/mach-mmp/devices.c | 21 + > arch/arm

[PATCH v4 17/20] ARM: mmp: add a pxa-usb-phy device

2018-11-28 Thread Lubomir Rintel
This is to replace the USB PHY initialization code (pxa_usb_phy_init(), pxa_usb_phy_deinit()) with a proper PHY driver. Signed-off-by: Lubomir Rintel --- arch/arm/mach-mmp/devices.c | 21 + arch/arm/mach-mmp/pxa910.h | 1 + 2 files changed, 22 insertions(+) diff --git a/ar