OSDN Git Service

net: pse-pd: add regulator based PSE driver
authorOleksij Rempel <o.rempel@pengutronix.de>
Mon, 3 Oct 2022 06:52:02 +0000 (08:52 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 4 Oct 2022 00:33:57 +0000 (17:33 -0700)
commit66741b4e94ca7bb162063fa930c286619e719bce
tree3b5c6d9fdbf77ed7e81cfdc5123560c4440ab790
parentf05dfdaf567aaa482e6e4474bbf5993c5ffffc49
net: pse-pd: add regulator based PSE driver

Add generic, regulator based PSE driver to support simple Power Sourcing
Equipment without automatic classification support.

This driver was tested on 10Bast-T1L switch with regulator based PoDL PSE.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/pse-pd/Kconfig
drivers/net/pse-pd/Makefile
drivers/net/pse-pd/pse_regulator.c [new file with mode: 0644]