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 4C3C9C6FA99 for ; Fri, 10 Mar 2023 18:44:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231381AbjCJSoa (ORCPT ); Fri, 10 Mar 2023 13:44:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230378AbjCJSoP (ORCPT ); Fri, 10 Mar 2023 13:44:15 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DEF47122392; Fri, 10 Mar 2023 10:44:13 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 43206B823AF; Fri, 10 Mar 2023 18:44:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 852E4C433AC; Fri, 10 Mar 2023 18:44:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678473850; bh=DxASz2lknCh6bcl9lub36jkmurw78TkqTmOu4olxjho=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=qAQpfalztKPM1Hg6T6xX9v2s4ul17ZXD/3ekRyL6V2q+ViHx3MVCdyeivWevWePPd piOH4tG1TjRmVm9kz6H5Y4E/3RHWke7Kz0dNuePviOioK5TV7FxRvDKlxTOD6MGDEX qIR9Vmt8CGEpKKucB2t6m1y83/RQEC0lA1J8f+3XHlvFwaEhnn+UwDO3d+BEv7LXeC tB6JSeydevnsOsTXUK2lLrWL9QGLr2yVQoCNmdKwC0wwrX86vPC5I+WPduuoIytFL9 q/m1vrdPrhf2xLoDb/SKf3dh2fiZMWP9bczD9LqTkMXwsVgVa7fMo8BZPeVdZ/8CTp Dy7tTlfYFT8ew== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 67AE4C74A44; Fri, 10 Mar 2023 18:44:10 +0000 (UTC) From: Sasha Finkelstein via B4 Relay Date: Fri, 10 Mar 2023 19:44:11 +0100 Subject: [PATCH v8 5/5] MAINTAINERS: Add entries for Apple PWM driver MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20230214-fpwm-v8-5-65518a0d4944@gmail.com> References: <20230214-fpwm-v8-0-65518a0d4944@gmail.com> In-Reply-To: <20230214-fpwm-v8-0-65518a0d4944@gmail.com> To: Thierry Reding , =?utf-8?q?Uwe_Kleine-K=C3=B6nig?= , Rob Herring , Krzysztof Kozlowski , - , Sasha Finkelstein , Hector Martin , Sven Peter , Alyssa Rosenzweig Cc: linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org X-Mailer: b4 0.12.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1678473848; l=1109; i=fnkl.kernel@gmail.com; s=20230213; h=from:subject:message-id; bh=H0yqy74irk0iRnaCY9EguySiHLNBuNpFanSkZMAqDr0=; b=ty8TwQo11Z1cAyoRSio6JTxjGYIrLVadUutTZbmq/YWf6J8bFurORutZllhWghqquqzC0/K5h lN3fx1yMMguDRkHlnIIMtDqpSLoX9U1dR/MvQIENInn3AS816afUHwT X-Developer-Key: i=fnkl.kernel@gmail.com; a=ed25519; pk=7LFSAJtxIWAs9LzCIyX0sSvCZy2wQTyEIu1zch6o804= X-Endpoint-Received: by B4 Relay for fnkl.kernel@gmail.com/20230213 with auth_id=28 X-Original-From: Sasha Finkelstein Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Sasha Finkelstein Add the MAINTAINERS entries for the driver Signed-off-by: Sasha Finkelstein Acked-by: Sven Peter --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..7c0b7c2bb55f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1955,6 +1955,7 @@ F: Documentation/devicetree/bindings/nvmem/apple,efuses.yaml F: Documentation/devicetree/bindings/pci/apple,pcie.yaml F: Documentation/devicetree/bindings/pinctrl/apple,pinctrl.yaml F: Documentation/devicetree/bindings/power/apple* +F: Documentation/devicetree/bindings/pwm/pwm-apple.yaml F: Documentation/devicetree/bindings/watchdog/apple,wdt.yaml F: arch/arm64/boot/dts/apple/ F: drivers/bluetooth/hci_bcm4377.c @@ -1970,6 +1971,7 @@ F: drivers/mailbox/apple-mailbox.c F: drivers/nvme/host/apple.c F: drivers/nvmem/apple-efuses.c F: drivers/pinctrl/pinctrl-apple-gpio.c +F: drivers/pwm/pwm-apple.c F: drivers/soc/apple/* F: drivers/watchdog/apple_wdt.c F: include/dt-bindings/interrupt-controller/apple-aic.h -- Git-137.1)