summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd/pd692x0.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2025-10-16net: pse-pd: pd692x0: Preserve PSE configuration across rebootsKory Maincent (Dent Project)1-3/+32
2025-10-16net: pse-pd: pd692x0: Separate configuration parsing from hardware setupKory Maincent (Dent Project)1-39/+76
2025-10-16net: pse-pd: pd692x0: Replace __free macro with explicit kfree callsKory Maincent (Dent Project)1-2/+5
2025-08-21net: pse-pd: pd692x0: Skip power budget configuration when undefinedKory Maincent1-0/+4
2025-08-21net: pse-pd: pd692x0: Fix power budget leak in manager setup error pathKory Maincent1-15/+44
2025-07-11net: pse-pd: pd692x0: reduce stack usage in pd692x0_setup_pi_matrixArnd Bergmann1-2/+6
2025-06-19net: pse-pd: pd692x0: Add support for controller and manager power suppliesKory Maincent (Dent Project)1-0/+20
2025-06-19net: pse-pd: pd692x0: Add support for PSE PI priority featureKory Maincent (Dent Project)1-0/+205
2025-02-19net: pse-pd: pd692x0: Fix power limit retrievalKory Maincent1-1/+1
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent1-26/+0
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent1-44/+109
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent1-35/+10
2024-07-11net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"Colin Ian King1-1/+1
2024-07-06net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacksKory Maincent (Dent Project)1-2/+216
2024-07-06net: pse-pd: pd692x0: Expand ethtool status messageKory Maincent (Dent Project)1-0/+101
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2024-04-19net: pse-pd: Add PD692x0 PSE controller driverKory Maincent (Dent Project)1-0/+1223