Hi,
On Friday 07 July 2017 07:53 PM, Rob Herring wrote:
On Mon, Jul 03, 2017 at 12:40:49AM +0200, Hauke Mehrtens wrote:
quoted
This driver starts the DWC2 core(s) built into the XWAY SoCs and provides
the PHY interfaces for each core. The phy instances can be passed to the
dwc2 driver, which already supports the generic phy interface.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Kishon Vijay Abraham I <redacted>
I see you have added my name in cc but for some reason I don't have the patch
in my mailbox. Can you resend it please?
quoted
---
.../bindings/phy/phy-lantiq-rcu-usb2.txt | 42 ++++
arch/mips/lantiq/xway/sysctrl.c | 24 +-
drivers/phy/Kconfig | 8 +
drivers/phy/Makefile | 1 +
drivers/phy/phy-lantiq-rcu-usb2.c | 275 +++++++++++++++++++++
Please create a new directory withing phy for adding a phy driver.
Thanks
Kishon