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

From: David Miller
Date: Fri Dec 09 2016 - 22:57:01 EST


From: Bartosz Folta <bfolta@xxxxxxxxxxx>
Date: Fri, 9 Dec 2016 10:05:46 +0000

> There are hardware PCI implementations of Cadence GEM network controller. This patch will allow to use such hardware with reuse of existing Platform Driver.

Please properly format your commit message text to 80 columns.

>
> Signed-off-by: Bartosz Folta <bfolta@xxxxxxxxxxx>
> ---
> drivers/net/ethernet/cadence/Kconfig | 9 ++
> drivers/net/ethernet/cadence/Makefile | 1 +
> drivers/net/ethernet/cadence/macb.c | 31 +++++--
> drivers/net/ethernet/cadence/macb_pci.c | 152 ++++++++++++++++++++++++++++++++
> include/linux/platform_data/macb.h | 6 ++
> 5 files changed, 194 insertions(+), 5 deletions(-) create mode 100644 drivers/net/ethernet/cadence/macb_pci.c

This patch doesn't apply to net-next, please respin.