Re: [U-Boot] [U-Boot PATCH v2 10/12] keystone2: net: add keystone ethernet driver

2014-03-12 Thread Tom Rini
On Wed, Mar 12, 2014 at 03:04:04PM -0400, Murali Karicheri wrote: > On 2/25/2014 5:11 PM, Rini, Tom wrote: > >On Thu, Feb 20, 2014 at 12:55:12PM -0500, Murali Karicheri wrote: > > > >>From: Vitaly Andrianov > >> > >>Ethernet driver configures the CPSW, SGMI and Phy and uses > >>the the Navigator A

Re: [U-Boot] [U-Boot PATCH v2 10/12] keystone2: net: add keystone ethernet driver

2014-03-12 Thread Murali Karicheri
On 2/25/2014 5:11 PM, Rini, Tom wrote: On Thu, Feb 20, 2014 at 12:55:12PM -0500, Murali Karicheri wrote: From: Vitaly Andrianov Ethernet driver configures the CPSW, SGMI and Phy and uses the the Navigator APIs. The driver supports 4 Ethernet ports and can work with only one port at a time. F

Re: [U-Boot] [U-Boot PATCH v2 10/12] keystone2: net: add keystone ethernet driver

2014-02-25 Thread Tom Rini
On Thu, Feb 20, 2014 at 12:55:12PM -0500, Murali Karicheri wrote: > From: Vitaly Andrianov > > Ethernet driver configures the CPSW, SGMI and Phy and uses > the the Navigator APIs. The driver supports 4 Ethernet ports and > can work with only one port at a time. First, can we just use things in

[U-Boot] [U-Boot PATCH v2 10/12] keystone2: net: add keystone ethernet driver

2014-02-20 Thread Murali Karicheri
From: Vitaly Andrianov Ethernet driver configures the CPSW, SGMI and Phy and uses the the Navigator APIs. The driver supports 4 Ethernet ports and can work with only one port at a time. Port configurations are defined in board.c. Signed-off-by: Vitaly Andrianov Signed-off-by: Murali Karicheri