linux-yocto/drivers/usb/common
Chance Yang 4fb6703824 usb: common: usb-conn-gpio: use a unique name for usb connector device
[ Upstream commit d4e5b10c55 ]

The current implementation of the usb-conn-gpio driver uses a fixed
"usb-charger" name for all USB connector devices. This causes conflicts
in the power supply subsystem when multiple USB connectors are present,
as duplicate names are not allowed.

Use IDA to manage unique IDs for naming usb connectors (e.g.,
usb-charger-0, usb-charger-1).

Signed-off-by: Chance Yang <chance.yang@kneron.us>
Link: https://lore.kernel.org/r/20250411-work-next-v3-1-7cd9aa80190c@kneron.us
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-07-06 11:01:35 +02:00
..
common.c usb: common: Switch to device_property_match_property_string() 2024-09-11 15:34:34 +02:00
common.h
debug.c
Kconfig
led.c
Makefile
ulpi.c
usb-conn-gpio.c usb: common: usb-conn-gpio: use a unique name for usb connector device 2025-07-06 11:01:35 +02:00
usb-otg-fsm.c