[PATCH 0/3] Microchip LAN966x USB device support

Herve Codina posted 3 patches 3 years, 11 months ago
There is a newer version of this series
Documentation/devicetree/bindings/usb/atmel-usb.txt |  3 +++
arch/arm/boot/dts/lan966x.dtsi                      | 11 +++++++++++
drivers/clk/clk-lan966x.c                           |  2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
[PATCH 0/3] Microchip LAN966x USB device support
Posted by Herve Codina 3 years, 11 months ago
Hi,

This series add support for the USB device controller available on
the Microchip LAN966x SOCs (LAN9662 and LAN9668).

Both SOCs have the same controller and this controller is also the
same as the one present on the SAMAD3 SOC.

Regards,
Herve

Changes v2:
- Avoid wildcards in the DT compatible string
- Rename the DT node

Herve Codina (3):
  clk: lan966x: Fix the lan966x clock gate register address
  dt-bindings: usb: atmel: Add Microchip LAN9662 compatible string
  ARM: dts: lan966x: Add UDPHS support

 Documentation/devicetree/bindings/usb/atmel-usb.txt |  3 +++
 arch/arm/boot/dts/lan966x.dtsi                      | 11 +++++++++++
 drivers/clk/clk-lan966x.c                           |  2 +-
 3 files changed, 15 insertions(+), 1 deletion(-)

-- 
2.35.1
Re: [PATCH 0/3] Microchip LAN966x USB device support
Posted by Krzysztof Kozlowski 3 years, 11 months ago
On 20/05/2022 17:23, Herve Codina wrote:
> Hi,
> 
> This series add support for the USB device controller available on
> the Microchip LAN966x SOCs (LAN9662 and LAN9668).
> 
> Both SOCs have the same controller and this controller is also the
> same as the one present on the SAMAD3 SOC.
> 
> Regards,
> Herve
> 
> Changes v2:
> - Avoid wildcards in the DT compatible string
> - Rename the DT node

Thanks for changes. Please mark your patches as v2. The easiest is with
`git format-patch`.


Best regards,
Krzysztof