From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 17 Jun 2015 09:11:27 -0600 Subject: [U-Boot] [PATCH v4 1/6] dm: cpu: Add a new get_count method to cpu uclass In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 16 June 2015 at 21:15, 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 v4: > - Remove parameter 'count' from cpu_get_count() > > 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/cpu-uclass.c | 10 ++++++++++ > include/cpu.h | 16 ++++++++++++++++ > 2 files changed, 26 insertions(+) Acked-by: Simon Glass