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