From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (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 D39B17C for ; Tue, 30 Aug 2022 02:08:27 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BECD65C01BD; Mon, 29 Aug 2022 22:08:26 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 29 Aug 2022 22:08:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sholland.org; h= cc:cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm2; t=1661825306; x=1661911706; bh=GGDTBRyW+4XVRImWG5fIL5Gvz l7xCQqxp1dUICfh3+8=; b=WMA6tk3u/1xZRuXbN1Erw8lrXHT06sw/CqH8MiJI5 4uKS91DQcFUlLcX+wcwOMKYCOIUYunqV1sPOFkaYrpZHIB0iih4+N2zzviuMilCC 2OWLuDkj2gNT598aj71wrxKYXZU8ZnYFS7O+xg1wkSJAlu/03Nm4fdWKtdidIwbb yYPM+e/j0KkzkFVnFDUQ/Ug94L5jVDKfEBHqQ0hgwwqIcHonksoJsLjbln3pgT0R Y2+hQ+aQeE2ohzJMYmD1JZwQnbqeIg5TZGutEPqMeieH1PyPss1xAQfd1iQYOlOM IYFJJ1zbGgiqQ1AxwvtUHrbrH309N07j1bTVvmzqLgcVg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :feedback-id:feedback-id:from:from:in-reply-to:message-id :mime-version:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; t= 1661825306; x=1661911706; bh=GGDTBRyW+4XVRImWG5fIL5Gvzl7xCQqxp1d UICfh3+8=; b=jUJuShUsvZCEDZXKWos8xVmdLVjF8WtC26sLx7dg+DJRfBoSuRF zmnNyN2rKLdKRkRSC0PyJxO6+l9gFmBeV+OR3DHyAhvk+B6HeJpEqjvBcR1ylMM9 Xz2JnBbC7Knr1uOaQhC0P+4K91dRDyMaXW50HTKzQazoAuGEDk7TKO5gYBUgIRp5 57gikJ6UEF3Gc+jYz8wovevc6aiiTLmwoEY1b0DYtuRrU31ArS6jCrpfTeEhTJwd hflOPzY07Hdy39j/OfbFzZQKePYJU1HMagCcVbwg/yqTcy5PFx7wypeCZyqjYDYn Cclm1VHUO+GK89uY6o82XnoSm1w/bvWSLXw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvfedrvdekvddgheeiucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvvefufffkofgggfestdekredtredttdenucfhrhhomhepufgrmhhuvghl ucfjohhllhgrnhguuceoshgrmhhuvghlsehshhholhhlrghnugdrohhrgheqnecuggftrf grthhtvghrnhepkeevlefhjeeuleeltedvjedvfeefteegleehueejffehgffffeekhefh hfekkeegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomh epshgrmhhuvghlsehshhholhhlrghnugdrohhrgh X-ME-Proxy: Feedback-ID: i0ad843c9:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Mon, 29 Aug 2022 22:08:25 -0400 (EDT) From: Samuel Holland To: Chen-Yu Tsai , Jernej Skrabec Cc: Samuel Holland , Gregory CLEMENT , Krzysztof Kozlowski , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-kernel@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [PATCH 0/3] DMA binding for Allwinner V536/newer I2C Date: Mon, 29 Aug 2022 21:08:21 -0500 Message-Id: <20220830020824.62288-1-samuel@sholland.org> X-Mailer: git-send-email 2.35.1 Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This series documents the DMA capability of the I2C offload engine in Allwinner V536 and newer SoCs. This includes the following SoCs which have some support in mainline Linux: - A100 (updated by this series) - H616 (missing DMA controller binding/support) - D1 (initial DT submission is on the ML; this series resolves some dtbs_check warnings with that DT) Samuel Holland (2): dt-bindings: i2c: mv64xxx: Document DMA properties arm64: dts: allwinner: a100: Add I2C DMA requests Yangtao Li (1): arm64: dts: allwinner: a100: Add device node for DMA controller .../bindings/i2c/marvell,mv64xxx-i2c.yaml | 13 ++++++++++ .../arm64/boot/dts/allwinner/sun50i-a100.dtsi | 24 +++++++++++++++++++ 2 files changed, 37 insertions(+) -- 2.35.1