[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200913084114.8851-1-rikard.falkeborn@gmail.com>
Date: Sun, 13 Sep 2020 10:41:09 +0200
From: Rikard Falkeborn <rikard.falkeborn@...il.com>
To: Mark Brown <broonie@...nel.org>
Cc: Liam Girdwood <lgirdwood@...il.com>, linux-kernel@...r.kernel.org,
Rikard Falkeborn <rikard.falkeborn@...il.com>
Subject: [PATCH 0/5] drivers/regulator: Constify static variables
Constify a couple of static variables, most importantly regulator_ops to
allow the compiler to put them in read-only memory.
Rikard Falkeborn (5):
regulator: dummy: Constify dummy_initdata and dummy_ops
regulator: fixed: Constify static regulator_ops
regulator: stw481x-vmmc: Constify static structs
regulator: pca9450: Constify static regulator_ops
regulator: ti-abb: Constify ti_abb_reg_ops
drivers/regulator/dummy.c | 4 ++--
drivers/regulator/fixed.c | 4 ++--
drivers/regulator/pca9450-regulator.c | 6 +++---
drivers/regulator/stw481x-vmmc.c | 4 ++--
drivers/regulator/ti-abb-regulator.c | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
--
2.28.0
Powered by blists - more mailing lists