* [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-19 2:58 Dmitry Osipenko
2017-12-20 18:59 ` Thierry Reding
0 siblings, 1 reply; 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-u79uwXL29TY76Z2rM5mHXA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
USB Ethernet gadget now works on Tegra30.
Signed-off-by: Dmitry Osipenko <digetx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
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 = {
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
2017-12-19 2:58 [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30 Dmitry Osipenko
@ 2017-12-20 18:59 ` Thierry Reding
2017-12-21 1:43 ` Peter Chen
0 siblings, 1 reply; 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
[-- Attachment #1: Type: text/plain, Size: 322 bytes --]
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>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
2017-12-20 18:59 ` Thierry Reding
@ 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.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-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> > ---
> > drivers/usb/chipidea/ci_hdrc_tegra.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Acked-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Applied, thanks.
Peter
^ permalink raw reply [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-19 2:58 [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30 Dmitry Osipenko
2017-12-20 18:59 ` Thierry Reding
2017-12-21 1:43 ` Peter Chen
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).