From patchwork Fri May 3 16:22:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Anderson X-Patchwork-Id: 13653133 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 AFBA2C4345F for ; Fri, 3 May 2024 16:22:47 +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=AzjIfroUvHSQPouuWs9lryA5/to3oVm6HefLht8c0Bk=; b=txRtO3Hl/Qsl5t X5/pAFwOV48VRonbRT2voM+B1rN9tddeskEMCfAFHbuRFGcBK+Wt4H2wftRctquOYSvlPX/E0/HoW OknfYlTAuDk5vQeeWIyHlzcCpAumyiXXUSO7hotjxlhsooGpIYRknGBTpLB5HPXO5VDvl2YzFZXwz ctlG/9SqbrITHs6pVoMsgwUhyPDGL23Jsh8qyMYeBwE8exG2FKVfxf936RwR1ZEZceisqgXH1ybjf he4tMnPqC19E4weloeVJM7lEiJVVqg8cA4gOTpq1Oj0da/ZzatzPMnJCaJWrSgthZWqPm4Bh4HhFP CR9cgrB2vPr5IXH33ZZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2vgD-0000000HCoO-47pz; Fri, 03 May 2024 16:22:37 +0000 Received: from out-182.mta0.migadu.com ([91.218.175.182]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s2vgA-0000000HCkD-3MJr for linux-arm-kernel@lists.infradead.org; Fri, 03 May 2024 16:22:36 +0000 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1714753343; 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=KP44cf8QKhMXu5ffjHI0m+hur3z2Dlqf8PHPq6RoGLQ=; b=MDO8H5l+ItJTiZCk3zMF9/ViSoHOLASF0iDshxKCKXR0SyELESqumRGF/p5ojgPuTRh3pO ChXq1Rn0V5sUbaLY45OLVcqgpodKVk9wGWxnus9FbP0KXws9JdQ0iWjJN8VV7nxxjArSvJ 0cOUn/IflKzbcysiXkVAHoaY3r354wk= From: Sean Anderson To: Linus Walleij , Michal Simek , linux-gpio@vger.kernel.org Cc: Krishna Potthuri , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Sean Anderson , Conor Dooley , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org Subject: [PATCH 0/2] pinctrl: zynqmp: Support muxing individual pins Date: Fri, 3 May 2024 12:22:15 -0400 Message-Id: <20240503162217.1999467-1-sean.anderson@linux.dev> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240503_092234_996938_0FB863B6 X-CRM114-Status: UNSURE ( 6.91 ) 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 This series adds support for muxing individual pins, instead of requiring groups to be muxed together. See [1] for additional discussion. [1] https://lore.kernel.org/linux-arm-kernel/5bb0dc7e-4c89-4f3d-abc6-41ae9ded5ae9@linux.dev/ Sean Anderson (2): dt-bindings: pinctrl: xilinx: Add support for function with pins pinctrl: zynqmp: Support muxing individual pins .../bindings/pinctrl/xlnx,zynqmp-pinctrl.yaml | 344 +++++++++--------- drivers/pinctrl/pinctrl-zynqmp.c | 61 +++- 2 files changed, 219 insertions(+), 186 deletions(-)