RE: [PATCH v7 2/4] ARM: EXYNOS: Refactored code for using PMU address via DT

2014-07-10 Thread Kukjin Kim
Pankaj Dubey wrote: > > Under "arm/mach-exynos" many files are using PMU register offsets. > Since we have added support for accessing PMU base address via DT, > now we can remove PMU mapping from exynosX_iodesc. Let's convert > all these access using iomapped address. > This will help us in remov

[PATCH v7 2/4] ARM: EXYNOS: Refactored code for using PMU address via DT

2014-07-08 Thread Pankaj Dubey
Under "arm/mach-exynos" many files are using PMU register offsets. Since we have added support for accessing PMU base address via DT, now we can remove PMU mapping from exynosX_iodesc. Let's convert all these access using iomapped address. This will help us in removing static mapping of PMU base ad