Re: [PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-16 Thread David Miller
From: Hemanth Puranik Date: Wed, 16 May 2018 06:40:53 +0530 > This patch introduces ops structure for sgmii, This by ensures that > we do not need dummy functions in case of emulation platforms. > > Signed-off-by: Hemanth Puranik Applied to

Re: [PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-16 Thread David Miller
From: Hemanth Puranik Date: Wed, 16 May 2018 06:40:53 +0530 > This patch introduces ops structure for sgmii, This by ensures that > we do not need dummy functions in case of emulation platforms. > > Signed-off-by: Hemanth Puranik Applied to net-next.

Re: [PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-15 Thread Timur Tabi
On 5/15/18 8:10 PM, Hemanth Puranik wrote: This patch introduces ops structure for sgmii, This by ensures that we do not need dummy functions in case of emulation platforms. Signed-off-by: Hemanth Puranik Acked-by: Timur Tabi -- Qualcomm

Re: [PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-15 Thread Timur Tabi
On 5/15/18 8:10 PM, Hemanth Puranik wrote: This patch introduces ops structure for sgmii, This by ensures that we do not need dummy functions in case of emulation platforms. Signed-off-by: Hemanth Puranik Acked-by: Timur Tabi -- Qualcomm Datacenter Technologies, Inc. as an affiliate of

[PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-15 Thread Hemanth Puranik
This patch introduces ops structure for sgmii, This by ensures that we do not need dummy functions in case of emulation platforms. Signed-off-by: Hemanth Puranik --- drivers/net/ethernet/qualcomm/emac/emac-mac.c | 5 +-

[PATCH] net: qcom/emac: Encapsulate sgmii ops under one structure

2018-05-15 Thread Hemanth Puranik
This patch introduces ops structure for sgmii, This by ensures that we do not need dummy functions in case of emulation platforms. Signed-off-by: Hemanth Puranik --- drivers/net/ethernet/qualcomm/emac/emac-mac.c | 5 +- drivers/net/ethernet/qualcomm/emac/emac-sgmii.c | 128