OMAP: iommu: add initial debugfs support
authorHiroshi DOYU <Hiroshi.DOYU@nokia.com>
Wed, 12 Aug 2009 12:06:33 +0000 (15:06 +0300)
committerTony Lindgren <tony@atomide.com>
Wed, 12 Aug 2009 12:06:33 +0000 (15:06 +0300)
This enables to peek the following data.

$ /debug/iommu/isp# ls
mem             nr_tlb_entries  regs
mmap            pagetable       tlb
$ /debug/iommu/isp# head pagetable
L:      da:      pa:
-----------------------------------------
2: 00001000 8ae4a002
2: 00002000 8e7bb002
2: 00003000 8ae49002
2: 00004000 8ae65002
.....

Signed-off-by: Hiroshi DOYU <Hiroshi.DOYU@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found