]> www.infradead.org Git - users/jedix/linux-maple.git/commit
usb: dwc2: debugfs: Print parameter no_clock_gating
authorStefan Wahren <wahrenst@gmx.net>
Sun, 28 Jul 2024 13:00:24 +0000 (15:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 31 Jul 2024 08:47:10 +0000 (10:47 +0200)
commit727f5a24b8b0164ac807dd77b469ed6e50df825d
tree8cbaf567384b09e48f9a299e34c74773ea7836e4
parent3c2360f1a50e6ef74c61748696134b5b31a9e191
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>
drivers/usb/dwc2/debugfs.c