zephyr/drivers/ethernet
Marcus Shawcroft fded21ab45 eth/dw: Move RW objects from device config_info to device driver_data.
Mutable driver state relocated from config_info to driver_info.  This
driver supports PCI enumeration.  We drop code that attempts to update
irq_num based on PCI enumeration because the interrupt found by PCI
enumeration must always be the same as the statically configured IRQ
number.

Change-Id: I5580b0ba95635696a825fe66dbf16259c54d5ba8
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
2016-10-19 12:10:59 +00:00
..
eth_dw_priv.h eth/dw: Move RW objects from device config_info to device driver_data. 2016-10-19 12:10:59 +00:00
eth_dw.c eth/dw: Move RW objects from device config_info to device driver_data. 2016-10-19 12:10:59 +00:00
eth_enc28j60_priv.h eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
eth_enc28j60.c eth/enc28j60: Make config_info pointers const. 2016-10-08 11:40:13 +00:00
eth_ksdk.c eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Kconfig eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Kconfig.enc28j60 eth: Add full-duplex configuration to ENC28J60 2016-09-17 22:43:52 +00:00
Kconfig.ksdk eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00
Makefile eth: Add KSDK ENET driver. 2016-10-16 09:57:35 +00:00