Searched hist:"61 c77126278eb950010d2ed944c3bc09d10e0eb4" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_ptp.h | diff 61c77126278eb950010d2ed944c3bc09d10e0eb4 Fri Oct 11 18:18:14 CDT 2019 Vladimir Oltean <olteanv@gmail.com> net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
The new rule (as already started for sja1105_tas.h) is for functions of optional driver components (ones which may be disabled via Kconfig - PTP and TAS) to take struct dsa_switch *ds instead of struct sja1105_private *priv as first argument.
This is so that forward-declarations of struct sja1105_private can be avoided.
So make sja1105_ptp.h the second user of this rule.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sja1105_ptp.c | diff 61c77126278eb950010d2ed944c3bc09d10e0eb4 Fri Oct 11 18:18:14 CDT 2019 Vladimir Oltean <olteanv@gmail.com> net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
The new rule (as already started for sja1105_tas.h) is for functions of optional driver components (ones which may be disabled via Kconfig - PTP and TAS) to take struct dsa_switch *ds instead of struct sja1105_private *priv as first argument.
This is so that forward-declarations of struct sja1105_private can be avoided.
So make sja1105_ptp.h the second user of this rule.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sja1105_spi.c | diff 61c77126278eb950010d2ed944c3bc09d10e0eb4 Fri Oct 11 18:18:14 CDT 2019 Vladimir Oltean <olteanv@gmail.com> net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
The new rule (as already started for sja1105_tas.h) is for functions of optional driver components (ones which may be disabled via Kconfig - PTP and TAS) to take struct dsa_switch *ds instead of struct sja1105_private *priv as first argument.
This is so that forward-declarations of struct sja1105_private can be avoided.
So make sja1105_ptp.h the second user of this rule.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sja1105.h | diff 61c77126278eb950010d2ed944c3bc09d10e0eb4 Fri Oct 11 18:18:14 CDT 2019 Vladimir Oltean <olteanv@gmail.com> net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
The new rule (as already started for sja1105_tas.h) is for functions of optional driver components (ones which may be disabled via Kconfig - PTP and TAS) to take struct dsa_switch *ds instead of struct sja1105_private *priv as first argument.
This is so that forward-declarations of struct sja1105_private can be avoided.
So make sja1105_ptp.h the second user of this rule.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | sja1105_main.c | diff 61c77126278eb950010d2ed944c3bc09d10e0eb4 Fri Oct 11 18:18:14 CDT 2019 Vladimir Oltean <olteanv@gmail.com> net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument
The new rule (as already started for sja1105_tas.h) is for functions of optional driver components (ones which may be disabled via Kconfig - PTP and TAS) to take struct dsa_switch *ds instead of struct sja1105_private *priv as first argument.
This is so that forward-declarations of struct sja1105_private can be avoided.
So make sja1105_ptp.h the second user of this rule.
Signed-off-by: Vladimir Oltean <olteanv@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|