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: linux-mediatek@lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: khilman@baylibre.com (Kevin Hilman) Date: Wed, 24 Feb 2016 11:48:46 -0800 Subject: [PATCH v5 0/4] Mediatek MT2701 SCPSYS power domain support In-Reply-To: <1455692499-56828-1-git-send-email-jamesjj.liao@mediatek.com> (James Liao's message of "Wed, 17 Feb 2016 15:01:35 +0800") References: <1455692499-56828-1-git-send-email-jamesjj.liao@mediatek.com> Message-ID: <7hmvqpsxcx.fsf@baylibre.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758924AbcBXUCH (ORCPT ); Wed, 24 Feb 2016 15:02:07 -0500 Received: from mail-pf0-f180.google.com ([209.85.192.180]:36625 "EHLO mail-pf0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758549AbcBXTst (ORCPT ); Wed, 24 Feb 2016 14:48:49 -0500 From: Kevin Hilman To: James Liao Cc: Matthias Brugger , Sascha Hauer , Rob Herring , Daniel Kurtz , , , , , Subject: Re: [PATCH v5 0/4] Mediatek MT2701 SCPSYS power domain support Organization: BayLibre References: <1455692499-56828-1-git-send-email-jamesjj.liao@mediatek.com> Date: Wed, 24 Feb 2016 11:48:46 -0800 In-Reply-To: <1455692499-56828-1-git-send-email-jamesjj.liao@mediatek.com> (James Liao's message of "Wed, 17 Feb 2016 15:01:35 +0800") Message-ID: <7hmvqpsxcx.fsf@baylibre.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (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 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