Re: [U-Boot] [PATCH v3]net: Wrong Initialization in davinci-emac driver

2016-02-01 Thread Vishwas Srivastava
Author: Vishwas Srivastava Date: Mon Jan 25 21:28:17 2016 +0530 Wrong Initialization in davinci emac driver emac module of the davinci platform supports only 8 tx and 8 rx channels (total 16). emac driver for davinci platform, however, while doing initialization of the dma descriptor head

Re: [U-Boot] [PATCH v2]net: Wrong Initialization in davinci-emac driver

2016-01-29 Thread Vishwas Srivastava
Author: Vishwas Srivastava Date: Mon Jan 25 21:28:17 2016 +0530 Wrong Initialization in davinci emac driver emac module of the davinci platform supports only 8 tx and 8 rx channels (total 16). emac driver for davinci platform, however, while doing initialization of the dma descriptor head

Re: [U-Boot] [PATCH v2]net: null check after pointer dereference

2016-01-29 Thread Vishwas Srivastava
Author: Vishwas Srivastava Date: Tue Jan 26 12:46:42 2016 +0530 null check after pointer dereference NULL check is made after the pointer dereference in davinci-emac driver. This patch fixes this issue. Signed-off-by: Vishwas Srivastava CC: Joe Hershberger Reviewed-by: Tom Rini Changes

[U-Boot] [PATCH] net : null check after pointer dereference

2016-01-25 Thread Vishwas Srivastava
Author: Vishwas Srivastava Date: Tue Jan 26 12:46:42 2016 +0530 null check after pointer dereference NULL check is made after the pointer dereference is davinci- emac driver. This patch fixes this issue. CC: Sergey Kubushyn ;Joe Hershberger < joe.hershber...@ni.

[U-Boot] [PATCH]: net: Wrong Initialization in davinci-emac driver

2016-01-25 Thread Vishwas Srivastava
Author: Vishwas Srivastava Date: Mon Jan 25 21:28:17 2016 +0530 Wrong Initialization in davinci emac driver emac module of the davinci platform supports only 8 tx and 8 rx channels (total 16). emac driver for davinci platform, however, while doing initialization of the dma