Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-26 Thread Olof Johansson
On Mon, May 26, 2014 at 12:20 PM, Heiko Stübner wrote: > Am Montag, 26. Mai 2014, 11:13:15 schrieb Olof Johansson: >> On Thu, Mar 27, 2014 at 01:06:32AM +0100, Heiko Stübner wrote: >> > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore >> > to reference the relevant smp_ops

Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-26 Thread Heiko Stübner
Am Montag, 26. Mai 2014, 11:13:15 schrieb Olof Johansson: > On Thu, Mar 27, 2014 at 01:06:32AM +0100, Heiko Stübner wrote: > > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > > to reference the relevant smp_ops in the board file, but instead it can > > simply be set by th

Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-26 Thread Olof Johansson
On Thu, Mar 27, 2014 at 01:06:32AM +0100, Heiko Stübner wrote: > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > to reference the relevant smp_ops in the board file, but instead it can > simply be set by the enable-method property of the cpu nodes. > > Signed-off-by: Hei

Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-16 Thread Heiko Stübner
Hi Olof, Am Freitag, 16. Mai 2014, 15:54:22 schrieb Olof Johansson: > On Mon, May 12, 2014 at 07:17:46PM +0200, Heiko Stübner wrote: > > Am Donnerstag, 27. März 2014, 01:06:32 schrieb Heiko Stübner: > > > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > > > to reference t

Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-16 Thread Olof Johansson
On Mon, May 12, 2014 at 07:17:46PM +0200, Heiko Stübner wrote: > Am Donnerstag, 27. März 2014, 01:06:32 schrieb Heiko Stübner: > > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > > to reference the relevant smp_ops in the board file, but instead it can > > simply be set b

Re: [PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-05-12 Thread Heiko Stübner
Am Donnerstag, 27. März 2014, 01:06:32 schrieb Heiko Stübner: > With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore > to reference the relevant smp_ops in the board file, but instead it can > simply be set by the enable-method property of the cpu nodes. > > Signed-off-by: Heik

[PATCH v2] ARM: rockchip: convert smp bringup to CPU_METHOD_OF_DECLARE

2014-03-26 Thread Heiko Stübner
With the newly introduced CPU_METHOD_OF_DECLARE is not necessary anymore to reference the relevant smp_ops in the board file, but instead it can simply be set by the enable-method property of the cpu nodes. Signed-off-by: Heiko Stuebner --- changes since v1: - add a short description to the ena