Re: [PATCH V3] net: emac: emac gigabit ethernet controller driver

2016-04-08 Thread Vikram Sethi
to program it in concert with the > Emac. You can't really treat it separately. > > So I'm beginning to believe that Gilad's driver is actually correct as-is. > There are a few minor bug fixes, but in general it's correct. I would like > to post a V4 soon that has those min

Re: [PATCH 1/2] [v4] net: emac: emac gigabit ethernet controller driver

2016-04-14 Thread Vikram Sethi
>> if (ret) { >> ret = dma_set_mask_and_coherent(dev, DMA_BIT_MASK(32)); >> if (ret) { >> dev_err(dev, "failed to set dma mask\n"); >> return ret; >> }