zephyr/drivers/ethernet
Johann Fischer de974efebb drivers: eth_enc424j600: explicitly disable INTIE after reset
After system reset (SETETHRST) interrupt enable register (EIE)
has the default value 0x8010 and global interrupt enable flag (INTIE)
is set. This is not desired and the INTIE flag should be set only at
the end of the initialization.

Disable INTIE flag and set desired interrupts sources in
a single write command just right after system reset.

Resolves: #35091

Reported-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
2021-05-21 07:35:19 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.dsa
Kconfig.e1000
Kconfig.enc28j60
Kconfig.enc424j600
Kconfig.gecko
Kconfig.liteeth
Kconfig.mcux
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.smsc911x
Kconfig.stellaris
Kconfig.stm32_hal
Kconfig.w5500
dsa_ksz8794.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
dsa_ksz8794.h
eth.h
eth_e1000.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_e1000_priv.h
eth_enc28j60.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_enc28j60_priv.h
eth_enc424j600.c drivers: eth_enc424j600: explicitly disable INTIE after reset 2021-05-21 07:35:19 -04:00
eth_enc424j600_priv.h
eth_gecko.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_gecko_priv.h
eth_liteeth.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_mcux.c pm: device: Align state names with system states 2021-05-07 18:35:12 -04:00
eth_native_posix.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_sam0_gmac.h
eth_sam_gmac.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_sam_gmac_priv.h
eth_smsc911x.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_smsc911x_priv.h
eth_stellaris.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_stellaris_priv.h
eth_stm32_hal.c drivers: ethernet: stm32: enable IRQ at the end of iface init 2021-05-17 10:59:43 -04:00
eth_stm32_hal_priv.h
eth_w5500.c drivers: ethernet: remove usage of device_pm_control_nop 2021-04-28 10:55:22 -04:00
eth_w5500_priv.h
phy_gecko.c
phy_gecko.h
phy_sam_gmac.c
phy_sam_gmac.h