Message ID | cover.1684313910.git.Ryan.Wanner@microchip.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org> 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 3B021C77B7F for <linux-arm-kernel@archiver.kernel.org>; Wed, 17 May 2023 11:54:27 +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=ko1+S9qY3cwFr83nDYHFWQCV9+Ua2aG9nuxIINMYYbg=; b=RqDSuT/iQMczMY aSiduxOLdHNNqBJy0LC76WaC0+awqpLGxz5mI00owicvmdAtHb/pzZwdcPeJQrPeAAmZMEx/ZMmSC jfSO6ne6rMa2E85TbkQqkAST4oOrzC0VFGUOw9mE6Ebz+6/mV/eHWUY8YEjllRPbIBx/+f98EFFQ0 Q6VP+HzaQpYWOrWOFq7EEQT4V6gaK/GNk+eRfpo04WtyyXvf6SCAU/Rq0rqpUBFXBMcmzgm/CtkxK qTpqZ+cXp0fq92qtodeb+FB5lh6Ls/WIWfsKYblx2odJy2ijGs5Rod6AOolhx3hchD6CkSX83Vk0l oGh9vwEJRxbxRY8ymUjg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pzFjM-009gsB-1h; Wed, 17 May 2023 11:54:08 +0000 Received: from esa.microchip.iphmx.com ([68.232.154.123]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pzFjJ-009gqx-1d for linux-arm-kernel@lists.infradead.org; Wed, 17 May 2023 11:54:06 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1684324445; x=1715860445; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=x/TZ2v45jbxmXqFd0/TXltD77HteerLNjobEtu6yQas=; b=gLf592yfgWhE+JqMe2T2CK6JusM9NPc+I5/8hGX+j2i0ORudcr3cJ4Td AUvDYHW/nqAzv0RCQV+teGd0l+afGfNehWFGpS3oidD/56YD8OFqi1gHa LrszQgyuKKIzww4dbDKWWg9ZPEfoAfGDceCPSVsoZyHVc7PNZ4liLB/gT Nf7ALj9nc6ex74COUIIh7iCSO2UKvVSPO/1i5timLF3i6TAvcnTBVHpE1 t4ZhLEIHJuhN2SSx1F5xThJ0dj6z+Z3BRCROXR8Sl+o3ggPg3/+GLyXPE F309ow/o96i2haLAfbdHFM9468oKn9DnmqApNN8Ur+DTByw+7oo8E89bU g==; X-IronPort-AV: E=Sophos;i="5.99,282,1677567600"; d="scan'208";a="215867507" X-Amp-Result: SKIPPED(no attachment in message) Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa2.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 17 May 2023 04:54:04 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.21; Wed, 17 May 2023 04:54:04 -0700 Received: from ryan-Precision-5560.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2507.21 via Frontend Transport; Wed, 17 May 2023 04:54:00 -0700 From: <Ryan.Wanner@microchip.com> To: <robh+dt@kernel.org>, <krzysztof.kozlowski+dt@linaro.org>, <conor+dt@kernel.org>, <nicolas.ferre@microchip.com>, <alexandre.belloni@bootlin.com>, <claudiu.beznea@microchip.com>, <linus.walleij@linaro.org>, <ludovic.desroches@microchip.com> CC: <devicetree@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <linux-gpio@vger.kernel.org>, Ryan Wanner <Ryan.Wanner@microchip.com> Subject: [PATCH 0/3] AT91 PIO4 push-pull enable Date: Wed, 17 May 2023 13:54:03 +0200 Message-ID: <cover.1684313910.git.Ryan.Wanner@microchip.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230517_045405_623346_0933BA68 X-CRM114-Status: UNSURE ( 7.28 ) 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: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org |
Series | AT91 PIO4 push-pull enable | expand |
From: Ryan Wanner <Ryan.Wanner@microchip.com> This patch set enables push-pull pin configuation for PIO4 IP as well as updating the DT binding. Removing the integer argument for open-drain allows the driver to process drive configuration from gpiolib as the integer argument is discarded. Ryan Wanner (3): pinctrl: at91-pio4: Enable Push-Pull configuration dt-bindings: pinctrl: at91-pio4: Add push-pull support ARM: dts: at91: Return to boolean properties .../bindings/pinctrl/atmel,at91-pio4-pinctrl.txt | 3 ++- arch/arm/boot/dts/at91-kizbox3-hs.dts | 2 +- arch/arm/boot/dts/at91-kizbox3_common.dtsi | 2 +- drivers/pinctrl/pinctrl-at91-pio4.c | 15 +++++++++++---- 4 files changed, 15 insertions(+), 7 deletions(-)