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

2014-07-05 Thread Pankaj Dubey
Hi Tomasz, On Monday, June 30, 2014 Tomasz Figa wrote: Hi Pankaj, This looks much better now, but please see my comments inline. On 25.06.2014 16:03, Pankaj Dubey wrote: Under arm/mach-exynos many files are using PMU register offsets. Since we have added support for accessing PMU base

Re: [PATCH v5 2/5] ARM: EXYNOS: Refactored code for using PMU address via DT

2014-06-30 Thread Tomasz Figa
Hi Pankaj, This looks much better now, but please see my comments inline. On 25.06.2014 16:03, 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

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

2014-06-25 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