
On 18 July 2017 at 06:31, patrice.chotard@st.com wrote:
From: Patrice Chotard patrice.chotard@st.com
This is the generic phy driver for the picoPHY ports used by USB2/1.1 controllers. It is found on STiH407 SoC family from STMicroelectronics.
Signed-off-by: Patrice Chotard patrice.chotard@st.com
v9: _ update doc/device-tree-bindings/phy/phy-stih407-usb.txt requested by Marek Vasut v8: _ add Reviewed-by Simon Glass v7: _ replace fdtdec_parse_phandle_with_args() by dev_read_phandle_with_args() _ replace uclass_get_device_by_of_offset() by uclass_get_device_by_ofnode() v6: _ none v5: _ add Reviewed-by: Marek Vasut marex@denx.de v4: _ update to use the new PHY uclass currently available on dm-next branch v3: _ convert driver to USB PHY uclass v2: _ replace bitfield_replace() by clrsetbits_le32()
doc/device-tree-bindings/phy/phy-stih407-usb.txt | 24 +++ drivers/phy/Kconfig | 8 + drivers/phy/Makefile | 1 + drivers/phy/sti_usb_phy.c | 181 +++++++++++++++++++++++ 4 files changed, 214 insertions(+) create mode 100644 doc/device-tree-bindings/phy/phy-stih407-usb.txt create mode 100644 drivers/phy/sti_usb_phy.c
Reviewed-by: Simon Glass sjg@chromium.org