[U-Boot] [U-boot] [Patch 0/5] keystone2: generalize keystone_net driver usage

Ivan Khoronzhuk ivan.khoronzhuk at ti.com
Mon Sep 22 14:44:21 CEST 2014


This series generalize keystone_net driver usage in order to
add keystone2 K2E/K2L SoCs support.

Based on
"[U-boot] [Patch v2] keystone: usb: add support of usb xhci"
https://patchwork.ozlabs.org/patch/386506/

Hao Zhang (1):
  net: keystone_net: remove SoC specific emac_regs structure

Ivan Khoronzhuk (3):
  net: keystone_net: add support for NETCP v1.5
  net: keystone_net: move header file from arch to ti-common
  net: keystone_net: remove redundant code from keystone_net.c

Vitaly Andrianov (1):
  net: keystone_net: increase MDIO clock frequency

 arch/arm/include/asm/arch-keystone/emac_defs.h     | 237 --------------------
 arch/arm/include/asm/arch-keystone/hardware-k2hk.h |   3 +
 arch/arm/include/asm/arch-keystone/hardware.h      |   2 +
 arch/arm/include/asm/ti-common/keystone_net.h      | 248 +++++++++++++++++++++
 board/ti/ks2_evm/board.c                           |  11 +-
 board/ti/ks2_evm/board.h                           |   2 +-
 board/ti/ks2_evm/board_k2hk.c                      |   2 +-
 drivers/net/keystone_net.c                         |  29 +--
 include/configs/k2hk_evm.h                         |   2 +
 include/configs/ks2_evm.h                          |   4 +
 10 files changed, 276 insertions(+), 264 deletions(-)
 delete mode 100644 arch/arm/include/asm/arch-keystone/emac_defs.h
 create mode 100644 arch/arm/include/asm/ti-common/keystone_net.h

-- 
1.8.3.2



More information about the U-Boot mailing list