All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Chen <peter.chen@kernel.org>
To: Xu Yang <xu.yang_2@nxp.com>
Cc: gregkh@linuxfoundation.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com,
	linux-usb@vger.kernel.org, imx@lists.linux.dev
Subject: Re: [PATCH] usb: chipidea: imx: fix some typo
Date: Thu, 27 Feb 2025 11:26:20 +0800	[thread overview]
Message-ID: <Z7_bXCCgrCxhYZgu@nchen-desktop> (raw)
In-Reply-To: <20250225062843.3930041-1-xu.yang_2@nxp.com>

On 25-02-25 14:28:43, Xu Yang wrote:
> bootlader -> bootloader
> set_wakeup failed -> hsic_set_clk failed
> 
> Signed-off-by: Xu Yang <xu.yang_2@nxp.com>

Acked-by: Peter Chen <peter.chen@kernel.org>

Peter
> ---
>  drivers/usb/chipidea/usbmisc_imx.c | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/drivers/usb/chipidea/usbmisc_imx.c b/drivers/usb/chipidea/usbmisc_imx.c
> index f933fc70be66..4dc0bac8cde3 100644
> --- a/drivers/usb/chipidea/usbmisc_imx.c
> +++ b/drivers/usb/chipidea/usbmisc_imx.c
> @@ -457,7 +457,7 @@ static int usbmisc_imx6q_init(struct imx_usbmisc_data *data)
>  		else if (data->oc_pol_configured)
>  			reg &= ~MX6_BM_OVER_CUR_POLARITY;
>  	}
> -	/* If the polarity is not set keep it as setup by the bootlader */
> +	/* If the polarity is not set keep it as setup by the bootloader */
>  	if (data->pwr_pol == 1)
>  		reg |= MX6_BM_PWR_POLARITY;
>  	writel(reg, usbmisc->base + data->index * 4);
> @@ -662,7 +662,7 @@ static int usbmisc_imx7d_init(struct imx_usbmisc_data *data)
>  		else if (data->oc_pol_configured)
>  			reg &= ~MX6_BM_OVER_CUR_POLARITY;
>  	}
> -	/* If the polarity is not set keep it as setup by the bootlader */
> +	/* If the polarity is not set keep it as setup by the bootloader */
>  	if (data->pwr_pol == 1)
>  		reg |= MX6_BM_PWR_POLARITY;
>  	writel(reg, usbmisc->base);
> @@ -956,7 +956,7 @@ static int usbmisc_imx7ulp_init(struct imx_usbmisc_data *data)
>  		else if (data->oc_pol_configured)
>  			reg &= ~MX6_BM_OVER_CUR_POLARITY;
>  	}
> -	/* If the polarity is not set keep it as setup by the bootlader */
> +	/* If the polarity is not set keep it as setup by the bootloader */
>  	if (data->pwr_pol == 1)
>  		reg |= MX6_BM_PWR_POLARITY;
>  
> @@ -1280,7 +1280,7 @@ int imx_usbmisc_suspend(struct imx_usbmisc_data *data, bool wakeup)
>  	if (usbmisc->ops->hsic_set_clk && data->hsic)
>  		ret = usbmisc->ops->hsic_set_clk(data, false);
>  	if (ret) {
> -		dev_err(data->dev, "set_wakeup failed, ret=%d\n", ret);
> +		dev_err(data->dev, "hsic_set_clk failed, ret=%d\n", ret);
>  		return ret;
>  	}
>  
> @@ -1319,7 +1319,7 @@ int imx_usbmisc_resume(struct imx_usbmisc_data *data, bool wakeup)
>  	if (usbmisc->ops->hsic_set_clk && data->hsic)
>  		ret = usbmisc->ops->hsic_set_clk(data, true);
>  	if (ret) {
> -		dev_err(data->dev, "set_wakeup failed, ret=%d\n", ret);
> +		dev_err(data->dev, "hsic_set_clk failed, ret=%d\n", ret);
>  		goto hsic_set_clk_fail;
>  	}
>  
> -- 
> 2.34.1
> 

-- 

Best regards,
Peter

      reply	other threads:[~2025-02-27  3:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-25  6:28 [PATCH] usb: chipidea: imx: fix some typo Xu Yang
2025-02-27  3:26 ` Peter Chen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Z7_bXCCgrCxhYZgu@nchen-desktop \
    --to=peter.chen@kernel.org \
    --cc=festevam@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=imx@lists.linux.dev \
    --cc=kernel@pengutronix.de \
    --cc=linux-usb@vger.kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=xu.yang_2@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.