[U-Boot] [PATCH v7 04/10] usb: phy: Add STi USB2 PHY

Simon Glass sjg at chromium.org
Fri Jun 2 02:56:25 UTC 2017


On 1 June 2017 at 06:05,  <patrice.chotard at st.com> wrote:
> From: Patrice Chotard <patrice.chotard at 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 at st.com>
> Reviewed-by: Marek Vasut <marex at denx.de>
> ---
> 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 at 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 at chromium.org>


More information about the U-Boot mailing list