summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd/pse_core.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-13net: pse-pd: Fix deadlock in current limit functionsKory Maincent1-2/+2
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent1-0/+1
2025-01-14net: pse-pd: Fix missing PI of_node descriptionKory Maincent1-0/+1
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent1-2/+11
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent1-10/+73
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent1-50/+41
2025-01-14net: pse-pd: Add power limit checkKory Maincent1-0/+3
2025-01-14net: pse-pd: Avoid setting max_uA in regulator constraintsKory Maincent1-3/+4
2024-10-19net: pse-pd: Fix out of bound for loopKory Maincent1-2/+2
2024-10-04net: pse-pd: Fix enabled status mismatchKory Maincent1-0/+11
2024-08-15pse-core: Conditionally set current limit during PI regulator registrationOleksij Rempel1-3/+8
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent1-2/+2
2024-07-06net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)1-11/+161
2024-04-25net: pse-pd: pse_core: Fix pse regulator typeKory Maincent (Dent Project)1-1/+1
2024-04-25net: pse-pd: pse_core: Add missing kdoc return descriptionKory Maincent (Dent Project)1-0/+8
2024-04-19net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)1-20/+229
2024-04-19net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)1-0/+6
2024-04-19net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)1-33/+229
2024-04-19net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)1-0/+12
2022-10-04ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+58
2022-10-04net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel1-0/+256