RE: [PATCH] arch: arm: socfpga: timer_s10: Override udelay for secure section

2022-06-16 Thread Chee, Tien Fong
aniyam, Dinesh ; Chee Hong Ang > > Subject: [PATCH] arch: arm: socfpga: timer_s10: Override udelay for secure > section > > From: Dinesh Maniyam > > Override __udelay() as 'always inlined' function so that PSCI code run in > '__secure' section can call this

[PATCH] arch: arm: socfpga: timer_s10: Override udelay for secure section

2022-06-01 Thread dinesh . maniyam
From: Dinesh Maniyam Override __udelay() as 'always inlined' function so that PSCI code run in '__secure' section can call this delay function as well. Signed-off-by: Chee Hong Ang Signed-off-by: Dinesh Maniyam --- arch/arm/mach-socfpga/timer_s10.c | 35 ++- 1 file