zephyr/drivers/ethernet
Piotr Mienkowski c54b3c7e8f drivers: Update Atmel SAM family GMAC Ethernet driver
Networking stack has split one global DATA pool to RX and TX DATA pools
and also added net_buf pool support to each context. Update the driver
to support this new design. Since the GMAC TX descriptor list has a fixed
size but the number of TX DATA buffers is no longer limited updating the
TX descriptor list has to be guarded by a semaphore.

Tested on Atmel SMART SAM E70 Xplained board

Change-Id: I181e1cdd183e173b85d5d1711b6e78cd5165666d
Signed-off-by: Piotr Mienkowski <piotr.mienkowski@gmail.com>
2017-03-17 10:34:44 +02:00
..
eth_dw_priv.h
eth_dw.c
eth_enc28j60_priv.h drivers: eth_enc28j60: Clarify comments in the header file. 2017-03-13 18:02:34 +03:00
eth_enc28j60.c
eth_mcux.c eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
eth_sam_gmac_priv.h drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
eth_sam_gmac.c drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
Kconfig
Kconfig.dw
Kconfig.enc28j60
Kconfig.mcux eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
Kconfig.sam_gmac drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
Makefile
phy_sam_gmac.c
phy_sam_gmac.h