linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* immap with 8xx.
@ 2005-11-29 14:39 Ingo Hornberger
  2005-11-29 18:13 ` Dan Malek
  0 siblings, 1 reply; 3+ messages in thread
From: Ingo Hornberger @ 2005-11-29 14:39 UTC (permalink / raw)
  To: linuxppc-devel list

Hi,

I'm currently porting an old 2.4 kernel driver to 2.6.14. I got some
problems with the immap and idma stuff. The driver is very special and
uses it's own dma handling, because it's too different from the default.

So it strongly depends on the underlying hardware. (In this case 8xx)

With kernel 2.4 it used the headers:
- asm/commproc.h
- asm/8xx_immap.h

But it seems that there was some generalization work done, which didn't
reach the 8xx part. Particularly this means that some parts of
'asm/commproc.h' as well as (at least) 'asm/immap_8260.h' built up a new
header 'asm/immap_cpm2.h'.

Actally I miss a file like 'asm/immap_cpm1.h'.
If it would be the right solution to create a file like this, that's no
problem. I only wanted to make sure that I don't do duplicated work this
time.

regards,
	Ingo

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

end of thread, other threads:[~2005-11-30  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-29 14:39 immap with 8xx Ingo Hornberger
2005-11-29 18:13 ` Dan Malek
2005-11-30  7:59   ` Ingo Hornberger

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