From patchwork Fri Jul 1 07:09:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 12902835 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87684C43334 for ; Fri, 1 Jul 2022 07:09:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235264AbiGAHJj (ORCPT ); Fri, 1 Jul 2022 03:09:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235271AbiGAHJi (ORCPT ); Fri, 1 Jul 2022 03:09:38 -0400 Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [IPv6:2001:4b98:dc4:8::231]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 869E868A09; Fri, 1 Jul 2022 00:09:36 -0700 (PDT) Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 7A183100008; Fri, 1 Jul 2022 07:09:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1656659375; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=uykJuESLKoGztXK9aYx8peves7aizxm3hOTH9nKfMSU=; b=firAHOqESXQ2o/Ulp+TSwtHzoj2Zw5biupcjCRSxoDzmZNXp+SBJavUHmslGjiSFbGt/E3 rINiMDJ029uiMS3BlcXgoVwL7mQH+Oo6VeskQjhnPYB500QEhxiu189nvXvIFAOVps0+G8 MR7rMHUZIiGtLQaTTsBOrx1IQF41SROJuv4tApprayq35jaKdWP5dxJhRXiWaJPgIORdNX 9G2bJbKZ5RN5CqeVmJRZELiLsfJr/W6UeUDlRHg7fP9s9f3QQXnVZYo4GMJcD7nPRp4j0g VAyLcTM2efcVIeFvHKW9scqUqzPo2srk1Tver48j/97r60T21wMtWIl4JEdaqg== From: Herve Codina To: Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , Michael Turquette , Stephen Boyd , Horatiu Vultur Cc: linux-usb@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, Thomas Petazzoni , Herve Codina Subject: [PATCH v4 0/3] Microchip LAN966x USB device support Date: Fri, 1 Jul 2022 09:09:25 +0200 Message-Id: <20220701070928.459135-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.35.3 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org 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 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(-)