Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-23 Thread Pankaj Dubey
Hi Vikas, On 04/23/2014 10:02 PM, Vikas Sajjan wrote: Hi, On Wed, Apr 2, 2014 at 1:20 PM, Pankaj Dubey wrote: From: Young-Gun Jang Add support for mapping Exynos Power Management Unit (PMU) base address from device tree. Code will use existing samsung pmu binding information. This patch als

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-23 Thread Vikas Sajjan
Hi, On Wed, Apr 2, 2014 at 1:20 PM, Pankaj Dubey wrote: > From: Young-Gun Jang > > Add support for mapping Exynos Power Management Unit (PMU) base address > from device tree. Code will use existing samsung pmu binding information. > This patch also adds "get_exynos_pmubase" a helper function to

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-06 Thread Michal Simek
On 04/05/2014 12:58 PM, Pankaj Dubey wrote: > On 04/03/2014 06:07 PM, Sylwester Nawrocki wrote: >> On 02/04/14 14:15, Michal Simek wrote: There were some patches posted for syscon to make it available in earlier system initialization stage: https://lkml.org/lkml/2014/2/19/218 >>> I haven'

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-05 Thread Pankaj Dubey
On 04/03/2014 06:07 PM, Sylwester Nawrocki wrote: On 02/04/14 14:15, Michal Simek wrote: There were some patches posted for syscon to make it available in earlier system initialization stage: https://lkml.org/lkml/2014/2/19/218 I haven't finished this yet. I have to look at it again. Thanks fo

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-05 Thread Pankaj Dubey
On 04/02/2014 08:48 PM, Sylwester Nawrocki wrote: On 02/04/14 09:50, Pankaj Dubey wrote: From: Young-Gun Jang Add support for mapping Exynos Power Management Unit (PMU) base address from device tree. Code will use existing samsung pmu binding information. This patch also adds "get_exynos_pmuba

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-03 Thread Sylwester Nawrocki
On 02/04/14 14:15, Michal Simek wrote: >> There were some patches posted for syscon to make it available in earlier >> system initialization stage: https://lkml.org/lkml/2014/2/19/218 > > I haven't finished this yet. I have to look at it again. Thanks for the information, I assume this would be al

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-02 Thread Michal Simek
On 04/02/2014 01:48 PM, Sylwester Nawrocki wrote: > On 02/04/14 09:50, Pankaj Dubey wrote: >> From: Young-Gun Jang >> >> Add support for mapping Exynos Power Management Unit (PMU) base address >> from device tree. Code will use existing samsung pmu binding information. >> This patch also adds "get

Re: [PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-02 Thread Sylwester Nawrocki
On 02/04/14 09:50, Pankaj Dubey wrote: > From: Young-Gun Jang > > Add support for mapping Exynos Power Management Unit (PMU) base address > from device tree. Code will use existing samsung pmu binding information. > This patch also adds "get_exynos_pmubase" a helper function to return mapped > b

[PATCH 06/10] ARM: EXYNOS: Add support for mapping PMU base address via DT

2014-04-02 Thread Pankaj Dubey
From: Young-Gun Jang Add support for mapping Exynos Power Management Unit (PMU) base address from device tree. Code will use existing samsung pmu binding information. This patch also adds "get_exynos_pmubase" a helper function to return mapped base address to various other files under "mach-exyn