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