linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Regarding TSI108 ethernet DMA issue
@ 2009-08-20  4:15 Thirumalai Pachamuthu
  2009-08-20  4:18 ` Thirumalai Pachamuthu
  2009-08-20  7:31 ` Thirumalai
  0 siblings, 2 replies; 3+ messages in thread
From: Thirumalai Pachamuthu @ 2009-08-20  4:15 UTC (permalink / raw)
  To: linuxppc-dev@ozlabs.org

[-- Attachment #1: Type: text/plain, Size: 780 bytes --]

Hi all,
      I am trying to port linux 2.6.30 for my TSI108 based custom board
where i am getting the following kernel panic message. I found that it was
due to dma allocation function call particularly dma_alloc_coherent() of
tsi108_open function. When we see the implementation of dma_alloc_coherent.
It was bit changed from the previous linux versions it seems.
      The implementation of dma_alloc_coherent was kept on the
arch/powerpc/include/asm/dma-mapping.h file. Earlier implementation is not
considering the first parameter what the tsi108 driver is passing as NULL.
But the current implementation is considering this parameter and because of
this the panic is coming what i believe.

      So kindly let me know any patches for this problem or any fixes.
Regards,
T.

[-- Attachment #2: Type: text/html, Size: 870 bytes --]

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

end of thread, other threads:[~2009-08-20  7:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-20  4:15 Regarding TSI108 ethernet DMA issue Thirumalai Pachamuthu
2009-08-20  4:18 ` Thirumalai Pachamuthu
2009-08-20  7:31 ` Thirumalai

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