[PATCH 0/8] regulator/tps*: Constify static regulator ops

From: Rikard Falkeborn
Date: Sat Aug 29 2020 - 18:11:59 EST


Constify static instances of struct regulator_ops to allow the compiler
to put them in read-only memory. Patches are independent. Compile-tested
only.

Rikard Falkeborn (8):
regulator: tps51632: Constify tps51632_dcdc_ops
regulator: tps6105x: Constify tps6105x_regulator_ops
regulator: tps62360: Constify tps62360_dcdc_ops
regulator: tps65086: Constify static regulator_ops
regulator: tps65090: constify static regulator_ops
regulator: tps6586x: Constify static regulator_ops
regulator: tps65912: Constify static regulator_ops
regulator: tps65910: Constify static regulator_ops

drivers/regulator/tps51632-regulator.c | 2 +-
drivers/regulator/tps6105x-regulator.c | 2 +-
drivers/regulator/tps62360-regulator.c | 2 +-
drivers/regulator/tps65086-regulator.c | 4 ++--
drivers/regulator/tps65090-regulator.c | 8 ++++----
drivers/regulator/tps6586x-regulator.c | 8 ++++----
drivers/regulator/tps65910-regulator.c | 10 +++++-----
drivers/regulator/tps65912-regulator.c | 4 ++--
8 files changed, 20 insertions(+), 20 deletions(-)

--
2.28.0