[U-Boot] [PATCH 00/12] Moving Emaclite to DM + MDIO support
Michal Simek
michal.simek at xilinx.com
Fri Dec 11 13:03:31 CET 2015
Hi,
The first part of this series is about adding MDIO support to driver
which was out of mainline and it was much easier to merge it before move
to DM. Then driver didn't use indirect register access. In the middle of
moving this driver I have fixed logic in some functions which doesn't
affect performance of this driver.
All these changes were tested on HW design with emaclite with and
without pong buffers.
This patch series depends on microblaze cleanup series.
All these patches will be available in
git://git.denx.de/u-boot-microblaze.git
also with patches which I am going to send now.
Thanks,
Michal
Michal Simek (12):
net: emaclite: Remove ancient OF probe function
net: emaclite: Add MDIO support to driver
net: emaclite: Convert MDIO to use register offset
net: emaclite: Use indirect register access for tx_ping/pong
net: emaclite: Use indirect register access for tx_ping/pong
net: emaclite: Use indirect register access for TX reset
net: emaclite: Fix logic around available TX buffers
net: emaclite: Remove XEL_TSR_XMIT_ACTIVE_MASK flag
net: emaclite: Use indirect reg access in send
net: emaclite: Use indirect access in emaclite_recv
net: emaclite: Move driver to DM
net: emaclite: Move emaclite to Kconfig
.../xilinx/microblaze-generic/microblaze-generic.c | 21 -
board/xilinx/microblaze-generic/xparameters.h | 3 -
board/xilinx/zynq/board.c | 20 -
configs/microblaze-generic_defconfig | 3 +-
drivers/net/Kconfig | 8 +
drivers/net/xilinx_emaclite.c | 570 +++++++++++++++------
include/configs/microblaze-generic.h | 3 +-
include/netdev.h | 3 -
8 files changed, 412 insertions(+), 219 deletions(-)
--
1.9.1
More information about the U-Boot
mailing list