RE: [PATCH] xhci: remove the unused sw_lpm_support

2018-10-16 Thread Zengtao (B)
t;Subject: Re: [PATCH] xhci: remove the unused sw_lpm_support > >On 16.10.2018 14:37, Zeng Tao wrote: >> It is introduced for the pre-0.96 xHC controllers, and the driver only >> support HW LPM for 1.0 and later controllers.It's not actually used >> now and is thought not

Re: [PATCH] xhci: remove the unused sw_lpm_support

2018-10-16 Thread Mathias Nyman
On 16.10.2018 14:37, Zeng Tao wrote: It is introduced for the pre-0.96 xHC controllers, and the driver only support HW LPM for 1.0 and later controllers.It's not actually used now and is thought not to be used in the future any more, so just remove it. Acked-by: Mathias Nyman Please don't add