Re: [PATCH 0/3] pinctrl/actions: Constify static variables

From: Linus Walleij
Date: Sat Sep 12 2020 - 06:16:10 EST


On Mon, Aug 31, 2020 at 12:43 AM Rikard Falkeborn
<rikard.falkeborn@xxxxxxxxx> wrote:

> Constify a couple of static variables which are not modified to allow
> the compiler to put them in read-only memory. Patch 1/3 is probably
> the most important one since those structs contain function pointer.
> The patches are independent, and can be applied in any order.
> Compile-tested only.
>
> Rikard Falkeborn (3):
> pinctrl: actions: pinctrl-owl: Constify owl_pinctrl_ops and
> owl_pinmux_ops
> pinctrl: actions: pinctrl-s700: Constify s700_padinfo[]
> pinctrl: actions: pinctrl-s900: Constify s900_padinfo[]

Patch series applied,
thanks!

Yours,
Linus Walleij