Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-28 Thread Mugunthan V N
On Thursday 28 April 2016 10:03 AM, Joe Hershberger wrote:
> On Wed, Apr 27, 2016 at 1:37 AM, Mugunthan V N  wrote:
>> On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote:
>>> On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
>>>  wrote:
 On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N  wrote:
> Enable eth driver model for am437x_gp_evm as cpsw supports
> driver model.
>
> Signed-off-by: Mugunthan V N 
> Reviewed-by: Tom Rini 

 Acked-by: Joe Hershberger 
>>>
>>> This patch does not apply cleanly.
>>>
>>
>> Here is the fix on top of u-boot/master, do you want me to post a new
>> version of these patches?
> 
> It would be helpful to resend the series on top of current master.
> 

Ok, will send it today.

Regards
Mugunthan V N

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-27 Thread Joe Hershberger
On Wed, Apr 27, 2016 at 1:37 AM, Mugunthan V N  wrote:
> On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote:
>> On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
>>  wrote:
>>> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N  wrote:
 Enable eth driver model for am437x_gp_evm as cpsw supports
 driver model.

 Signed-off-by: Mugunthan V N 
 Reviewed-by: Tom Rini 
>>>
>>> Acked-by: Joe Hershberger 
>>
>> This patch does not apply cleanly.
>>
>
> Here is the fix on top of u-boot/master, do you want me to post a new
> version of these patches?

It would be helpful to resend the series on top of current master.

Thanks,
-Joe
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-27 Thread Mugunthan V N
On Wednesday 27 April 2016 03:08 AM, Joe Hershberger wrote:
> On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
>  wrote:
>> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N  wrote:
>>> Enable eth driver model for am437x_gp_evm as cpsw supports
>>> driver model.
>>>
>>> Signed-off-by: Mugunthan V N 
>>> Reviewed-by: Tom Rini 
>>
>> Acked-by: Joe Hershberger 
> 
> This patch does not apply cleanly.
> 

Here is the fix on top of u-boot/master, do you want me to post a new
version of these patches?

diff --git a/configs/am437x_gp_evm_defconfig
b/configs/am437x_gp_evm_defconfig
index 03b02ac..f098fd3 100644
--- a/configs/am437x_gp_evm_defconfig
+++ b/configs/am437x_gp_evm_defconfig
@@ -47,3 +47,4 @@ CONFIG_USB_GADGET_DOWNLOAD=y
 CONFIG_G_DNL_MANUFACTURER="Texas Instruments"
 CONFIG_G_DNL_VENDOR_NUM=0x0403
 CONFIG_G_DNL_PRODUCT_NUM=0xbd00
+CONFIG_DM_ETH=y

Regards
Mugunthan V N
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-26 Thread Joe Hershberger
On Mon, Apr 25, 2016 at 5:01 PM, Joe Hershberger
 wrote:
> On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N  wrote:
>> Enable eth driver model for am437x_gp_evm as cpsw supports
>> driver model.
>>
>> Signed-off-by: Mugunthan V N 
>> Reviewed-by: Tom Rini 
>
> Acked-by: Joe Hershberger 

This patch does not apply cleanly.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-25 Thread Joe Hershberger
On Tue, Apr 12, 2016 at 3:46 AM, Mugunthan V N  wrote:
> Enable eth driver model for am437x_gp_evm as cpsw supports
> driver model.
>
> Signed-off-by: Mugunthan V N 
> Reviewed-by: Tom Rini 

Acked-by: Joe Hershberger 
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH v2 10/12] defconfig: am437x_gp_evm: enable eth driver model

2016-04-12 Thread Mugunthan V N
Enable eth driver model for am437x_gp_evm as cpsw supports
driver model.

Signed-off-by: Mugunthan V N 
Reviewed-by: Tom Rini 
---
 configs/am437x_gp_evm_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig
index 356f6fd..760e1f3 100644
--- a/configs/am437x_gp_evm_defconfig
+++ b/configs/am437x_gp_evm_defconfig
@@ -22,3 +22,4 @@ CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y
 CONFIG_USB=y
 CONFIG_USB_GADGET=y
+CONFIG_DM_ETH=y
-- 
2.8.1.101.g72d917a

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot