Message ID | 20200906230452.33410-1-rikard.falkeborn@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | arm_scmi: Constify ops pointers in struct scmi_handle | expand |
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: arm_scmi: Constify scmi_perf_ops pointers > firmware: arm_scmi: Constify ops pointers in scmi_handle > firmware: arm_scmi: Constify static scmi-ops > > [...] Applied to sudeep.holla/linux (for-next/scmi), thanks! [1/3] cpufreq: arm_scmi: Constify scmi_perf_ops pointers https://git.kernel.org/sudeep.holla/c/69ecb3230b [2/3] firmware: arm_scmi: Constify ops pointers in scmi_handle https://git.kernel.org/sudeep.holla/c/82894c1d39 [3/3] firmware: arm_scmi: Constify static scmi-ops https://git.kernel.org/sudeep.holla/c/3de7b83017 -- Regards, Sudeep