public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/6] device model bringup of cpsw on am335x bone black
@ 2015-09-07  8:52 Mugunthan V N
  2015-09-07  8:52 ` [U-Boot] [PATCH v2 1/6] am335x_evm: prepare for eth driver model support Mugunthan V N
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Mugunthan V N @ 2015-09-07  8:52 UTC (permalink / raw)
  To: u-boot

This patch seires enables cpsw to adopt driver model. This has
been tested on AM335x beagle bone black and GP EVM (logs [1]).
Also pushed a branch for testing [2]

This patch depends on [3] for getting cpsw address space from DT

[1]: http://pastebin.ubuntu.com/12305998/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git cpsw-dt-conversion-v2
[3]: http://patchwork.ozlabs.org/patch/504918/

Changes from initial version:
* Dropped "drivers: of: add support for get device address based on index"
  and used http://patchwork.ozlabs.org/patch/504918/ as it fixes the same
* Added AM335x GP EVM also with the series.

Mugunthan V N (6):
  am335x_evm: prepare for eth driver model support
  am335x_evm: do not define usb ether gadget when Eth DM is defined
  drivers: net: cpsw: prepare driver for device model migration
  drivers: net: cpsw: convert driver to adopt device driver model
  defconfig: am335x: bbb: enable ethernet driver model
  defconfig: am335x: gp_evm: enable ethernet driver model

 board/ti/am335x/board.c                  |   7 +
 configs/am335x_boneblack_vboot_defconfig |   1 +
 configs/am335x_gp_evm_defconfig          |   1 +
 drivers/net/cpsw.c                       | 378 +++++++++++++++++++++++++++----
 include/configs/am335x_evm.h             |   3 +
 include/cpsw.h                           |   2 +
 6 files changed, 347 insertions(+), 45 deletions(-)

-- 
2.6.0.rc0.24.gec371ff

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

end of thread, other threads:[~2015-10-22 21:20 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-07  8:52 [U-Boot] [PATCH v2 0/6] device model bringup of cpsw on am335x bone black Mugunthan V N
2015-09-07  8:52 ` [U-Boot] [PATCH v2 1/6] am335x_evm: prepare for eth driver model support Mugunthan V N
2015-10-22 21:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-07  8:52 ` [U-Boot] [PATCH v2 2/6] am335x_evm: do not define usb ether gadget when Eth DM is defined Mugunthan V N
2015-10-22 21:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-07  8:52 ` [U-Boot] [PATCH v2 3/6] drivers: net: cpsw: prepare driver for device model migration Mugunthan V N
2015-10-22 21:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-07  8:52 ` [U-Boot] [PATCH v2 4/6] drivers: net: cpsw: convert driver to adopt device driver model Mugunthan V N
2015-10-22 21:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-07  8:52 ` [U-Boot] [PATCH v2 5/6] defconfig: am335x: bbb: enable ethernet " Mugunthan V N
2015-10-22 21:19   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-07  8:52 ` [U-Boot] [PATCH v2 6/6] defconfig: am335x: gp_evm: " Mugunthan V N
2015-09-22 13:50   ` Tom Rini
2015-10-22 21:20   ` [U-Boot] [U-Boot, v2, " Tom Rini
2015-09-21 10:51 ` [U-Boot] [PATCH v2 0/6] device model bringup of cpsw on am335x bone black Mugunthan V N
2015-09-21 11:48   ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox