summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd
AgeCommit message (Expand)Author
2025-02-18net: pse-pd: pd692x0: Fix power limit retrievalKory Maincent
2025-02-13net: pse-pd: Fix deadlock in current limit functionsKory Maincent
2025-01-14net: pse-pd: Clean ethtool header of PSE structuresKory Maincent
2025-01-14net: pse-pd: Fix missing PI of_node descriptionKory Maincent
2025-01-14net: pse-pd: tps23881: Add support for power limit and measurement featuresKory Maincent
2025-01-14net: pse-pd: Remove is_enabled callback from driversKory Maincent
2025-01-14net: pse-pd: Split ethtool_get_status into multiple callbacksKory Maincent
2025-01-14net: pse-pd: Use power limit at driver side instead of current limitKory Maincent
2025-01-14net: pse-pd: tps23881: Add missing configuration register after disableKory Maincent
2025-01-14net: pse-pd: tps23881: Use helpers to calculate bit offset for a channelKory Maincent
2025-01-14net: pse-pd: tps23881: Simplify function returns by removing redundant checksKory Maincent
2025-01-14net: pse-pd: Add power limit checkKory Maincent
2025-01-14net: pse-pd: Avoid setting max_uA in regulator constraintsKory Maincent
2024-12-23net: pse-pd: tps23881: Fix power on/off issueKory Maincent
2024-10-19net: pse-pd: Fix out of bound for loopKory Maincent
2024-10-04net: pse-pd: Fix enabled status mismatchKory Maincent
2024-08-26net: pse-pd: tps23881: Support reset-gpiosKyle Swenson
2024-08-15pse-core: Conditionally set current limit during PI regulator registrationOleksij Rempel
2024-08-08net: pse-pd: tps23881: include missing bitfield.h headerArnd Bergmann
2024-08-02net: pse-pd: tps23881: Fix the device ID checkKyle Swenson
2024-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-14net: pse-pd: Do not return EOPNOSUPP if config is nullKory Maincent
2024-07-11net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"Colin Ian King
2024-07-05net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacksKory Maincent (Dent Project)
2024-07-05net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)
2024-07-05net: pse-pd: pd692x0: Expand ethtool status messageKory Maincent (Dent Project)
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-06-21net: pse-pd: Kconfig: Fix missing firmware loader config selectKory Maincent
2024-04-24net: pse-pd: Kconfig: Add missing Regulator API dependencyKory Maincent (Dent Project)
2024-04-24net: pse-pd: pse_core: Fix pse regulator typeKory Maincent (Dent Project)
2024-04-24net: pse-pd: pse_core: Add missing kdoc return descriptionKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add TI TPS23881 PSE controller driverKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add PD692x0 PSE controller driverKory Maincent (Dent Project)
2024-04-18net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)
2024-04-18net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)
2024-04-18net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)
2022-10-05net: pse-pd: PSE_REGULATOR should depend on REGULATORGeert Uytterhoeven
2022-10-03net: pse-pd: add regulator based PSE driverOleksij Rempel
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel