[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190426073231.4008-1-esben@geanix.com>
Date: Fri, 26 Apr 2019 09:32:19 +0200
From: Esben Haabendal <esben@...nix.com>
To: netdev@...r.kernel.org
Cc: Michal Simek <michal.simek@...inx.com>,
"David S. Miller" <davem@...emloft.net>,
Luis Chamberlain <mcgrof@...nel.org>,
Yang Wei <yang.wei9@....com.cn>,
YueHaibing <yuehaibing@...wei.com>, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org
Subject: [PATCH 00/12] net: ll_temac: x86_64 support
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
Powered by blists - more mailing lists