Re: [PATCH v2] xilinx: zynqmp: Extract aes operation into new file

2023-07-17 Thread Michal Simek
On 7/10/23 16:09, christian.taedcke-...@weidmueller.com wrote: From: Christian Taedcke This moves the aes operation that is performed by the pmu into a separate file. This way it can be called not just from the shell command, but also e.g. from board initialization code. Signed-off-by: Chri

[PATCH v2] xilinx: zynqmp: Extract aes operation into new file

2023-07-10 Thread christian . taedcke-oss
From: Christian Taedcke This moves the aes operation that is performed by the pmu into a separate file. This way it can be called not just from the shell command, but also e.g. from board initialization code. Signed-off-by: Christian Taedcke --- Changes in v2: - convert doxygen comments to ker