linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peter Chen <peter.chen@nxp.com>
To: Marcel Ziswiler <marcel@ziswiler.com>,
	"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>,
	"linux-usb@vger.kernel.org" <linux-usb@vger.kernel.org>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Subject: RE: [PATCH] usb: chipidea: tegra: Use aligned DMA on Tegra114/124
Date: Tue, 26 Jun 2018 02:22:42 +0000	[thread overview]
Message-ID: <HE1PR04MB1450E820FEC8C9B31251057E8B490@HE1PR04MB1450.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <20180625075843.31878-1-marcel@ziswiler.com>

 
> diff --git a/drivers/usb/chipidea/ci_hdrc_tegra.c b/drivers/usb/chipidea/ci_hdrc_tegra.c
> index 7f4d2b6af37a..772851bee99b 100644
> --- a/drivers/usb/chipidea/ci_hdrc_tegra.c
> +++ b/drivers/usb/chipidea/ci_hdrc_tegra.c
> @@ -33,11 +33,11 @@ static const struct tegra_udc_soc_info
> tegra30_udc_soc_info = {  };
> 
>  static const struct tegra_udc_soc_info tegra114_udc_soc_info = {
> -	.flags = 0,
> +	.flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
>  };
> 
>  static const struct tegra_udc_soc_info tegra124_udc_soc_info = {
> -	.flags = 0,
> +	.flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
>  };
> 
>  static const struct of_device_id tegra_udc_of_match[] = {
> --

Applied, thanks.

Peter

      reply	other threads:[~2018-06-26  2:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-25  7:58 [PATCH] usb: chipidea: tegra: Use aligned DMA on Tegra114/124 Marcel Ziswiler
2018-06-26  2:22 ` 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=HE1PR04MB1450E820FEC8C9B31251057E8B490@HE1PR04MB1450.eurprd04.prod.outlook.com \
    --to=peter.chen@nxp.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=thierry.reding@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).