dwc_otg: add module parameter int_ep_interval_min
authorP33M <p33m@github.com>
Mon, 12 Jun 2017 15:10:03 +0000 (16:10 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sat, 31 Mar 2018 14:54:19 +0000 (15:54 +0100)
commitccda90826fd8ec77e43294091a9a09bee9f69cfd
tree7e3aab1c335b7340f8e0f46e837e80e5cb2b6b6c
parenta14e8c30e8de7347278723ceaf9952090e4d7504
dwc_otg: add module parameter int_ep_interval_min

Add a module parameter (defaulting to ignored) that clamps the polling rate
of high-speed Interrupt endpoints to a minimum microframe interval.

The parameter is modifiable at runtime as it is used when activating new
endpoints (such as on device connect).
drivers/usb/host/dwc_otg/dwc_otg_driver.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_queue.c