All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/8] driver model bring-up of keystone net on k2hk, k2l, k2e and k2g evm
@ 2016-01-22  8:23 Mugunthan V N
  2016-01-22  8:23 ` [U-Boot] [PATCH v2 1/8] board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is defined Mugunthan V N
                   ` (7 more replies)
  0 siblings, 8 replies; 20+ messages in thread
From: Mugunthan V N @ 2016-01-22  8:23 UTC (permalink / raw)
  To: u-boot

This patch series enables keystone net to adopt driver model. This
has been tested on the following evms (logs [1]) by tftp zImage
from server.
* k2hk evm
* k2l evm

Also pushed a branch for testing [2]

Changes from initial version:
* No code changes, changes only in commit text change in
  PATCH 2/8 *s/warning/error*

[1] - http://pastebin.ubuntu.com/14596525/
[2] - git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git dm-keystone-net-v2



Mugunthan V N (8):
  board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is
    defined
  drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH
  drivers: net: keystone_net: convert driver to adopt device driver
    model
  defconfig: k2hk_evm_defconfig: enable net driver model
  defconfig: k2l_evm_defconfig: enable net driver model
  defconfig: k2e_evm_defconfig: enable net driver model
  ARM: dts: k2g: Add keystone net dts files
  defconfig: k2g_evm_defconfig: enable net driver model

 arch/arm/dts/k2g-evm.dts    |  12 ++
 arch/arm/dts/k2g-netcp.dtsi | 151 ++++++++++++++++
 arch/arm/dts/k2g.dtsi       |  13 ++
 board/ti/ks2_evm/board.c    |   2 +
 configs/k2e_evm_defconfig   |   1 +
 configs/k2g_evm_defconfig   |   1 +
 configs/k2hk_evm_defconfig  |   1 +
 configs/k2l_evm_defconfig   |   1 +
 drivers/net/keystone_net.c  | 418 +++++++++++++++++++++++++++++++++++++++-----
 drivers/net/phy/micrel.c    |   6 +-
 10 files changed, 562 insertions(+), 44 deletions(-)
 create mode 100644 arch/arm/dts/k2g-netcp.dtsi

-- 
2.7.0.rc3

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2016-01-25 10:10 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-22  8:23 [U-Boot] [PATCH v2 0/8] driver model bring-up of keystone net on k2hk, k2l, k2e and k2g evm Mugunthan V N
2016-01-22  8:23 ` [U-Boot] [PATCH v2 1/8] board: ti: ks2_evm: remove board_eth_init when CONFIG_DM_ETH is defined Mugunthan V N
2016-01-22 19:53   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 2/8] drivers: net: phy: micrel: fix build errors with CONFIG_DM_ETH Mugunthan V N
2016-01-22 19:54   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 3/8] drivers: net: keystone_net: convert driver to adopt device driver model Mugunthan V N
2016-01-22 20:15   ` Joe Hershberger
2016-01-25  8:30     ` Mugunthan V N
2016-01-25  8:35   ` Bin Meng
2016-01-25 10:10     ` Mugunthan V N
2016-01-22  8:23 ` [U-Boot] [PATCH v2 4/8] defconfig: k2hk_evm_defconfig: enable net " Mugunthan V N
2016-01-22 20:15   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 5/8] defconfig: k2l_evm_defconfig: " Mugunthan V N
2016-01-22 20:16   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 6/8] defconfig: k2e_evm_defconfig: " Mugunthan V N
2016-01-22 20:16   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 7/8] ARM: dts: k2g: Add keystone net dts files Mugunthan V N
2016-01-22 20:17   ` Joe Hershberger
2016-01-22  8:23 ` [U-Boot] [PATCH v2 8/8] defconfig: k2g_evm_defconfig: enable net driver model Mugunthan V N
2016-01-22 20:17   ` Joe Hershberger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.