Re: [U-Boot] [PATCH 1/3] phy: add support for bcm6318 usbh phy

2018-02-04 Thread Daniel Schwierzeck
On 04.02.2018 11:19, Álvaro Fernández Rojas wrote: > Signed-off-by: Álvaro Fernández Rojas > --- > drivers/phy/Kconfig| 7 ++ > drivers/phy/Makefile | 1 + > drivers/phy/bcm6318-usbh-phy.c | 144 > + > 3 files changed, 152 inser

[U-Boot] [PATCH 1/3] phy: add support for bcm6318 usbh phy

2018-02-04 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- drivers/phy/Kconfig| 7 ++ drivers/phy/Makefile | 1 + drivers/phy/bcm6318-usbh-phy.c | 144 + 3 files changed, 152 insertions(+) create mode 100644 drivers/phy/bcm6318-usbh-phy.c diff --