From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH v5 0/4] Mediatek MT2701 SCPSYS power domain support Date: Wed, 24 Feb 2016 11:48:46 -0800 Message-ID: <7hmvqpsxcx.fsf@baylibre.com> References: <1455692499-56828-1-git-send-email-jamesjj.liao@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1455692499-56828-1-git-send-email-jamesjj.liao-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org> (James Liao's message of "Wed, 17 Feb 2016 15:01:35 +0800") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: James Liao Cc: Rob Herring , srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Sascha Hauer , Matthias Brugger , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org James Liao writes: > This patchset is based on v4.5-rc4 and adds scpsys power domain support > for Mediatek MT2701. > > To share the code between MT2701 and MT8173, this patchset also refined > original mtk-scpsys.c to separate common codes and platform codes, so > that mtk-scpsys.c can support new SoCs more easily. Thanks for refactoring to support multiple SoCs, I like this version much better. Reviewed-by: Kevin Hilman Kevin