summaryrefslogtreecommitdiff
path: root/drivers/net/pse-pd
AgeCommit message (Expand)AuthorFilesLines
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-26net: pse-pd: tps23881: Support reset-gpiosKyle Swenson1-0/+21
2024-08-15pse-core: Conditionally set current limit during PI regulator registrationOleksij Rempel1-3/+8
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-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-11net: pse-pd: pd692x0: Fix spelling mistake "availables" -> "available"Colin Ian King1-1/+1
2024-07-05net: pse-pd: pd692x0: Enhance with new current limit and voltage read callbacksKory Maincent (Dent Project)1-2/+216
2024-07-05net: pse-pd: Add new power limit get and set c33 featuresKory Maincent (Dent Project)1-11/+161
2024-07-05net: pse-pd: pd692x0: Expand ethtool status messageKory Maincent (Dent Project)1-0/+101
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-06-26net: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2-4/+4
2024-06-21net: pse-pd: Kconfig: Fix missing firmware loader config selectKory Maincent1-0/+1
2024-04-24net: pse-pd: Kconfig: Add missing Regulator API dependencyKory Maincent (Dent Project)1-1/+1
2024-04-24net: pse-pd: pse_core: Fix pse regulator typeKory Maincent (Dent Project)1-1/+1
2024-04-24net: pse-pd: pse_core: Add missing kdoc return descriptionKory Maincent (Dent Project)1-0/+8
2024-04-18net: pse-pd: Add TI TPS23881 PSE controller driverKory Maincent (Dent Project)3-0/+830
2024-04-18net: pse-pd: Add PD692x0 PSE controller driverKory Maincent (Dent Project)3-0/+1235
2024-04-18net: pse-pd: Use regulator framework within PSE frameworkKory Maincent (Dent Project)2-41/+256
2024-04-18net: pse-pd: Add support for setup_pi_matrix callbackKory Maincent (Dent Project)1-0/+6
2024-04-18net: pse-pd: Add support for PSE PIsKory Maincent (Dent Project)1-33/+229
2024-04-18net: pse-pd: Introduce PSE types enumerationKory Maincent (Dent Project)2-0/+13
2024-04-16net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)1-4/+4
2022-10-05net: pse-pd: PSE_REGULATOR should depend on REGULATORGeert Uytterhoeven1-0/+1
2022-10-03net: pse-pd: add regulator based PSE driverOleksij Rempel3-0/+160
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel1-0/+58
2022-10-03net: add framework to support Ethernet PSE and PDs devicesOleksij Rempel3-0/+271