Re: [PATCH v5 05/12] usb: cdns3: add quirk to platform data for reset-on-resume
From: Roger Quadros <rogerq@kernel.org>
Date: 2024-08-05 13:49:41
Also in:
linux-devicetree, linux-usb, lkml
From: Roger Quadros <rogerq@kernel.org>
Date: 2024-08-05 13:49:41
Also in:
linux-devicetree, linux-usb, lkml
On 26/07/2024 21:17, Théo Lebrun wrote:
The cdns3 host role does not care about reset-on-resume. xHCI however reconfigures itself in silence rather than printing a warning about a resume error. Related warning example: [ 16.017462] xhci-hcd xhci-hcd.1.auto: xHC error in resume, USBSTS 0x401, Reinit Allow passing a CDNS3_RESET_ON_RESUME quirk flag from cdns3 pdata down to xHCI pdata. The goal is to allow signaling about reset-on-resume behavior from platform wrapper drivers. When used, remote wakeup is not expected to work. Acked-by: Peter Chen <peter.chen@kernel.org> Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Reviewed-by: Roger Quadros <rogerq@kernel.org>