Re: [PATCH 0/3] arm_scmi: Constify ops pointers in struct scmi_handle

2020-09-08 Thread Sudeep Holla
On Mon, 7 Sep 2020 01:04:49 +0200, Rikard Falkeborn wrote: > A small patch series aiming to constify static scmi_*_ops structs in > drivers/firmware/arm_scmi. Since these are not modified, constify them > to allow the compiler to put them in read-only memory. > > Rikard Falkeborn (3): > cpufreq:

[PATCH 0/3] arm_scmi: Constify ops pointers in struct scmi_handle

2020-09-06 Thread Rikard Falkeborn
A small patch series aiming to constify static scmi_*_ops structs in drivers/firmware/arm_scmi. Since these are not modified, constify them to allow the compiler to put them in read-only memory. Rikard Falkeborn (3): cpufreq: arm_scmi: Constify scmi_perf_ops pointers firmware: arm_scmi: Consti