[PATCH v3] net: macb: Updated resource allocation function calls to new version of API.

2017-01-02 Thread Bartosz Folta
: Bartosz Folta --- Changed in v3: Commit message. --- Changed in v2: Size of DMA mask is set based on value held by PCI device. --- drivers/net/ethernet/cadence/macb_pci.c | 27 ++- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/drivers/net/ethernet/cadence

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

[PATCH v2] net: macb: Applied changes according to review made by Andy Shevchenko.

2016-12-21 Thread Bartosz Folta
This patch is sent in regard to recently applied patch Commit 83a77e9ec4150ee4acc635638f7dedd9da523a26 net: macb: Added PCI wrapper for Platform Driver. Signed-off-by: Bartosz Folta --- Changed in v2: Size of DMA mask is set based on value held by PCI device. --- drivers/net/ethernet/cadence

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

2016-12-21 Thread Bartosz Folta
mailing lists (marc.info and mail-archive.com). Latest messages I found there are from December 16th 2016. Regards, Bartosz Folta

[PATCH] net: macb: Applied changes according to review made by Andy Shevchenko.

2016-12-21 Thread Bartosz Folta
This patch is sent in regard to recently applied patch Commit 83a77e9ec4150ee4acc635638f7dedd9da523a26 net: macb: Added PCI wrapper for Platform Driver. Andy's review does not appear on mailing lists. I can't reference it. Signed-off-by: Bartosz Folta --- drivers/net/ethernet/cadence/

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

2016-12-13 Thread Bartosz Folta
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 --- Changed in v3: Fixed dependencies in Kconfig. --- Changed in v2: Respin to net-next. Changed patch

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

2016-12-12 Thread Bartosz Folta
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 --- Changed in v2: Respin to net-next. Changed patch formatting. --- drivers/net/ethernet/cadence/Kconfig

[PATCH net-next] net: macb: Added PCI wrapper for Platform Driver.

2016-12-09 Thread Bartosz Folta
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 --- drivers/net/ethernet/cadence/Kconfig| 9 ++ drivers/net/ethernet/cadence/Makefile | 1