zephyr/drivers/ethernet
Gerard Marull-Paretas 435213a753 drivers: remove redundant data/config casts
Some drivers explicitely casted data/config from void * to the
corresponding type. However, this is unnecessary and, in many drivers it
has been misused to drop const qualifier (refer to previous commits).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-01-19 18:16:02 +01:00
..
phy drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
CMakeLists.txt ethernet: Synopsys DesignWare MAC driver 2021-10-27 10:43:05 -04:00
Kconfig ethernet: Synopsys DesignWare MAC driver 2021-10-27 10:43:05 -04:00
Kconfig.dsa
Kconfig.dwmac ethernet: Synopsys DesignWare MAC driver 2021-10-27 10:43:05 -04:00
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux soc: rt11xx: Enabled GPTP module clock 2022-01-18 12:13:24 -05:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal drivers: ethernet: stm32: PTP L2 timestamping support 2021-12-13 22:19:25 -05:00
Kconfig.w5500
Kconfig.xlnx_gem drivers: ethernet: xlnx_gem: Zynq-7000 support for the Xilinx GEM driver 2021-10-28 15:26:50 +02:00
dsa_ksz8xxx.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
dsa_ksz8794.h net: dsa: ksz8794: Fix the port numbering for this ETH switch IC 2021-12-01 13:58:08 -06:00
dsa_ksz8863.h
eth.h
eth_dwmac.c ethernet: dwmac: fix promiscuous mode 2021-11-23 10:31:29 -05:00
eth_dwmac_mmu.c ethernet: Synopsys DesignWare MAC driver 2021-10-27 10:43:05 -04:00
eth_dwmac_priv.h ethernet: Synopsys DesignWare MAC driver 2021-10-27 10:43:05 -04:00
eth_dwmac_stm32h7x.c pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 2022-01-01 07:39:08 -05:00
eth_e1000.c include: remove deprecated headers 2022-01-18 19:17:50 -05:00
eth_e1000_priv.h
eth_enc28j60.c
eth_enc28j60_priv.h
eth_enc424j600.c
eth_enc424j600_priv.h
eth_gecko.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_gecko_priv.h drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_liteeth.c
eth_mcux.c drivers: remove redundant data/config casts 2022-01-19 18:16:02 +01:00
eth_native_posix.c
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h
eth_sam_gmac.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_sam_gmac_priv.h drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_smsc911x.c
eth_smsc911x_priv.h
eth_stellaris.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_stellaris_priv.h drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_stm32_hal.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_stm32_hal_priv.h drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_w5500.c
eth_w5500_priv.h
eth_xlnx_gem.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
eth_xlnx_gem_priv.h drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
phy_gecko.c
phy_gecko.h
phy_xlnx_gem.c drivers: ethernet: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
phy_xlnx_gem.h