Message ID | 20241111005750.13071-1-andre.przywara@arm.com |
---|---|
Headers | show
Return-Path: <linux-gpio+bounces-12793-incoming=patchwork.ozlabs.org@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2604:1380:45e3:2400::1; helo=sv.mirrors.kernel.org; envelope-from=linux-gpio+bounces-12793-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [IPv6:2604:1380:45e3:2400::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Xmrkl4s3bz1xyD for <incoming@patchwork.ozlabs.org>; Mon, 11 Nov 2024 11:58:07 +1100 (AEDT) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id A796C2811E6 for <incoming@patchwork.ozlabs.org>; Mon, 11 Nov 2024 00:58:05 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5477FEACD; Mon, 11 Nov 2024 00:58:02 +0000 (UTC) X-Original-To: linux-gpio@vger.kernel.org Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 99F8A7641E; Mon, 11 Nov 2024 00:57:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731286682; cv=none; b=S9j7/7Fc4rg6jytVJ4yWd2zE+w2FdHql61b5/3z3KxQA0PvqHt8CDEhd4OvMRX89O/D0gwHPHOaLbJDlvJEpoSTfHIMsSUwGd+C/mr1L8Ot5wj0hHwm+wZsblbua30RaRv0Ah+BxpIXlfTjq9mHt07aUf1eeMC0ge01FgcyLslc= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731286682; c=relaxed/simple; bh=MLKVnW1rgrJT607EwnFAv0XgiDpUAt0Y9KeyN0vEHEc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=pU4fAvuqV5OIi6zc2sgHB9tu+eZmi8m+/Mn8V3ui7w4p7mRF0duuESVDezl9a3tZS27VFmhHVPBUplynk3insyYoFAjrsL/K9HtynPofPJC2gCsW87GP1xF7JKHiYsclT56sR+OxD2yDeCPt9TQ49fpf5F9ZwoZmcAlKsiHEdqY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F24BE13D5; Sun, 10 Nov 2024 16:58:28 -0800 (PST) Received: from localhost.localdomain (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 66A2A3F66E; Sun, 10 Nov 2024 16:57:57 -0800 (PST) From: Andre Przywara <andre.przywara@arm.com> To: Linus Walleij <linus.walleij@linaro.org>, Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@csie.org>, Jernej Skrabec <jernej.skrabec@gmail.com>, Samuel Holland <samuel@sholland.org> Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH 0/7] pinctrl: sunxi: Add Allwinner A523 support Date: Mon, 11 Nov 2024 00:57:43 +0000 Message-ID: <20241111005750.13071-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.46.2 Precedence: bulk X-Mailing-List: linux-gpio@vger.kernel.org List-Id: <linux-gpio.vger.kernel.org> List-Subscribe: <mailto:linux-gpio+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-gpio+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
pinctrl: sunxi: Add Allwinner A523 support
|
expand
|