Arınç ÜNAL ([email protected])

Number of posts: 304 (2.25 per day)
First post: 2023-01-26 19:03:14
Last post: 2023-06-11 08:42:02

Date List Subject
2023-05-22 12:27:57 linux-kernel [PATCH net-next 18/30] net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
2023-05-22 12:27:14 linux-kernel [PATCH net-next 19/30] net: dsa: mt7530: set interrupt register only for MT7530
2023-05-22 12:27:02 linux-kernel [PATCH net-next 10/30] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
2023-05-22 12:27:02 linux-kernel [PATCH net-next 07/30] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
2023-05-22 12:26:59 linux-kernel [PATCH net-next 26/30] net: dsa: mt7530: properly set MT7530_CPU_PORT
2023-05-22 12:26:57 linux-kernel [PATCH net-next 01/30] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description
2023-05-22 12:26:52 linux-kernel [PATCH net-next 29/30] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
2023-05-22 12:26:48 linux-kernel [PATCH net-next 30/30] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER
2023-05-22 12:26:47 linux-kernel [PATCH net-next 02/30] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
2023-05-22 12:26:32 linux-kernel [PATCH net-next 14/30] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
2023-05-22 12:26:31 linux-kernel [PATCH net-next 23/30] net: dsa: mt7530: run mt7530_pll_setup() only with 40 MHz XTAL
2023-05-22 12:26:29 linux-kernel [PATCH net-next 20/30] net: dsa: mt7530: properly reset MT7531 switch
2023-05-22 12:26:26 linux-kernel [PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
2023-05-22 12:26:04 linux-kernel [PATCH net-next 22/30] net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switch
2023-05-22 12:26:00 linux-kernel [PATCH net-next 05/30] net: dsa: mt7530: read XTAL value from correct register
2023-05-22 12:25:59 linux-kernel [PATCH net-next 09/30] net: dsa: mt7530: empty default case on mt7530_setup_port5()
2023-05-22 12:20:14 linux-kernel [PATCH net-next 17/30] net: dsa: mt7530: fix port capabilities for MT7988
2023-05-22 11:14:39 linux-kernel [PATCH net] net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs
2023-05-02 21:12:17 linux-kernel [PATCH v3 net 1/2] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
2023-05-02 21:11:50 linux-kernel [PATCH v3 net 2/2] net: dsa: mt7530: fix network connectivity with multiple CPU ports
2023-05-01 17:55:27 linux-kernel [PATCH v2 net 2/2] net: dsa: mt7530: fix network connectivity with multiple CPU ports
2023-05-01 17:53:38 linux-kernel [PATCH v2 net 1/2] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
2023-05-01 12:17:07 linux-kernel [PATCH net 2/2] net: dsa: mt7530: fix network connectivity with multiple CPU ports
2023-05-01 12:16:45 linux-kernel [PATCH net 1/2] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
2023-04-25 08:45:26 linux-kernel [PATCH net-next 21/24] net: dsa: mt7530: force link-down on MACs before reset on MT7530
2023-04-25 08:45:14 linux-kernel [PATCH net-next 24/24] net: dsa: mt7530: run mt7530_pll_setup() only with 40 MHz XTAL
2023-04-25 08:44:35 linux-kernel [PATCH net-next 22/24] net: dsa: mt7530: get rid of useless error returns on phylink code path
2023-04-25 08:41:59 linux-kernel [PATCH net-next 23/24] net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switch
2023-04-25 08:33:48 linux-kernel [PATCH net-next 20/24] net: dsa: mt7530: set interrupt register only for MT7530
2023-04-25 08:33:43 linux-kernel [PATCH net-next 19/24] net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
2023-04-25 08:33:41 linux-kernel [PATCH net-next 18/24] net: dsa: mt7530: fix port capabilities for MT7988
2023-04-25 08:33:35 linux-kernel [PATCH net-next 17/24] net: dsa: mt7530: move lowering port 5 RGMII driving to mt7530_setup()
2023-04-25 08:33:26 linux-kernel [PATCH net-next 16/24] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
2023-04-25 08:33:21 linux-kernel [PATCH net-next 15/24] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
2023-04-25 08:33:15 linux-kernel [PATCH net-next 14/24] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
2023-04-25 08:33:10 linux-kernel [PATCH net-next 13/24] net: dsa: mt7530: move XTAL check to mt7530_setup()
2023-04-25 08:33:09 linux-kernel [PATCH net-next 12/24] net: dsa: mt7530: remove pad_setup function pointer
2023-04-25 08:32:47 linux-kernel [PATCH net-next 10/24] net: dsa: mt7530: empty default case on mt7530_setup_port5()
2023-04-25 08:32:46 linux-kernel [PATCH net-next 11/24] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
2023-04-25 08:32:31 linux-kernel [PATCH net-next 09/24] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
2023-04-25 08:32:19 linux-kernel [PATCH net-next 08/24] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
2023-04-25 08:32:13 linux-kernel [PATCH net-next 07/24] net: dsa: mt7530: improve code path for setting up port 5
2023-04-25 08:32:05 linux-kernel [PATCH net-next 06/24] net: dsa: mt7530: read XTAL value from correct register
2023-04-25 08:31:58 linux-kernel [PATCH net-next 05/24] net: dsa: mt7530: improve comments regarding port 5 and 6
2023-04-25 08:31:47 linux-kernel [PATCH net-next 04/24] net: dsa: mt7530: properly support MT7531AE and MT7531BE
2023-04-25 08:31:37 linux-kernel [PATCH net-next 03/24] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
2023-04-25 08:31:33 linux-kernel [PATCH net-next 02/24] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description
2023-04-25 08:31:31 linux-kernel [PATCH net-next 01/24] net: dsa: mt7530: fix corrupt frames using trgmii on 40 MHz XTAL MT7621
2023-04-25 08:31:25 linux-kernel [PATCH net-next 00/24] net: dsa: MT7530, MT7531, and MT7988 improvements
2023-04-21 14:55:12 linux-kernel [RFC PATCH net-next 21/22] net: dsa: mt7530: get rid of useless error returns on phylink code path
2023-04-21 14:54:11 linux-kernel [RFC PATCH net-next 22/22] net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switch