Re: [U-Boot] [PATCH v3 1/6] dm: cpu: Add a new get_count method to cpu uclass

2015-06-16 Thread Simon Glass
Hi Bin, On 15 June 2015 at 18:19, Bin Meng wrote: > Hi Simon, > > On Tue, Jun 16, 2015 at 4:45 AM, Simon Glass wrote: >> Hi Bin, >> >> On 13 June 2015 at 04:11, Bin Meng wrote: >>> >>> Introduce a new method 'get_count' in the UCLASS_CPU ops to get >>> the number of CPUs in the system. >>> >>>

Re: [U-Boot] [PATCH v3 1/6] dm: cpu: Add a new get_count method to cpu uclass

2015-06-15 Thread Bin Meng
Hi Simon, On Tue, Jun 16, 2015 at 4:45 AM, Simon Glass wrote: > Hi Bin, > > On 13 June 2015 at 04:11, Bin Meng wrote: >> >> Introduce a new method 'get_count' in the UCLASS_CPU ops to get >> the number of CPUs in the system. >> >> Signed-off-by: Bin Meng >> >> --- >> >> Changes in v3: >> - Drop

Re: [U-Boot] [PATCH v3 1/6] dm: cpu: Add a new get_count method to cpu uclass

2015-06-15 Thread Simon Glass
Hi Bin, On 13 June 2015 at 04:11, Bin Meng wrote: > > Introduce a new method 'get_count' in the UCLASS_CPU ops to get > the number of CPUs in the system. > > Signed-off-by: Bin Meng > > --- > > Changes in v3: > - Drop patches already applied and rebase on u-boot-x86/master > - New patch to add a

[U-Boot] [PATCH v3 1/6] dm: cpu: Add a new get_count method to cpu uclass

2015-06-13 Thread Bin Meng
Introduce a new method 'get_count' in the UCLASS_CPU ops to get the number of CPUs in the system. Signed-off-by: Bin Meng --- Changes in v3: - Drop patches already applied and rebase on u-boot-x86/master - New patch to add a new get_count method to cpu uclass Changes in v2: None drivers/cpu/