Re: net: hix5hd2_gmac uninitialized net_device

2017-02-16 Thread Marty Plummer
On Wed, Feb 15, 2017 at 02:18:14PM +0800, Dongpo Li wrote: > Hi Marty, > > On 2017/2/15 7:59, Marty Plummer wrote: > > On Mon, Feb 13, 2017 at 09:25:38AM +0800, Dongpo Li wrote: > Currently this driver can't support Hi3521a soc because of some new changes. > I don't kno

Re: net: hix5hd2_gmac uninitialized net_device

2017-02-14 Thread Marty Plummer
On Mon, Feb 13, 2017 at 09:25:38AM +0800, Dongpo Li wrote: > > > On 2017/2/11 8:51, Marty Plummer wrote: > > On Fri, Feb 10, 2017 at 06:21:35PM +0800, Dongpo Li wrote: > >> I think the error "No irq resource" happened for some other reason, has no > >

Re: net: hix5hd2_gmac uninitialized net_device

2017-02-10 Thread Marty Plummer
On Fri, Feb 10, 2017 at 06:21:35PM +0800, Dongpo Li wrote: > I think the error "No irq resource" happened for some other reason, has no > relation with > the info "(unnamed net_device) (uninitialized):". > You can add more debug info to find bug. Do you have any particular suggestions as to what

net: hix5hd2_gmac uninitialized net_device

2017-02-09 Thread Marty Plummer
On Fri, Feb 10, 2017 at 01:41:18AM -0600, Marty Plummer wrote: > Greetings. > > I think I may have found a bug with the hix5hd2_gmac driver; unless I'm > missing something, it appears that somehow the net_device struct is not > being initialized properly in the hix5hd2_dev

[no subject]

2017-02-09 Thread Marty Plummer
Greetings. I think I may have found a bug with the hix5hd2_gmac driver; unless I'm missing something, it appears that somehow the net_device struct is not being initialized properly in the hix5hd2_dev_probe function. Having set up my devicetree properly (I hope, still new to this), I first