mbox series

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

Message ID cover.1720723132.git.christophe.jaillet@wanadoo.fr
Headers show
Series phy: cadence: Sierra: Constify some structs | expand

Message

Christophe JAILLET July 11, 2024, 7:34 p.m. UTC
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(-)

Comments

Vinod Koul Aug. 1, 2024, 6:55 a.m. UTC | #1
On Thu, 11 Jul 2024 21:34:51 +0200, Christophe JAILLET wrote:
> 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
> 
> [...]

Applied, thanks!

[1/3] phy: cadence: Sierra: Constify struct cdns_reg_pairs
      commit: 29f33f0b442c092d7180b511d8bef871f3be9fed
[2/3] phy: cadence: Sierra: Constify struct cdns_sierra_vals
      commit: da41bac5c89720f9fb8289a03e30ec0b3cb1cc9c
[3/3] phy: cadence: Sierra: Constify a u32[]
      commit: f75999c525a1d7d6c4425a6a225cabae40ab1721

Best regards,