All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/6] device model bringup of cpsw on am335x bone black
@ 2015-09-02 11:15 Mugunthan V N
  2015-09-02 11:15 ` [U-Boot] [PATCH 1/6] drivers: of: add support for get device address based on index Mugunthan V N
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Mugunthan V N @ 2015-09-02 11:15 UTC (permalink / raw)
  To: u-boot

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

[1]: http://pastebin.ubuntu.com/12252448/
[2]: git://git.ti.com/~mugunthanvnm/ti-u-boot/mugunth-ti-u-boot.git cpsw-dt-conversion

Mugunthan V N (6):
  drivers: of: add support for get device address based on index
  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

 board/ti/am335x/board.c                  |   7 +
 configs/am335x_boneblack_vboot_defconfig |   1 +
 drivers/core/device.c                    |  18 ++
 drivers/net/cpsw.c                       | 379 +++++++++++++++++++++++++++----
 include/configs/am335x_evm.h             |   3 +
 include/cpsw.h                           |   2 +
 include/dm/device.h                      |  10 +
 include/fdtdec.h                         |  14 ++
 lib/fdtdec.c                             |  35 +++
 9 files changed, 424 insertions(+), 45 deletions(-)

-- 
2.5.1.522.g7aa67f6

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

end of thread, other threads:[~2015-09-06 11:14 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-02 11:15 [U-Boot] [PATCH 0/6] device model bringup of cpsw on am335x bone black Mugunthan V N
2015-09-02 11:15 ` [U-Boot] [PATCH 1/6] drivers: of: add support for get device address based on index Mugunthan V N
2015-09-04  0:58   ` Simon Glass
2015-09-06 10:39     ` Mugunthan V N
2015-09-02 11:15 ` [U-Boot] [PATCH 2/6] am335x_evm: prepare for eth driver model support Mugunthan V N
2015-09-02 13:15   ` Tom Rini
2015-09-04 15:38   ` Joe Hershberger
2015-09-02 11:15 ` [U-Boot] [PATCH 3/6] am335x_evm: do not define usb ether gadget when Eth DM is defined Mugunthan V N
2015-09-02 13:15   ` Tom Rini
2015-09-02 11:15 ` [U-Boot] [PATCH 4/6] drivers: net: cpsw: prepare driver for device model migration Mugunthan V N
2015-09-04  0:58   ` Simon Glass
2015-09-02 11:15 ` [U-Boot] [PATCH 5/6] drivers: net: cpsw: convert driver to adopt device driver model Mugunthan V N
2015-09-04  0:58   ` Simon Glass
2015-09-06 11:14     ` Mugunthan V N
2015-09-02 11:15 ` [U-Boot] [PATCH 6/6] defconfig: am335x: bbb: enable ethernet " Mugunthan V N
2015-09-02 13:16   ` Tom Rini
2015-09-02 13:15 ` [U-Boot] [PATCH 0/6] device model bringup of cpsw on am335x bone black Tom Rini

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.