Re: [net-next PATCHv6 2/2] net: socionext: Add NetSec driver

2017-09-02 Thread kbuild test robot
Hi Jassi, [auto build test ERROR on net-next/master] url: https://github.com/0day-ci/linux/commits/Jassi-Brar/net-ethernet-Socionext-Netsec/20170902-181854 config: x86_64-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached

Re: [net-next PATCHv6 2/2] net: socionext: Add NetSec driver

2017-09-02 Thread kbuild test robot
Hi Jassi, [auto build test WARNING on net-next/master] url: https://github.com/0day-ci/linux/commits/Jassi-Brar/net-ethernet-Socionext-Netsec/20170902-181854 config: i386-allmodconfig (attached as .config) compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901 reproduce: # save the attached

Re: [net-next PATCHv6 2/2] net: socionext: Add NetSec driver

2017-08-31 Thread Jassi Brar
On Wed, Aug 30, 2017 at 10:47 PM, Andrew Lunn wrote: >> +static int netsec_mac_update_to_phy_state(struct netsec_priv *priv) >> +{ >> + struct phy_device *phydev = priv->ndev->phydev; >> + u32 value = 0; >> + >> + value = phydev->duplex ?

Re: [net-next PATCHv6 2/2] net: socionext: Add NetSec driver

2017-08-30 Thread Andrew Lunn
> +static int netsec_mac_update_to_phy_state(struct netsec_priv *priv) > +{ > + struct phy_device *phydev = priv->ndev->phydev; > + u32 value = 0; > + > + value = phydev->duplex ? NETSEC_GMAC_MCR_REG_FULL_DUPLEX_COMMON : > +

[net-next PATCHv6 2/2] net: socionext: Add NetSec driver

2017-08-30 Thread Jassi Brar
This driver adds support for Socionext "netsec" IP Gigabit Ethernet + PHY IP used in a variety of their ARM-based ASICs. Signed-off-by: Jassi Brar --- drivers/net/ethernet/Kconfig | 1 + drivers/net/ethernet/Makefile | 1