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

2020-09-16 Thread Vinod Koul
On 12-09-20, 22:46, Rikard Falkeborn wrote: > Constify a number of static structs that are never changed to allow the > compiler to put them in read-only memory. Applied, thanks -- ~Vinod

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

2020-09-12 Thread Rikard Falkeborn
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 d