| Message ID | 20260327113006.3135663-1-andre.przywara@arm.com (mailing list archive) |
|---|---|
| Headers |
Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 9C38F3E4C8C for <linux-sunxi@lists.linux.dev>; Fri, 27 Mar 2026 11:30:15 +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=1774611018; cv=none; b=aUNrxxVwsfhOT2kVtHESBQqD3nrh8IxrM/rk44RXhvQdaE7c6vLCzY1XbhL4zKPJV8DlsKIHZGa0PcjQi5ny9Fh0vUG4XvTZDCV5OaQPkDKFRKvD5lxgllLgPngcbGVDpRDd03WWRn2ksDsC1VB8mEzfBtbYfk+YfHzFb+gGyak= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774611018; c=relaxed/simple; bh=MMb9BnVpjNbWZz9tCergxLjjgMHGFtK7m0OvUVEMGrM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=ALbJ+wPvmLVtd+wQmk06cm2cL84hJjNfVEIG0SMBnpdWm1v3JjanG5bR4pQm1ds1GKkYj12Qe/PaNZDXQHCvesycDODnaQQGtxTsP4SFshx7KhowGBo4K/kORrJ5rk8JHAeuhzCAnzBrwan2ZE5Syt31/wTAYO9JzFh42bX3+XQ= 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; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=BnWLeM3N; 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 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="BnWLeM3N" 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 B9F0F359D; Fri, 27 Mar 2026 04:30:08 -0700 (PDT) Received: from e142021.cambridge.arm.com (e142021.arm.com [10.1.36.137]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 0F5693F915; Fri, 27 Mar 2026 04:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1774611014; bh=MMb9BnVpjNbWZz9tCergxLjjgMHGFtK7m0OvUVEMGrM=; h=From:To:Cc:Subject:Date:From; b=BnWLeM3Nh8OnJQBZPCMX27PzeF5hJTWwdA863sFdQWdr/tEn+99Sk8wMGNJAuiFtv mjEVIexjfBXmPQvRjQd8PMofU96qQmTL+06Hs85K0o9UaCnA5IrJ+sVZB82EbJnCGA MP+GN0HXZ7iz7MBqQ6s6pB3Syf6rnojVvJcqp1P4= From: Andre Przywara <andre.przywara@arm.com> To: Rob Herring <robh@kernel.org>, Krzysztof Kozlowski <krzk+dt@kernel.org>, Conor Dooley <conor+dt@kernel.org>, Chen-Yu Tsai <wens@kernel.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 v2 0/3] pinctrl: sunxi: a523: fix GPIO IRQ operation Date: Fri, 27 Mar 2026 11:30:03 +0000 Message-ID: <20260327113006.3135663-1-andre.przywara@arm.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: <linux-sunxi.lists.linux.dev> List-Subscribe: <mailto:linux-sunxi+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:linux-sunxi+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Status: O |
| Series |
pinctrl: sunxi: a523: fix GPIO IRQ operation
|
|
Message
Andre Przywara
March 27, 2026, 11:30 a.m. UTC
Hi, this is the minimal fix version for the GPIO IRQ operation on the Allwinner A523/A527/T527 SoCs. SD card detection is broken as a result, which is a major annoyance. Those patches here fix that problem, and should go into v7.0 still, if possible. I dropped the more involved fixes from v1, the risk for regressions is now very low: - The quirk flag is just dropped from the A523, not the other SoCs. I confirmed this again with an experiment, for both the primary and secondary pincontroller. This avoids fixing the workaround code for now, which is more involved, but for now unneeded. - The DT patch just adds the missing interrupt. The IRQ association was always wrong and never worked, so this can't make it possibly worse. Together those two patches (plus the required binding change) fix the problem, I would appreciate if this could be taken ASAP, into v7.0 still. The generic pinctrl code is now untouched, which makes this also much easier to backport, and drops the dependencies on other v7.0-rc fixes. Bases on v7.0-rc1, but applies on later revisions as well. Please have a look and test, especially on A523/A527/T527 boards! Changelog v1 .. v2: - drop generic pinctrl fixes (for now) - drop quirk removal from other SoCs (for now) - add Chen-Yu's tag Cheers, Andre Andre Przywara (3): pinctrl: sunxi: a523: Remove unneeded IRQ remuxing flag dt-bindings: pinctrl: sun55i-a523: increase IRQ banks number arm64: dts: allwinner: a523: Add missing GPIO interrupt .../bindings/pinctrl/allwinner,sun55i-a523-pinctrl.yaml | 8 ++++---- arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 3 ++- drivers/pinctrl/sunxi/pinctrl-sun55i-a523-r.c | 1 - drivers/pinctrl/sunxi/pinctrl-sun55i-a523.c | 1 - 4 files changed, 6 insertions(+), 7 deletions(-) base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f