From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 004F728B4E2; Sat, 11 Jul 2026 14:00:09 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783778411; cv=none; b=UwCr3qzU5IPSIhDQeKwzBMMaoBYoCfmmxSTdzHL4SIwmuWvkW+zKBJ7/d1EQ5J5PYG3DHUalwslhqOnN53u+ma6pWtyYaZMcV6bkXtsn0TVzP5KXCIVFoQEbWwY/kv9x0RI8hH+eV/jtl9mfLO5Y3+sjZOzj1sQHF/jTpHwIY18= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783778411; c=relaxed/simple; bh=oLqReDBb5mGMXvwdKbGOBCW4hMzLjnwfa0fRsd++sh4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=N4Z0YKCeQU2+R2xcVXQaXD/i7U1u8ak00Y06aAOiwcVEWp6jhsiuDc83zlWapZvPgKyh7c9Q2LeHJYo/XRmvvE37YWCU+UlnlG3Fmq15Qd5QSbcOjW45zwYftgLdovIhcQWPuOyxTyP2RAR5RIS2pwWuhT9SRJPdGpobUHDTECM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ggcH2mjq; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ggcH2mjq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4CE041F00A3F; Sat, 11 Jul 2026 14:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783778409; bh=JCkU9oACHboTNrKgAOmKC3KHTez0YviRezc2qccrxZo=; h=From:To:Cc:Subject:Date; b=ggcH2mjqbOhwmt2EloN+F++f4rbL+hU73BmgCDvF5pRQFgfMZq3BPUtpQIWtGLtnd a9yenO5HIkL4TG4Sw24lG2+oM0Z4O+4aGTNZjukHjuy+LkLV+uj/7K+2C/7MH82x1z CCeVYbXVUPFjUlpTaYOotPAruKnvAlSTNYUPyArS262kRFZ8lSxwfe4Ri3NyrR56l1 CycxP0kjeduSH9Wwpi04WhYUldWSKOyNQfDupxl4jA+wOWfPON2J7VvxzKykcl/foC ncO1Y0m97F10fiLyS2KXp6ziwCaEDK9fScaQDmpiapY+Zm/z6ILxkCtPaY4ZiAxcXs MQ9PWkpAwnmfg== Received: by wens.tw (Postfix, from userid 1000) id 07C665FF03; Sat, 11 Jul 2026 22:00:05 +0800 (CST) From: Chen-Yu Tsai To: Maxime Ripard , Paul Kocialkowski , Mauro Carvalho Chehab , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Rob Herring , Krzysztof Kozlowski , Conor Dooley Cc: Greg Kroah-Hartman , linux-media@vger.kernel.org, linux-staging@lists.linux.dev, devicetree@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/7] arm64: allwinner: h616: Support Video Engine Date: Sat, 11 Jul 2026 21:59:51 +0800 Message-ID: <20260711135959.3616919-1-wens@kernel.org> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hi folks, This is v2 of my Allwinner H616 Cedrus series. The series is ready to be merged. Changes since v1: - Fixed IOMMU ports on H616 (patch 7) - Updated comment about VP9 on H616 This series adds support for the Cedar video engine found in the Allwinner H616 SoC. On the way, it also fixes some issues with the DT representation for the Allwinner H6 SoC. Patch 1 fixes the video engine's number of IOMMU endpoints on the H6 in the DT binding. Patch 2 fixes the video engine's number of SRAM regions on the H6 in the DT binding. Patch 3 adds a new compatible for the H616's video engine. Patch 4 adds the new compatible for the H616's video engine to the cedrus driver. Patch 5 adds the video engine's missing SRAM region to the H6 dtsi. Patch 6 adds the video engine's missing IOMMU endpoint to the H6 dtsi. Patch 7 adds a device node for the video engine to the H616 dtsi. Patches 1-4 should go through the media tree, while patches 5-7 will go through the soc tree via the sunxi tree. Please have a look. Thanks ChenYu Chen-Yu Tsai (6): dt-bindings: media: sun4i-a10-video-engine: Fix IOMMU count for H6 dt-bindings: media: sun4i-a10-video-engine: Fix SRAM count for H6 dt-bindings: media: sun4i-a10-video-engine: Add H616 compatible drivers: staging: media: sunxi: cedrus: add H616 variant arm64: dts: allwinner: sun50i-h6: Add missing SRAM region for video engine arm64: dts: allwinner: sun50i-h6: Add missing IOMMU for video engine Jernej Skrabec (1): arm64: dts: allwinner: sun50i-h616: Add video engine .../allwinner,sun4i-a10-video-engine.yaml | 45 ++++++++++++++++++- arch/arm64/boot/dts/allwinner/sun50i-h6.dtsi | 4 +- .../arm64/boot/dts/allwinner/sun50i-h616.dtsi | 12 +++++ drivers/staging/media/sunxi/cedrus/cedrus.c | 4 ++ 4 files changed, 61 insertions(+), 4 deletions(-) -- 2.47.3