Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

usb: dwc2: debugfs: Print parameter no_clock_gating

The commit c4a0f7a6ab54 ("usb: dwc2: Skip clock gating on Samsung
SoCs") introduced a parameter to skip enabling clock gating mode
even the hardware platform should supports it.

In order to make this more visible also print this in show
parameters of debugfs.

Signed-off-by: Stefan Wahren <wahrenst@gmx.net>
Acked-by: Minas Harutyunyan <hminas@synopsys.com>
Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com>
Link: https://lore.kernel.org/r/20240728130029.78279-3-wahrenst@gmx.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Stefan Wahren and committed by
Greg Kroah-Hartman
727f5a24 3c2360f1

+1
+1
drivers/usb/dwc2/debugfs.c
··· 702 702 print_param(seq, p, uframe_sched); 703 703 print_param(seq, p, external_id_pin_ctl); 704 704 print_param(seq, p, power_down); 705 + print_param(seq, p, no_clock_gating); 705 706 print_param(seq, p, lpm); 706 707 print_param(seq, p, lpm_clock_gating); 707 708 print_param(seq, p, besl);