Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1724238

Re: [PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link status changes

From Andrew Lunn <andrew@lunn.ch>
Newsgroups linux.kernel
Subject Re: [PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link status changes
Date 2017-08-31 15:50 +0200
Message-ID <uky13-6he-3@gated-at.bofh.it> (permalink)
References <ukrVE-2Bh-7@gated-at.bofh.it> <ukrVE-2Bh-21@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Aug 31, 2017 at 09:12:55AM +0200, Antoine Tenart wrote:
> +static void mvpp22_gop_unmask_irq(struct mvpp2_port *port)
> +{
> +	u32 val;
> +
> +	if (port->phy_interface == PHY_INTERFACE_MODE_RGMII ||
> +	    port->phy_interface == PHY_INTERFACE_MODE_RGMII_ID ||
> +	    port->phy_interface == PHY_INTERFACE_MODE_RGMII_RXID ||
> +	    port->phy_interface == PHY_INTERFACE_MODE_RGMII_TXID ||

Hi Antoine

phy_interface_mode_is_rgmii()

	Andrew

Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link status changes Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-08-31 09:20 +0200
  Re: [PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link  status changes Andrew Lunn <andrew@lunn.ch> - 2017-08-31 15:50 +0200
    Re: [PATCH net-next 2/3] net: mvpp2: use the GoP interrupt for link  status changes Antoine Tenart <antoine.tenart@free-electrons.com> - 2017-08-31 16:00 +0200

csiph-web