On Tue, Jul 15, 2025 at 07:24:54PM +0800, Chaoyi Chen wrote: > From: Chaoyi Chen <chaoyi.c...@rock-chips.com> > > This patch add support for Type-C Port Controller Manager. > The extcon device should still be supported. > > Signed-off-by: Chaoyi Chen <chaoyi.c...@rock-chips.com> > --- > drivers/phy/rockchip/phy-rockchip-typec.c | 335 ++++++++++++++++++++-- > 1 file changed, 319 insertions(+), 16 deletions(-)
Please keep TCPM implementation under drivers/usb/typec/tcpm/ . Create an aux device and write an aux driver for the TCPM part. -- With best wishes Dmitry