All of lore.kernel.org
 help / color / mirror / Atom feed
* Does pci_map_single magicly work on > 32 bit address for 32bit capable device?
@ 2009-12-11 21:39 Maxim Levitsky
  2009-12-12  0:07 ` Robert Hancock
  0 siblings, 1 reply; 5+ messages in thread
From: Maxim Levitsky @ 2009-12-11 21:39 UTC (permalink / raw)
  To: linux-kernel

Hi,

I am writing a driver, and I am faced with following problem:

I receive a kernel pointer, and I want device to dma into that memory.
However, device is only capable of 32 bit dma.

I can create a 'consistent' mapping and use memcpy from/to it, but it
feels like waste of performance.


According to Documentation/DMA-mapping.txt, I can tell that hw supports
32 bit dma using pci_set_dma_mask, however, what will happen if I pass
arbitrary kernel address into pci_map_single.
What will happen if the address is above 32 bit?

I tried to follow source of pci_map_single, but it is quite strongly
buried.
Also note that I don't need any scatter gather lists, because buffer
will always be 512 bytes long.


Note that I don't write the block driver itself, but a small driver that
plugs into that driver.
I am writing a driver for mtd subsystem and more precisely a nand
driver.

Unfortunately mtd system can call the driver with arbitrary kernel
pointer, although I am sure its not vmalloc'ed.
Usually it passes the pointer that is received from block subsystem.



Thanks in advance,
Maxim Levitsky


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

end of thread, other threads:[~2009-12-21 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-11 21:39 Does pci_map_single magicly work on > 32 bit address for 32bit capable device? Maxim Levitsky
2009-12-12  0:07 ` Robert Hancock
2009-12-12  0:18   ` Maxim Levitsky
2009-12-12  0:38     ` Robert Hancock
2009-12-21 19:48       ` Maxim Levitsky

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.