[PATCH 00/12] net: ll_temac: x86_64 support

From: Esben Haabendal
Date: Fri Apr 26 2019 - 03:41:26 EST


This patch series adds support for use of ll_temac driver with
platform_data configuration and fixes endianess and 64-bit problems so
that it can be used on x86_64 platform.

A few bugfixes are also included.

Esben Haabendal (12):
net: ll_temac: Fix and simplify error handling by using devres
functions
net: ll_temac: Extend support to non-device-tree platforms
net: ll_temac: Fix support for 64-bit platforms
net: ll_temac: Add support for non-native register endianness
net: ll_temac: Fix support for little-endian platforms
net: ll_temac: Allow use on x86 platforms
net: ll_temac: Support indirect_mutex share within TEMAC IP
net: ll_temac: Fix iommu/swiotlb leak
net: ll_temac: Fix bug causing buffer descriptor overrun
net: ll_temac: Replace bad usage of msleep() with usleep_range()
net: ll_temac: Allow configuration of IRQ coalescing
net: ll_temac: Enable DMA when ready, not before

drivers/net/ethernet/xilinx/Kconfig | 5 +-
drivers/net/ethernet/xilinx/ll_temac.h | 26 +-
drivers/net/ethernet/xilinx/ll_temac_main.c | 514 ++++++++++++++++++----------
drivers/net/ethernet/xilinx/ll_temac_mdio.c | 53 +--
include/linux/xilinx_ll_temac.h | 31 ++
5 files changed, 426 insertions(+), 203 deletions(-)
create mode 100644 include/linux/xilinx_ll_temac.h

--
2.4.11