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

2023-07-24 Thread Michal Simek
On 7/18/23 12:30, 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 v3] xilinx: zynqmp: Extract aes operation into new file

2023-07-18 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 v3: - fix function doc format Change