From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@kernel.org (Kevin Hilman) Date: Mon, 20 Oct 2014 14:36:09 -0700 Subject: [PATCH v5 0/6] add basic rk3288 smp support In-Reply-To: <1413393785-26783-1-git-send-email-kever.yang@rock-chips.com> (Kever Yang's message of "Wed, 15 Oct 2014 10:22:59 -0700") References: <1413393785-26783-1-git-send-email-kever.yang@rock-chips.com> Message-ID: <7hh9yye852.fsf@deeprootsystems.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Kever Yang writes: > rk3288 is qual-core CPU Soc, we enable the smp in this patch. > > In version 3 we use regmap and pmu syscon for cpu power on/off. > This should be work after Pankaj Dubey's patch applied: > "syscon: Decouple syscon interface from platform devices" > (https://lkml.org/lkml/2014/9/30/156) Tested on top of linux-next (next-20141020) along with above syscon dependency, and verifed that 4 CPUs boot up on my rk3288-evb-rk808. Tested-by: Kevin Hilman Kevin From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v5 0/6] add basic rk3288 smp support Date: Mon, 20 Oct 2014 14:36:09 -0700 Message-ID: <7hh9yye852.fsf@deeprootsystems.com> References: <1413393785-26783-1-git-send-email-kever.yang@rock-chips.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <1413393785-26783-1-git-send-email-kever.yang-TNX95d0MmH7DzftRWevZcw@public.gmane.org> (Kever Yang's message of "Wed, 15 Oct 2014 10:22:59 -0700") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kever Yang Cc: heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org, dianders-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, sonnyrao-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org, addy.ke-TNX95d0MmH7DzftRWevZcw@public.gmane.org, cf-TNX95d0MmH7DzftRWevZcw@public.gmane.org, xjq-TNX95d0MmH7DzftRWevZcw@public.gmane.org, hj-TNX95d0MmH7DzftRWevZcw@public.gmane.org, huangtao-TNX95d0MmH7DzftRWevZcw@public.gmane.org, linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Ian Campbell , Lorenzo Pieralisi , Arnd Bergmann , Rohit Vaswani , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Catalin Marinas , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Marc Carino , Kumar Gala , Russell King , Rob Herring , Pawel Moll , Mark Rutland , Olof Johansson , Maxime Ripard , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Kever Yang writes: > rk3288 is qual-core CPU Soc, we enable the smp in this patch. > > In version 3 we use regmap and pmu syscon for cpu power on/off. > This should be work after Pankaj Dubey's patch applied: > "syscon: Decouple syscon interface from platform devices" > (https://lkml.org/lkml/2014/9/30/156) Tested on top of linux-next (next-20141020) along with above syscon dependency, and verifed that 4 CPUs boot up on my rk3288-evb-rk808. Tested-by: Kevin Hilman Kevin -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753513AbaJTVgQ (ORCPT ); Mon, 20 Oct 2014 17:36:16 -0400 Received: from mail-pd0-f182.google.com ([209.85.192.182]:54805 "EHLO mail-pd0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752836AbaJTVgO (ORCPT ); Mon, 20 Oct 2014 17:36:14 -0400 From: Kevin Hilman To: Kever Yang Cc: heiko@sntech.de, dianders@chromium.org, sonnyrao@chromium.org, addy.ke@rock-chips.com, cf@rock-chips.com, xjq@rock-chips.com, hj@rock-chips.com, huangtao@rock-chips.com, linux-rockchip@lists.infradead.org, Ian Campbell , Lorenzo Pieralisi , Arnd Bergmann , Rohit Vaswani , devicetree@vger.kernel.org, Catalin Marinas , linux-kernel@vger.kernel.org, Marc Carino , Kumar Gala , Russell King , Rob Herring , Pawel Moll , Mark Rutland , Olof Johansson , Maxime Ripard , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v5 0/6] add basic rk3288 smp support References: <1413393785-26783-1-git-send-email-kever.yang@rock-chips.com> Date: Mon, 20 Oct 2014 14:36:09 -0700 In-Reply-To: <1413393785-26783-1-git-send-email-kever.yang@rock-chips.com> (Kever Yang's message of "Wed, 15 Oct 2014 10:22:59 -0700") Message-ID: <7hh9yye852.fsf@deeprootsystems.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Kever Yang writes: > rk3288 is qual-core CPU Soc, we enable the smp in this patch. > > In version 3 we use regmap and pmu syscon for cpu power on/off. > This should be work after Pankaj Dubey's patch applied: > "syscon: Decouple syscon interface from platform devices" > (https://lkml.org/lkml/2014/9/30/156) Tested on top of linux-next (next-20141020) along with above syscon dependency, and verifed that 4 CPUs boot up on my rk3288-evb-rk808. Tested-by: Kevin Hilman Kevin