On Tue, 25 Jun 2024 00:21:06 +0100, Andre Przywara wrote: > This is an update to the H616 crypto engine support, with the sparse > warning fixed and the accrued tags added. > ======================== > > This series adds support for the crypto engine in the Allwinner H616 > SoC. The IP and its capabilities are very similar to the H6, with the > major difference of the DMA engine supporting 34 bit wide addresses. > This is achieved by just shifting every address by 2 bits in the DMA > descriptors; Allwinner calls this "word addresses". > Patch 2/4 adds support for this by wrapping every address access in a > function that does the shift as needed. Patch 1/4 adds the new > compatible string to the binding, patch 3/4 adds that string to the > driver and enables the address shift for it. The final patch 4/4 adds > the DT node to the SoC .dtsi. Since this is an internal peripheral, > it's always enabled. > > [...] Applied to sunxi/dt-for-6.11 in sunxi/linux.git, thanks! [4/4] arm64: dts: allwinner: h616: add crypto engine node https://git.kernel.org/sunxi/linux/c/6ed9a85f1c44 Best regards, -- Chen-Yu Tsai <wens@xxxxxxxx>