Hi,

I was trying the iommu patches but I noticed the tidspbridge driver
doesn't work at all, I found two critical issues:

First, the platform device is missing, so there's no way the driver
can work. It seems to have been dropped from the migration to staging
which happened some time ago... I would have expected somebody to
notice a thing like this. I already have patches that fix this.

And second, since 2.6.35, ioremap() doesn't work on RAM, so this
driver cannot work anymore unless 309caa9 is reverted. I am reserving
the memory with memblock, but it still fails the ioremap(), and __va()
doesn't seem to work (don't know why).

Has anyone tried the driver on 2.6.36-rcX?

-- 
Felipe Contreras
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to