* [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-19 2:58 ` Dmitry Osipenko
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-19 2:58 ` Dmitry Osipenko
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-19 2:58 ` Dmitry Osipenko
0 siblings, 0 replies; 8+ 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 = {
--
2.15.1
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-20 18:59 ` Thierry Reding
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-20 18:59 ` Thierry Reding
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* RE: [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-21 1:43 ` Peter Chen
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* [v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-21 1:43 ` Peter Chen
0 siblings, 0 replies; 8+ 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] 8+ messages in thread
* RE: [PATCH v1] usb: chipidea: tegra: Use aligned DMA on Tegra30
@ 2017-12-21 1:43 ` Peter Chen
0 siblings, 0 replies; 8+ 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
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-12-21 1:43 UTC | newest]
Thread overview: 8+ 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-19 2:58 ` Dmitry Osipenko
2017-12-19 2:58 ` [v1] " Dmitry Osipenko
2017-12-20 18:59 ` [PATCH v1] " Thierry Reding
2017-12-20 18:59 ` [v1] " Thierry Reding
2017-12-21 1:43 ` [PATCH v1] " Peter Chen
2017-12-21 1:43 ` Peter Chen
2017-12-21 1:43 ` [v1] " Peter Chen
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.