summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd/tps23881.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30net: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-05-20net: pse-pd: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-02-21Convert '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-2/+1
2025-10-31net: pse-pd: tps23881: Add support for TPS23881BThomas Wismer1-15/+54
2025-10-07net: pse-pd: tps23881: Fix current measurement scalingThomas Wismer1-1/+1
2025-06-18net: pse-pd: tps23881: Add support for static port priority featureKory Maincent (Dent Project)1-16/+228
2025-06-18net: pse-pd: tps23881: Add support for PSE events and interruptsKory Maincent (Dent Project)1-1/+186
2025-01-14net: pse-pd: tps23881: Add support for power limit and measurement featuresKory Maincent1-2/+256
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent1-28/+0
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent1-16/+44
2025-01-14net: pse-pd: tps23881: Add missing configuration register after disableKory Maincent1-1/+29
2025-01-14net: pse-pd: tps23881: Use helpers to calculate bit offset for a channelKory Maincent1-38/+69
2025-01-14net: pse-pd: tps23881: Simplify function returns by removing redundant checksKory Maincent1-28/+6
2024-12-23net: pse-pd: tps23881: Fix power on/off issueKory Maincent1-12/+4
2024-08-26net: pse-pd: tps23881: Support reset-gpiosKyle Swenson1-0/+21
2024-08-08net: pse-pd: tps23881: include missing bitfield.h headerArnd Bergmann1-0/+1
2024-08-02net: pse-pd: tps23881: Fix the device ID checkKyle Swenson1-1/+3
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-2/+2
2024-04-18net: pse-pd: Add TI TPS23881 PSE controller driverKory Maincent (Dent Project)1-0/+820