linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 6/6] ARM: shmobile: armadillo800eva: enable DMAEngine on USB
@ 2012-06-25 10:37 Kuninori Morimoto
  2013-04-04 13:45 ` [PATCH 6/6] ARM: shmobile: Armadillo800EVA: Reference DT implementation Bastian Hecht
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Kuninori Morimoto @ 2012-06-25 10:37 UTC (permalink / raw)
  To: linux-sh

It is possible to reduce CPU load if USB used DMAEngine.
This patch enabled it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 arch/arm/mach-shmobile/board-armadillo800eva.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-shmobile/board-armadillo800eva.c b/arch/arm/mach-shmobile/board-armadillo800eva.c
index f7f9ac5..3066fa7 100644
--- a/arch/arm/mach-shmobile/board-armadillo800eva.c
+++ b/arch/arm/mach-shmobile/board-armadillo800eva.c
@@ -297,6 +297,8 @@ static struct usbhsf_private usbhsf_private = {
 		.driver_param = {
 			.buswait_bwait		= 5,
 			.detection_delay	= 5,
+			.d0_rx_id	= SHDMA_SLAVE_USBHS_RX,
+			.d1_tx_id	= SHDMA_SLAVE_USBHS_TX,
 		},
 	}
 };
-- 
1.7.5.4


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

end of thread, other threads:[~2013-04-07 20:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-25 10:37 [PATCH 6/6] ARM: shmobile: armadillo800eva: enable DMAEngine on USB Kuninori Morimoto
2013-04-04 13:45 ` [PATCH 6/6] ARM: shmobile: Armadillo800EVA: Reference DT implementation Bastian Hecht
2013-04-04 14:11 ` Laurent Pinchart
2013-04-04 15:58 ` Bastian Hecht
2013-04-05  0:20 ` Laurent Pinchart
2013-04-05 11:28 ` Bastian Hecht
2013-04-05 11:43 ` Laurent Pinchart
2013-04-06 13:59 ` Bastian Hecht
2013-04-07 20:29 ` Laurent Pinchart

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