[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1719652155.git.christophe.jaillet@wanadoo.fr>
Date: Sat, 29 Jun 2024 11:19:29 +0200
From: Christophe JAILLET <christophe.jaillet@...adoo.fr>
To: matthias.bgg@...il.com,
angelogioacchino.delregno@...labora.com,
fparent@...libre.com,
fchiby@...libre.com,
s.hauer@...gutronix.de
Cc: linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
linux-kernel@...r.kernel.org,
kernel-janitors@...r.kernel.org,
Christophe JAILLET <christophe.jaillet@...adoo.fr>
Subject: [PATCH 0/4] soc: mediatek: pwrap: Constify some data and other improvements
This series is motivated by patch 1. The 3 other patches are some
additionnal goodies spotted while looking at the code.
Patch 1 constifies struct pmic_wrapper_type to move some data to a
read-only section, in order to increase safety.
Patch 2 does the same for some int arrays. This helps move about 7 ko of
data to a read-only section. Not that bad!
Patch 3 simplifies code related to clk management. It also fixes an
issue if the driver is unloaded.
Patch 4 is just a clean-up of some messages.
Christophe JAILLET (4):
soc: mediatek: pwrap: Constify struct pmic_wrapper_type
soc: mediatek: pwrap: Constify some struct int[]
soc: mediatek: pwrap: Use devm_clk_get_[optional_]enabled()
soc: mediatek: pwrap: Simplify some error messages
drivers/soc/mediatek/mtk-pmic-wrap.c | 125 +++++++++------------------
1 file changed, 43 insertions(+), 82 deletions(-)
--
2.45.2
Powered by blists - more mailing lists