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
..
Kconfig drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.dw drivers: make ethernet init prio depend on NET_L2_ETHERNET 2017-02-02 14:43:51 +00:00
Kconfig.enc28j60 drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
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 drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
eth_dw.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_dw_priv.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
eth_enc28j60.c drivers: enc28j60: buffer reception waits timeout 2017-03-09 20:33:46 +02:00
eth_enc28j60_priv.h drivers: eth_enc28j60: Clarify comments in the header file. 2017-03-13 18:02:34 +03:00
eth_mcux.c eth/mcux: Turn down the PHY debug verbosity. 2017-03-09 20:33:47 +02:00
eth_sam_gmac.c drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
eth_sam_gmac_priv.h drivers: Update Atmel SAM family GMAC Ethernet driver 2017-03-17 10:34:44 +02:00
phy_sam_gmac.c drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00
phy_sam_gmac.h drivers: Add Atmel SAM family GMAC Ethernet driver 2017-02-01 21:01:19 +00:00