Re: [PATCH v2 6/7] usb: bdc: Halt controller on suspend
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-07-21 17:34:26
Also in:
linux-usb, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-07-21 17:34:26
Also in:
linux-usb, lkml
On 7/21/20 7:43 AM, Al Cooper wrote:
From: Danesh Petigara <redacted> GISB bus error kernel panics have been observed during S2 transition tests on the 7271t platform. The errors are a result of the BDC interrupt handler trying to access BDC register space after the system's suspend callbacks have completed. Adding a suspend hook to the BDC driver that halts the controller before S2 entry thus preventing unwanted access to the BDC register space during this transition. Signed-off-by: Danesh Petigara <redacted> Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian