From mboxrd@z Thu Jan 1 00:00:00 1970 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 A2DEDC38A02 for ; Fri, 28 Oct 2022 13:31:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230525AbiJ1Nby (ORCPT ); Fri, 28 Oct 2022 09:31:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230521AbiJ1Nb1 (ORCPT ); Fri, 28 Oct 2022 09:31:27 -0400 Received: from pandora.armlinux.org.uk (pandora.armlinux.org.uk [IPv6:2001:4d48:ad52:32c8:5054:ff:fe00:142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C92C1D3E9D; Fri, 28 Oct 2022 06:31:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2019; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=3C5jxyJ1fkO4BUFYy7ofynkZLYw3QgYmInxQIz4BzfU=; b=XcObOtugISXaP07BtV593uo8lM 3c0yeg9agdtBF25VYpKGuJ61guYtPwA7w3wNc3Ahg97v8TKj9V4G6O88Sln9GmfLjO69mzpQTnXIi Czcp/Yr6Ry1MJl6c/hsqySWhUZrSp0DKt0POWmPW/T2ce5GyDaxP3tvYluR/N/6y1DjEgWRuJDNAB mVMwS/wxEtqOGeRfXro9eCEyfi5alINO/BJ4f5Ks3jAzv+tm59qMJi4/gTzYOLP+uNAWMH+MdDTc6 nERJDqoedivT2Jkg6xfO8TcYCBjPbaa5oYcTFb7VmOC9nM3UgnPm/RPCFVcJSfCbg7g0XI1vf1it2 X1FnxNzg==; Received: from shell.armlinux.org.uk ([fd8f:7570:feb6:1:5054:ff:fe00:4ec]:35004) by pandora.armlinux.org.uk with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1ooPSC-0008H2-0N; Fri, 28 Oct 2022 14:31:20 +0100 Received: from linux by shell.armlinux.org.uk with local (Exim 4.94.2) (envelope-from ) id 1ooPSA-0002bB-F3; Fri, 28 Oct 2022 14:31:18 +0100 Date: Fri, 28 Oct 2022 14:31:18 +0100 From: "Russell King (Oracle)" To: Linus Walleij , Bartosz Golaszewski , Rob Herring Cc: devicetree@vger.kernel.org, Hector Martin , Krzysztof Kozlowski , linux-gpio@vger.kernel.org Subject: [PATCH v2 0/2] Add Apple macsmc GPIO support Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: Russell King (Oracle) Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi, This series adds support for the Apple Mac SMC GPIO driver that was previously posted before the last merge window. I believe all previous review points have been addressed. This series is smaller than the previous posting because I'm splitting this up to allow progress to be made; this driver is dependent on the Apple SMC driver in order to be buildable and usable. It is expected that this Apple SMC driver will be merged via Lee's MFD tree. The Kconfig dependencies this driver from causing build issues until that driver is also merged, so I believe it is appropriate to send this separately. There is no issue if we wish to delay applying this until the core driver has been accepted by Lee. The series is made up of two patches - one patch for the bindings, which now include two compatibles, one specific and one generic. The second patch adds the actual driver itself. v2: updated bindings document .../devicetree/bindings/gpio/gpio-macsmc.yaml | 41 ++++ drivers/gpio/Kconfig | 11 + drivers/gpio/Makefile | 1 + drivers/gpio/gpio-macsmc.c | 245 +++++++++++++++++++++ 4 files changed, 298 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/gpio-macsmc.yaml create mode 100644 drivers/gpio/gpio-macsmc.c -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 40Mbps down 10Mbps up. Decent connectivity at last!