On 1/22/19 1:13 PM, René van Dorst wrote:
> Quoting Greg Ungerer :
>
>
>
/* Reset whole chip through gpio pin or memory-mapped
registers for @@ -1326,9 +1335,17 @@ static const struct
dsa_switch_ops mt7530_switch_ops = {
.port_vlan_del = mt7530_port_vlan_de
Quoting Greg Ungerer :
/* Reset whole chip through gpio pin or memory-mapped
registers for @@ -1326,9 +1335,17 @@ static const struct
dsa_switch_ops mt7530_switch_ops = {
.port_vlan_del = mt7530_port_vlan_del,
};
+static const struct of_device_id mt7530_of_match[] =
; netdev@vger.kernel.org
Cc: r...@vdorst.com; j...@phrozen.org; n...@brown.name; Greg Ungerer
Subject: [PATCHv3 2/3] net: dsa: mt7530: support the 7530 switch on the
Mediatek MT7621 SoC
From: Greg Ungerer
The MediaTek MT7621 SoC device contains a 7530 switch, and the existing linux
kernel 7530
On 22/1/19 3:04 am, Andrew Lunn wrote:
On Mon, Jan 21, 2019 at 05:11:39PM +1000, g...@kernel.org wrote:
From: Greg Ungerer
The MediaTek MT7621 SoC device contains a 7530 switch, and the existing
linux kernel 7530 DSA switch driver can be used with it.
The bulk of the changes required stem
nel.org
> Cc: r...@vdorst.com; j...@phrozen.org; n...@brown.name; Greg Ungerer
>
> Subject: [PATCHv3 2/3] net: dsa: mt7530: support the 7530 switch on the
> Mediatek MT7621 SoC
>
> From: Greg Ungerer
>
> The MediaTek MT7621 SoC device contains a 7530 switch, and the existing
On Mon, Jan 21, 2019 at 05:11:39PM +1000, g...@kernel.org wrote:
> From: Greg Ungerer
>
> The MediaTek MT7621 SoC device contains a 7530 switch, and the existing
> linux kernel 7530 DSA switch driver can be used with it.
>
> The bulk of the changes required stem from the 7621 having different
>
Hi Greg,
I love your patch! Perhaps something to improve:
[auto build test WARNING on net/master]
[also build test WARNING on v5.0-rc2 next-20190116]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/comm
From: Greg Ungerer
The MediaTek MT7621 SoC device contains a 7530 switch, and the existing
linux kernel 7530 DSA switch driver can be used with it.
The bulk of the changes required stem from the 7621 having different
regulator and pad setup. The existing setup of these in the 7530
driver appears