zephyr/drivers/ethernet
Tomasz Gorochowik 0a6046cf31 drivers: eth: gmac: Ensure caches are enabled before using them
Attempts to clear/invalidate caches which are disabled lead to BUS
FAULTS.

Ensure they are enabled before using them.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2018-06-19 15:04:16 +03:00
..
CMakeLists.txt
eth_dw_priv.h
eth_dw.c
eth_enc28j60_priv.h
eth_enc28j60.c
eth_mcux.c drivers: eth: mcux: Inform IP stack when carrier is lost 2018-06-11 17:27:29 -04:00
eth_native_posix_adapt.c
eth_native_posix_priv.h
eth_native_posix.c
eth_sam_gmac_priv.h drivers: eth: gmac: Fix cache support for SAM GMAC 2018-06-19 10:48:24 +03:00
eth_sam_gmac.c drivers: eth: gmac: Ensure caches are enabled before using them 2018-06-19 15:04:16 +03:00
eth_stm32_hal_priv.h
eth_stm32_hal.c
Kconfig
Kconfig.dw
Kconfig.enc28j60
Kconfig.mcux drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
Kconfig.native_posix
Kconfig.sam_gmac
Kconfig.stm32_hal drivers: Replace ff hex constants with 0xff 2018-06-13 13:35:56 -04:00
phy_sam_gmac.c
phy_sam_gmac.h