Searched +full:mt7530 +full:- +full:dsa +full:- +full:port (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/dsa/mediatek,mt7530.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Mediatek MT7530 and MT7531 Ethernet Switches10 - Arınç ÜNAL <arinc.unal@arinc9.com>11 - Landen Chao <Landen.Chao@mediatek.com>12 - DENG Qingfang <dqfext@gmail.com>13 - Sean Wang <sean.wang@mediatek.com>14 - Daniel Golle <daniel@makrotopia.org>[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Mediatek MT7530 DSA Switch driver23 #include <net/dsa.h>26 #include "mt7530.h"49 if (priv->bus) in mt7530_mutex_lock()50 mutex_lock_nested(&priv->bus->mdio_lock, MDIO_MUTEX_NESTED); in mt7530_mutex_lock()56 if (priv->bus) in mt7530_mutex_unlock()57 mutex_unlock(&priv->bus->mdio_lock); in mt7530_mutex_unlock()63 struct mii_bus *bus = priv->bus; in core_write()69 ret = bus->write(bus, MT753X_CTRL_PHY_ADDR(priv->mdiodev->addr), in core_write()[all …]