[PATCH v2] usb: cdns3: imx: simplify system pm using _force_suspend/_resume
Greg Kroah-Hartman
gregkh at linuxfoundation.org
Fri Jul 26 22:22:28 PDT 2024
On Fri, Jul 26, 2024 at 10:07:31AM -0500, Shenwei Wang wrote:
> By utilizing _force_suspend and _force_resume, ensures a more consistent
> and simple approach to handling system sleep states. It also aligns the
> driver's PM behavior with the other drivers' common practices.
>
> Fixes: db3c4e366287 ("usb: cdns3: imx: Rework system PM to avoid duplicated operations")
> Reviewed-by: Frank Li <frank.li at nxp.com>
> Signed-off-by: Shenwei Wang <shenwei.wang at nxp.com>
> ---
> Changes in V2:
> - revert the unneeded change of removing an extra blank line.
>
> drivers/usb/cdns3/cdns3-imx.c | 17 +++++++----------
> 1 file changed, 7 insertions(+), 10 deletions(-)
>
Hi,
This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him
a patch that has triggered this response. He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created. Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.
You are receiving this message because of the following common error(s)
as indicated below:
- You have marked a patch with a "Fixes:" tag for a commit that is in an
older released kernel, yet you do not have a cc: stable line in the
signed-off-by area at all, which means that the patch will not be
applied to any older kernel releases. To properly fix this, please
follow the documented rules in the
Documentation/process/stable-kernel-rules.rst file for how to resolve
this.
If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.
thanks,
greg k-h's patch email bot
More information about the linux-arm-kernel
mailing list