Centos-kernel-stream-9/drivers/usb/common
Desnes Nunes 88d0d7261f usb: ulpi: Fix debugfs directory leak
JIRA: https://issues.redhat.com/browse/RHEL-34114

commit 3caf2b2ad7334ef35f55b95f3e1b138c6f77b368
Author: Sean Anderson <sean.anderson@seco.com>
Date: Fri, 26 Jan 2024 17:38:00 -0500

  The ULPI per-device debugfs root is named after the ulpi device's
  parent, but ulpi_unregister_interface tries to remove a debugfs
  directory named after the ulpi device itself. This results in the
  directory sticking around and preventing subsequent (deferred) probes
  from succeeding. Change the directory name to match the ulpi device.

  Fixes: bd0a0a024f2a ("usb: ulpi: Add debugfs support")
  Cc: stable@vger.kernel.org
  Signed-off-by: Sean Anderson <sean.anderson@seco.com>
  Link: https://lore.kernel.org/r/20240126223800.2864613-1-sean.anderson@seco.com
  Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Signed-off-by: Desnes Nunes <desnesn@redhat.com>
2024-05-29 16:29:58 -03:00
..
Kconfig
Makefile
common.c usb: Explicitly include correct DT includes 2024-03-18 15:42:26 -03:00
common.h
debug.c usb: common: debug: Check non-standard control requests 2023-04-03 20:35:47 -03:00
led.c leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value 2023-09-25 12:27:03 +02:00
ulpi.c usb: ulpi: Fix debugfs directory leak 2024-05-29 16:29:58 -03:00
usb-conn-gpio.c usb: common: usb-conn-gpio: Prevent bailing out if initial role is none 2023-11-21 15:33:04 -03:00
usb-otg-fsm.c