Re: [PATCH v3] net: macb: Added PCI wrapper for Platform Driver.

From: Andy Shevchenko
Date: Wed Dec 21 2016 - 07:22:34 EST


On Wed, Dec 21, 2016 at 2:16 PM, Andy Shevchenko
<andy.shevchenko@xxxxxxxxx> wrote:
> On Wed, Dec 21, 2016 at 1:53 PM, Bartosz Folta <bfolta@xxxxxxxxxxx> wrote:

>> I think that there is a delay on some mailing lists (marc.info and
>> mail-archive.com). Latest messages I found there are from December
>> 16th 2016.
>
> You may refer to
> https://www.spinics.net/lists/netdev/msg410864.html

And one more

+ plat_info.dma_mask = DMA_BIT_MASK(32);

Perhaps
plat_info.dma_mask = pdev->dma_mask;
?

--
With Best Regards,
Andy Shevchenko