[PATCH 0/3] phy: cadence: Sierra: Constify some structs

From: Christophe JAILLET
Date: Thu Jul 11 2024 - 15:35:22 EST


This series is just about constification of some structs.

Before:
======
text data bss dec hex filename
60489 4342 16 64847 fd4f drivers/phy/cadence/phy-cadence-sierra.o

After:
=====
text data bss dec hex filename
60897 3878 16 64791 fd17 drivers/phy/cadence/phy-cadence-sierra.o

All patches have been compile tested only.

Christophe JAILLET (3):
phy: cadence: Sierra: Constify struct cdns_reg_pairs
phy: cadence: Sierra: Constify struct cdns_sierra_vals
phy: cadence: Sierra: Constify a u32[]

drivers/phy/cadence/phy-cadence-sierra.c | 88 ++++++++++++------------
1 file changed, 44 insertions(+), 44 deletions(-)

--
2.45.2