All of lore.kernel.org
 help / color / mirror / Atom feed
* dma_map_single returns 0 on ARM
@ 2014-10-24 16:40 Zoltan Kiss
  2014-10-25 14:11 ` Stefano Stabellini
  0 siblings, 1 reply; 8+ messages in thread
From: Zoltan Kiss @ 2014-10-24 16:40 UTC (permalink / raw)
  To: xen-devel

Hi,

I'm trying to fire up the Ethernet port of a Hisilicon D01 board, and it 
fails when it wants to map the buffers to the device:

		phys = dma_map_single(&ndev->dev, priv->rx_buf[i],
				RX_BUF_SIZE, DMA_FROM_DEVICE);

This returns 0, while running on bare metal it works. Does anyone has an 
advice where should I look?

Regards,

Zoltan

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

end of thread, other threads:[~2014-10-27 15:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-24 16:40 dma_map_single returns 0 on ARM Zoltan Kiss
2014-10-25 14:11 ` Stefano Stabellini
2014-10-26 20:39   ` Julien Grall
2014-10-27  4:42     ` manish jaggi
2014-10-27 15:45       ` Stefano Stabellini
2014-10-27 15:30   ` Zoltan Kiss
2014-10-27 15:44     ` Stefano Stabellini
2014-10-27 15:58       ` Zoltan Kiss

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.