2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-29 15:43:59 +08:00
linux-next/drivers/net/ethernet/freescale/fman
Colin Ian King d05071ed4a fsl/fman: make arrays port_ids static, reduces object code size
Don't populate the arrays port_ids on the stack, instead make them static.
Makes the object code smaller by over 700 bytes:

Before:
   text	   data	    bss	    dec	    hex	filename
  28785	   5832	    192	  34809	   87f9	fman.o

After:
   text	   data	    bss	    dec	    hex	filename
  27921	   5992	    192	  34105	   8539	fman.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-09-01 18:21:09 -07:00
..
fman_dtsec.c fsl/fman: implement several errata workarounds 2017-08-11 14:37:36 -07:00
fman_dtsec.h fsl/fman: Add FMan MAC support 2015-12-27 20:51:40 -05:00
fman_keygen.c fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
fman_keygen.h fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
fman_mac.h fsl/fman: remove leftover comment 2016-10-04 10:08:44 +03:00
fman_memac.c fsl/fman: take into account all RGMII modes 2017-04-01 11:49:14 -07:00
fman_memac.h net: break include loop netdevice.h, dsa.h, devlink.h 2017-03-28 22:46:04 -07:00
fman_muram.c fsl/fman: split lines over 80 characters 2016-10-04 09:26:05 +03:00
fman_muram.h fsl/fman: split lines over 80 characters 2016-10-04 09:26:05 +03:00
fman_port.c dpaa_eth: add NETIF_F_RXHASH 2017-08-28 16:41:00 -07:00
fman_port.h dpaa_eth: add NETIF_F_RXHASH 2017-08-28 16:41:00 -07:00
fman_sp.c fsl/fman: fix loadable module compilation 2016-10-04 09:26:05 +03:00
fman_sp.h fsl/fman: Add FMan SP support 2015-12-27 20:51:40 -05:00
fman_tgec.c fsl/fman: fix a leak in tgec_free() 2016-11-25 20:29:48 -05:00
fman_tgec.h fsl/fman: Add FMan MAC support 2015-12-27 20:51:40 -05:00
fman.c fsl/fman: make arrays port_ids static, reduces object code size 2017-09-01 18:21:09 -07:00
fman.h fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00
Kconfig fsl/fman: add dependency on HAS_DMA 2017-06-27 15:42:30 -04:00
mac.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2017-09-01 17:42:05 -07:00
mac.h fsl/fman: return a phy_dev pointer from init 2016-10-04 09:26:07 +03:00
Makefile fsl/fman: enable FMan Keygen 2017-08-28 16:41:00 -07:00