linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-20 18:59 Thierry Reding
  0 siblings, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2017-12-20 18:59 UTC (permalink / raw)
  To: Dmitry Osipenko
  Cc: Felipe Balbi, Jonathan Hunter, Peter Chen, linux-usb, linux-tegra,
	linux-kernel

On Tue, Dec 19, 2017 at 05:58:07AM +0300, Dmitry Osipenko wrote:
> USB Ethernet gadget now works on Tegra30.
> 
> Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
> ---
>  drivers/usb/chipidea/ci_hdrc_tegra.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Thierry Reding <treding@nvidia.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-21  1:43 Peter Chen
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Chen @ 2017-12-21  1:43 UTC (permalink / raw)
  To: Thierry Reding, Dmitry Osipenko
  Cc: Felipe Balbi, Jonathan Hunter, linux-usb@vger.kernel.org,
	linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org

> On Tue, Dec 19, 2017 at 05:58:07AM +0300, Dmitry Osipenko wrote:
> > USB Ethernet gadget now works on Tegra30.
> >
> > Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
> > ---
> >  drivers/usb/chipidea/ci_hdrc_tegra.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Acked-by: Thierry Reding <treding@nvidia.com>

Applied, thanks.

Peter
---
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-19  2:58 Dmitry Osipenko
  0 siblings, 0 replies; 3+ messages in thread
From: Dmitry Osipenko @ 2017-12-19  2:58 UTC (permalink / raw)
  To: Felipe Balbi, Jonathan Hunter, Thierry Reding, Peter Chen
  Cc: linux-usb, linux-tegra, linux-kernel

USB Ethernet gadget now works on Tegra30.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
---
 drivers/usb/chipidea/ci_hdrc_tegra.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/usb/chipidea/ci_hdrc_tegra.c b/drivers/usb/chipidea/ci_hdrc_tegra.c
index 7b65a1040d2c..7f4d2b6af37a 100644
--- a/drivers/usb/chipidea/ci_hdrc_tegra.c
+++ b/drivers/usb/chipidea/ci_hdrc_tegra.c
@@ -29,7 +29,7 @@ static const struct tegra_udc_soc_info tegra20_udc_soc_info = {
 };
 
 static const struct tegra_udc_soc_info tegra30_udc_soc_info = {
-	.flags = 0,
+	.flags = CI_HDRC_REQUIRES_ALIGNED_DMA,
 };
 
 static const struct tegra_udc_soc_info tegra114_udc_soc_info = {

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-21  1:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-20 18:59 [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30 Thierry Reding
  -- strict thread matches above, loose matches on Subject: below --
2017-12-21  1:43 Peter Chen
2017-12-19  2:58 Dmitry Osipenko

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).