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

2016-12-21 Thread Bartosz Folta
> And one more > > + plat_info.dma_mask = DMA_BIT_MASK(32); > > Perhaps > plat_info.dma_mask = pdev->dma_mask; > ? Thank you. I tested your suggestion. I have sent second version of patch. https://patchwork.ozlabs.org/patch/707800/ Regards, Bartosz Folta

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

2016-12-21 Thread Andy Shevchenko
On Wed, Dec 21, 2016 at 2:16 PM, Andy Shevchenko wrote: > On Wed, Dec 21, 2016 at 1:53 PM, Bartosz Folta 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

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

2016-12-21 Thread Andy Shevchenko
On Wed, Dec 21, 2016 at 1:53 PM, Bartosz Folta wrote: > Please find link to patch holding changes that you suggested: > https://lkml.kernel.org/r/sn1pr0701mb1951b994f86160a24c436f30cc...@sn1pr0701mb1951.namprd07.prod.outlook.com > > Here is alternative link to mentioned patch.

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

2016-12-21 Thread Bartosz Folta
Please find link to patch holding changes that you suggested: https://lkml.kernel.org/r/sn1pr0701mb1951b994f86160a24c436f30cc...@sn1pr0701mb1951.namprd07.prod.outlook.com Here is alternative link to mentioned patch. https://patchwork.ozlabs.org/patch/707720/ I think that there is a delay on some

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

2016-12-18 Thread Andy Shevchenko
On Wed, Dec 14, 2016 at 8:39 AM, Bartosz Folta wrote: > There are hardware PCI implementations of Cadence GEM network > controller. This patch will allow to use such hardware with reuse of > existing Platform Driver. Since it's already applied, perhaps you would consider

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

2016-12-17 Thread David Miller
From: Bartosz Folta Date: Wed, 14 Dec 2016 06:39:15 + > There are hardware PCI implementations of Cadence GEM network > controller. This patch will allow to use such hardware with reuse of > existing Platform Driver. > > Signed-off-by: Bartosz Folta