index
:
pub/scm/linux/kernel/git/jth/linux.git
master
jth kernel tree
Johannes Thumshirn
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
microchip
/
lan937x_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-08
net: dsa: microchip: move the drive strength config out of the common section
Bastien Curutchet (Schneider Electric)
1
-4
/
+0
2026-07-08
net: dsa: microchip: split port_max_mtu() implementation
Vladimir Oltean
1
-1
/
+1
2026-06-12
net: dsa: microchip: implement port_teardown only if needed
Bastien Curutchet (Schneider Electric)
1
-1
/
+0
2026-06-12
net: dsa: microchip: implement lan937x-specific MDIO registration
Bastien Curutchet (Schneider Electric)
1
-3
/
+97
2026-06-12
net: dsa: microchip: implement port_hsr_join for KSZ9477 only
Bastien Curutchet (Schneider Electric)
1
-2
/
+0
2026-06-12
net: dsa: microchip: implement .{get/set}_wol only if needed
Bastien Curutchet (Schneider Electric)
1
-2
/
+0
2026-06-12
net: dsa: microchip: implement .support_eee() only if needed
Bastien Curutchet (Schneider Electric)
1
-2
/
+0
2026-06-12
net: dsa: microchip: remove setup_rgmii_delay() KSZ operation
Bastien Curutchet (Schneider Electric)
1
-2
/
+15
2026-06-12
net: dsa: microchip: implement get_phy_flags only if needed
Bastien Curutchet (Schneider Electric)
1
-1
/
+0
2026-06-12
net: dsa: microchip: remove useless common cls_flower_{add/del} operations
Bastien Curutchet (Schneider Electric)
1
-2
/
+0
2026-05-22
net: dsa: microchip: bypass dev_ops for phy_read()/phy_write()
Bastien Curutchet (Schneider Electric)
1
-8
/
+21
2026-05-22
net: dsa: microchip: bypass dev_ops for port_setup()
Bastien Curutchet (Schneider Electric)
1
-2
/
+18
2026-05-22
net: dsa: microchip: bypass dev_ops->setup() and teardown() for lan937x
Vladimir Oltean
1
-11
/
+105
2026-05-22
net: dsa: microchip: don't reset on shutdown or driver removal
Vladimir Oltean
1
-6
/
+0
2026-05-14
net: dsa: microchip: bypass dev_ops for phylink_get_caps()
Vladimir Oltean
1
-3
/
+6
2026-05-14
net: dsa: microchip: bypass dev_ops for mirror operations
Vladimir Oltean
1
-4
/
+2
2026-05-14
net: dsa: microchip: bypass dev_ops for FDB and MDB operations
Vladimir Oltean
1
-10
/
+5
2026-05-14
net: dsa: microchip: bypass dev_ops for VLAN operations
Vladimir Oltean
1
-6
/
+3
2026-05-14
net: dsa: microchip: bypass dev_ops for change_mtu() operation
Vladimir Oltean
1
-4
/
+3
2026-05-14
net: dsa: microchip: bypass dev_ops for FDB ageing operations
Vladimir Oltean
1
-5
/
+4
2026-05-08
net: dsa: microchip: split ksz_connect_tag_protocol()
Bastien Curutchet (Schneider Electric)
1
-1
/
+16
2026-05-08
net: dsa: microchip: split ksz_get_tag_protocol()
Vladimir Oltean
1
-1
/
+8
2026-05-08
net: dsa: microchip: ensure each ksz_dev_ops has its own dsa_switch_ops
Vladimir Oltean
1
-0
/
+62
2026-05-08
net: dsa: microchip: move phylink_mac_ops to individual drivers
Vladimir Oltean
1
-0
/
+8
2026-05-08
net: dsa: microchip: move KSZ9477 and LAN937 ksz_dev_ops to individual drivers
Vladimir Oltean
1
-17
/
+55
2025-11-20
net: dsa: microchip: lan937x: Fix RGMII delay tuning
Oleksij Rempel
1
-0
/
+1
2024-12-19
net: dsa: microchip: Fix LAN937X set_ageing_time function
Tristram Ha
1
-3
/
+59
2024-11-11
net: dsa: microchip: add support for side MDIO interface in LAN937x
Oleksij Rempel
1
-16
/
+210
2024-07-08
net: dsa: microchip: lan9371/2: update MAC capabilities for port 4
Oleksij Rempel
1
-2
/
+4
2024-07-04
net: dsa: microchip: lan937x: Add error handling in lan937x_setup
Oleksij Rempel
1
-10
/
+17
2024-07-03
net: dsa: microchip: lan937x: disable VPHY support
Lucas Stach
1
-0
/
+3
2024-07-03
net: dsa: microchip: lan9371/2: add 100BaseTX PHY support
Lucas Stach
1
-0
/
+4
2023-05-30
net: dsa: microchip: add an enum for regmap widths
Vladimir Oltean
1
-4
/
+4
2023-01-23
net: dsa: microchip: add support for credit based shaper
Arun Ramadoss
1
-0
/
+5
2023-01-23
net: dsa: microchip: enable port queues for tc mqprio
Arun Ramadoss
1
-0
/
+4
2022-11-09
net: dsa: microchip: add error checking for ksz_pwrite
Rakesh Sankaranarayanan
1
-1
/
+5
2022-09-26
net: dsa: microchip: move interrupt handling logic from lan937x to ksz_common
Arun Ramadoss
1
-426
/
+0
2022-09-26
net: dsa: microchip: lan937x: return zero if mdio node not present
Arun Ramadoss
1
-4
/
+2
2022-09-26
net: dsa: microchip: enable phy interrupts only if interrupt enabled in dts
Arun Ramadoss
1
-5
/
+8
2022-09-26
net: dsa: microchip: determine number of port irq based on switch type
Arun Ramadoss
1
-3
/
+1
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+0
2022-09-20
net: dsa: microchip: lan937x: fix maximum frame length check
Rakesh Sankaranarayanan
1
-4
/
+0
2022-09-19
net: dsa: microchip: lan937x: fix reference count leak in lan937x_mdio_regist...
Sun Ke
1
-1
/
+3
2022-09-16
net: dsa: microchip: add the support for set_ageing_time
Arun Ramadoss
1
-0
/
+17
2022-09-05
net: dsa: microchip: lan937x: add interrupt support for port phy link
Arun Ramadoss
1
-4
/
+360
2022-09-05
net: dsa: microchip: lan937x: clear the POR_READY_INT status bit
Arun Ramadoss
1
-0
/
+4
2022-08-31
net: dsa: microchip: allow to pass return values for PHY read/write accesses
Oleksij Rempel
1
-4
/
+4
2022-07-27
net: dsa: microchip: add support for phylink mac config
Arun Ramadoss
1
-16
/
+0
2022-07-27
net: dsa: microchip: apply rgmii tx and rx delay in phylink mac config
Arun Ramadoss
1
-0
/
+56
2022-07-27
net: dsa: microchip: lan937x: add support for configuing xMII register
Arun Ramadoss
1
-31
/
+1
[next]