[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190429083422.4356-1-esben@geanix.com>
Date: Mon, 29 Apr 2019 10:34:10 +0200
From: Esben Haabendal <esben@...nix.com>
To: netdev@...r.kernel.org, linux-arm-kernel@...ts.infradead.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
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.
Changes since v1:
- Make indirect_mutex specification mandatory when using platform_data
- Move header to include/linux/platform_data
- Enable COMPILE_TEST for XILINX_LL_TEMAC
- Rebased to v5.1-rc7
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 | 515 +++++++++++++++++---------
drivers/net/ethernet/xilinx/ll_temac_mdio.c | 53 +--
include/linux/platform_data/xilinx-ll-temac.h | 32 ++
5 files changed, 428 insertions(+), 203 deletions(-)
create mode 100644 include/linux/platform_data/xilinx-ll-temac.h
--
2.4.11
Powered by blists - more mailing lists