| Message ID | acktHkKlWDUbsE_a@home.wens.tw (mailing list archive) |
|---|---|
| State | New |
| Headers |
Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id EF6921A8F97 for <linux-sunxi@lists.linux.dev>; Sun, 29 Mar 2026 13:46:10 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774791971; cv=none; b=RLE1HSt2l83n3rKKsEZYFHvIp9ycaLeiHJN9Jm/x9ZsmsQdqe3mIRvLLpXBrRkBSrWwYj/WjNL34aAwZTzIJQsk90jo3tu1sC9yF0Z24+CDYn0EStLfAztDV5UDChHjZXROxwQVP3CmeHX5yBV1cFkTRkTJeqkEDr3djP4DlmiI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774791971; c=relaxed/simple; bh=st4JvI4NAoWoSh7mtrnC23ws4KEdwaq6g803oyRstdo=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=k2h0abu/6bOMtEE/VlR7T6/KdFPXMA0mtyXl0pKV2TlThdr4YD4n46uoa7yTXPHNd0O0oUErCj9mBtXnaC8sv+hZTnrkkIPNejKbLimOyXQx827gwdjEyP3XpPU9q6mGbU9/qjIjoRGWED7qyeGyDx7L0fzePSkbahic7PNWG90= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ag5a4GMW; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ag5a4GMW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B3A9C116C6; Sun, 29 Mar 2026 13:46:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774791970; bh=st4JvI4NAoWoSh7mtrnC23ws4KEdwaq6g803oyRstdo=; h=Date:From:To:Cc:Subject:From; b=ag5a4GMWBmeA2iSrFzckVCCFDXMh7s+5+OaCQv/OHPNWicdoZvH3KJg/PPz+W8dvJ Tf3OlWWyO8orAvlaL3kNy/Vvw1cZjoAeWABDhNQUqwosnJJepJCzvmXCN2DAHclAqe UjQZfEagFlp6NcAArlgb/Vkyv4NZZLbfzMdYpr6JqBuJpR6QVXIQcpUxZI7unqntW+ AyTavCLVBVDOEydKmVZz50MoB3uMcYBBWa+Z3vY0Tb7tktgzgQq9qbwBaoBX/KN0Q4 e0RHLyMABT7VPP+wkisMFqa5Z3hO4phJCeMjFrjNeftqxNUhVABbcF3+v0Dxz6NNL2 nMkJiANzcmkBA== Date: Sun, 29 Mar 2026 21:46:06 +0800 From: Chen-Yu Tsai <wens@kernel.org> To: soc@kernel.org Cc: Chen-Yu Tsai <wens@kernel.org>, Jernej Skrabec <jernej@kernel.org>, Samuel Holland <samuel@sholland.org>, linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org Subject: [GIT PULL] Allwinner Fixes for 7.0 Message-ID: <acktHkKlWDUbsE_a@home.wens.tw> 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-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="v5LD4MI+NTyJgjjY" Content-Disposition: inline Status: O |
| Series |
[GIT,PULL] Allwinner Fixes for 7.0
|
|
Pull-request
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-7.0Message
Chen-Yu Tsai
March 29, 2026, 1:46 p.m. UTC
The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-fixes-for-7.0
for you to fetch changes up to 6896ca5a9d05275fbeb38640c9bbdb95698de188:
arm64: dts: allwinner: sun55i: Fix r-spi DMA (2026-03-24 11:08:10 +0800)
----------------------------------------------------------------
Allwinner fixes for 7.0
Just one fix to make the r-spi SPI controller use the mcu-dma DMA
controller for DMA instead of the main DMA controller.
----------------------------------------------------------------
Chen-Yu Tsai (1):
arm64: dts: allwinner: sun55i: Fix r-spi DMA
arch/arm64/boot/dts/allwinner/sun55i-a523.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)