From patchwork Tue Feb 8 18:34:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_Povi=C5=A1er?= X-Patchwork-Id: 12739195 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 1D05FC4321E for ; Tue, 8 Feb 2022 18:41:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1385104AbiBHSlr (ORCPT ); Tue, 8 Feb 2022 13:41:47 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36364 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1385079AbiBHSlm (ORCPT ); Tue, 8 Feb 2022 13:41:42 -0500 X-Greylist: delayed 402 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Tue, 08 Feb 2022 10:41:38 PST Received: from hutie.ust.cz (unknown [IPv6:2a03:3b40:fe:f0::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 48FA4C06157A; Tue, 8 Feb 2022 10:41:38 -0800 (PST) From: =?utf-8?q?Martin_Povi=C5=A1er?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cutebit.org; s=mail; t=1644345294; bh=nalpL5PXfzIK2UIFKSiwUgZ+m6XFsf+U367lw7XDLSc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=m15AE0ClOPpIccqAJQ6O935Ffl14jKzA6sTw0XDAC0z2q7dYrKrHS9mJHMJhlW1TX ngL5/5i3uDYsJwU3+oiP+iflFl6/dfGRk+vJTYUeAR+Zfkcu7SOOtJLrqlt9R3rUAJ J4cvt5cLA1xH29AjWVAtD0DBM96Paegsf9K/SiXk= To: Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski Cc: Hector Martin , Sven Peter , Alyssa Rosenzweig , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Mark Kettenis , =?utf-8?q?Martin_Povi=C5=A1er?= Subject: [PATCH v4 3/3] MAINTAINERS: Add clk-apple-nco under ARM/APPLE MACHINE Date: Tue, 8 Feb 2022 19:34:11 +0100 Message-Id: <20220208183411.61090-4-povik+lin@cutebit.org> In-Reply-To: <20220208183411.61090-1-povik+lin@cutebit.org> References: <20220208183411.61090-1-povik+lin@cutebit.org> MIME-Version: 1.0 X-Spam: Yes Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Acked-by: Sven Peter Acked-by: Hector Martin Signed-off-by: Martin PoviĊĦer --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 35ca7a4a65d8..984613444331 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1769,6 +1769,7 @@ C: irc://irc.oftc.net/asahi-dev T: git https://github.com/AsahiLinux/linux.git F: Documentation/devicetree/bindings/arm/apple.yaml F: Documentation/devicetree/bindings/arm/apple/* +F: Documentation/devicetree/bindings/clock/apple,nco.yaml F: Documentation/devicetree/bindings/i2c/apple,i2c.yaml F: Documentation/devicetree/bindings/interrupt-controller/apple,aic.yaml F: Documentation/devicetree/bindings/mailbox/apple,mailbox.yaml @@ -1777,6 +1778,7 @@ F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml F: Documentation/devicetree/bindings/power/apple* F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml F: arch/arm64/boot/dts/apple/ +F: drivers/clk/clk-apple-nco.c F: drivers/i2c/busses/i2c-pasemi-core.c F: drivers/i2c/busses/i2c-pasemi-platform.c F: drivers/irqchip/irq-apple-aic.c