From patchwork Fri May 13 10:58:47 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herve Codina X-Patchwork-Id: 12848659 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id BCDBCC433F5 for ; Fri, 13 May 2022 11:00:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=DrMlz6NjAczHHNlS2QyPFWsKidCExFevS4g+iPjlLho=; b=Hpl0zN8OUGuzat FIebIY5W6A11X3SVvBCz1OTODdzQxxlp3XQ/xMsYLL9zVwFfg4rLNsoWA0SDmBCLWcU83BkRRwPoQ Gr2rMXNrbm6Wl5F/7Pm4jScn0detcnc1Je1iSjHeYacHRfPYykoTrYxF6owZzDyiewhh41jyMIG4k 19i7M1ai95DPtttuY8AyOaYFOTs98BF58akZBT3APfbvmE/GK5vUjx6RRkzTORYehFbXhz1Z8fA/K 7DGqvtXfp5/U356OOME2kMptVTcviPiURBfkH0iNqsyara7Xsq1CIeyw6y+OzA1byoW/O+N7oYdkY 8j2eNMZn0qELwFI0aNPA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1npT0j-00FfdL-TH; Fri, 13 May 2022 10:59:06 +0000 Received: from relay11.mail.gandi.net ([2001:4b98:dc4:8::231]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1npT0h-00FfYS-1f for linux-arm-kernel@lists.infradead.org; Fri, 13 May 2022 10:59:04 +0000 Received: (Authenticated sender: herve.codina@bootlin.com) by mail.gandi.net (Postfix) with ESMTPA id 42F6910000F; Fri, 13 May 2022 10:58:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1652439537; 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=V7HV2NTmzcCN16ibcu3Q3W2nDoKyhG9npg9pAxNIlw4=; b=A8tCz3pU/nOMdlKXCbD8l8tqR4dn85K2T2JYzi9RM+e/rHRAbi5XHaK1FWfD+SqGsDvPHL YMzT2FpNll4YAtsUHlIBrp68bZL35oUoYePe89BAkkFHAlenvVthEOwFqQJKIA0GjqdcEz uqrX/M34hnDSWti/6oy9aKuq0HOnzbt0kdV1pQMAJKkG2sFQ8AeaG8kSCgo4jVk2iglYJ0 BgKPEWDDV+Si33qqxcGzuM3UHiEucjXbMj3XeDfYcIrb8hA9iar/+NxuETtxmCLdZ2xd6I LX3Mqxnkm8RwEUmlF66pBs6R+VwdOmdDpYeL9iI1rI6Ctq6e4ACYKiI0uNF1SA== 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 0/3] Microchip LAN966x USB device support Date: Fri, 13 May 2022 12:58:47 +0200 Message-Id: <20220513105850.310375-1-herve.codina@bootlin.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220513_035903_255908_C1C8D6EA X-CRM114-Status: UNSURE ( 9.82 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, This series add support for the USB device controller available on the Microchip LAN966x SOCs. This controller is the same as the one present on the SAMAD3 SOC. Regards, Herve Herve Codina (3): clk: lan966x: Fix the lan966x clock gate register address dt-bindings: usb: atmel: Add Microchip LAN966x 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(-)