Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-09-01 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 17:41 +0900, Kukjin Kim wrote: > Krzysztof Kozlowski wrote: > > > > Commit b3205dea8fbf ("ARM: EXYNOS: Map SYSRAM through generic DT > > bindings") introduced local variable boot_reg where boot address from > > cpu_boot_reg() call is stored. Re-use it instead calling

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-09-01 Thread Krzysztof Kozlowski
On pią, 2014-07-04 at 17:41 +0900, Kukjin Kim wrote: Krzysztof Kozlowski wrote: Commit b3205dea8fbf (ARM: EXYNOS: Map SYSRAM through generic DT bindings) introduced local variable boot_reg where boot address from cpu_boot_reg() call is stored. Re-use it instead calling cpu_boot_reg()

RE: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-07-04 Thread Kukjin Kim
Krzysztof Kozlowski wrote: > > Commit b3205dea8fbf ("ARM: EXYNOS: Map SYSRAM through generic DT > bindings") introduced local variable boot_reg where boot address from > cpu_boot_reg() call is stored. Re-use it instead calling cpu_boot_reg() > again. > > Signed-off-by: Krzysztof Kozlowski > ---

RE: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-07-04 Thread Kukjin Kim
Krzysztof Kozlowski wrote: Commit b3205dea8fbf (ARM: EXYNOS: Map SYSRAM through generic DT bindings) introduced local variable boot_reg where boot address from cpu_boot_reg() call is stored. Re-use it instead calling cpu_boot_reg() again. Signed-off-by: Krzysztof Kozlowski

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-06-26 Thread Sachin Kamat
Hi Krzysztof, On Thu, Jun 26, 2014 at 5:16 PM, Krzysztof Kozlowski wrote: > Commit b3205dea8fbf ("ARM: EXYNOS: Map SYSRAM through generic DT > bindings") introduced local variable boot_reg where boot address from > cpu_boot_reg() call is stored. Re-use it instead calling cpu_boot_reg() > again.

Re: [PATCH RESEND] ARM: EXYNOS: Do not calculate boot address twice

2014-06-26 Thread Sachin Kamat
Hi Krzysztof, On Thu, Jun 26, 2014 at 5:16 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: Commit b3205dea8fbf (ARM: EXYNOS: Map SYSRAM through generic DT bindings) introduced local variable boot_reg where boot address from cpu_boot_reg() call is stored. Re-use it instead calling