summaryrefslogtreecommitdiff
path: root/samples/kdb/Makefile
AgeCommit message (Expand)Author
2010-10-29kdb: Add kdb kernel module sampleJason Wessel
re> net: dsa: propagate resolved link config via mac_link_up() 2020-02-26T10:07:54+00:00 Russell King rmk+kernel@armlinux.org.uk 2020-02-21T20:20:15+00:00 071cea8873ff097bef2c4e22e0e28ded112cad89 Propagate the resolved link configuration down via DSA's phylink_mac_link_up() operation to allow split PCS/MAC to work. Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Propagate the resolved link configuration down via DSA's
phylink_mac_link_up() operation to allow split PCS/MAC to work.

Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
net: phylink: propagate resolved link config via mac_link_up() 2020-02-26T10:07:42+00:00 Russell King rmk+kernel@armlinux.org.uk 2020-02-21T20:19:23+00:00 f96b64978af540dc7278c16b161d09e08cf13e00 Propagate the resolved link parameters via the mac_link_up() call for MACs that do not automatically track their PCS state. We propagate the link parameters via function arguments so that inappropriate members of struct phylink_link_state can't be accessed, and creating a new structure just for this adds needless complexity to the API. Tested-by: Andre Przywara <andre.przywara@arm.com> Tested-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Propagate the resolved link parameters via the mac_link_up() call for
MACs that do not automatically track their PCS state. We propagate the
link parameters via function arguments so that inappropriate members
of struct phylink_link_state can't be accessed, and creating a new
structure just for this adds needless complexity to the API.

Tested-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Tested-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>