[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220704102845.168438-1-herve.codina@bootlin.com>
Date: Mon, 4 Jul 2022 12:28:42 +0200
From: Herve Codina <herve.codina@...tlin.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Nicolas Ferre <nicolas.ferre@...rochip.com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
Claudiu Beznea <claudiu.beznea@...rochip.com>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>,
Horatiu Vultur <horatiu.vultur@...rochip.com>
Cc: linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
linux-clk@...r.kernel.org,
Thomas Petazzoni <thomas.petazzoni@...tlin.com>,
Herve Codina <herve.codina@...tlin.com>
Subject: [PATCH v5 0/3] Microchip LAN966x USB device support
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
Changes v3:
- Add Krzysztof's 'Acked-by' on patch 2/3
- Change node insertion point (sort nodes by base addresses) on patch 3/3
Changes v4:
- rebase on top of v5.19-rc1
Changes v5:
- Rename dts node to avoid the following DTC warnings (make W=1 dtbs):
...
DTC arch/arm/boot/dts/lan966x-pcb8291.dtb
arch/arm/boot/dts/lan966x.dtsi:461.21-470.5: Warning (simple_bus_reg):
/soc/usb@...08000: simple-bus unit address format error, expected "200000"
...
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.3
Powered by blists - more mailing lists