[PATCH 0/3] drivers/phy/cadence: Constify static structs

From: Rikard Falkeborn
Date: Sat Sep 12 2020 - 16:49:34 EST


Constify a number of static structs that are never changed to allow the
compiler to put them in read-only memory.

Rikard Falkeborn (3):
phy: cadence: Sierra: Constify static structs
phy: cadence: salvo: Constify cdns_nxp_sequence_pair
phy: cadence: torrent: Constify regmap_config structs

drivers/phy/cadence/phy-cadence-salvo.c | 6 +++---
drivers/phy/cadence/phy-cadence-sierra.c | 24 +++++++++++------------
drivers/phy/cadence/phy-cadence-torrent.c | 12 ++++++------
3 files changed, 21 insertions(+), 21 deletions(-)

--
2.28.0