Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933029AbdHVNyT (ORCPT ); Tue, 22 Aug 2017 09:54:19 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:48567 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932922AbdHVNwx (ORCPT ); Tue, 22 Aug 2017 09:52:53 -0400 From: "Rafael J. Wysocki" To: Andy Yan Cc: viresh.kumar@linaro.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v2 3/3] cpufreq: dt: add support for rockchip rv1108 Date: Tue, 22 Aug 2017 15:44:21 +0200 Message-ID: <1949899.3GLvcOh6S6@aspire.rjw.lan> In-Reply-To: <1503407722-14056-1-git-send-email-andy.yan@rock-chips.com> References: <1503407515-13943-1-git-send-email-andy.yan@rock-chips.com> <1503407722-14056-1-git-send-email-andy.yan@rock-chips.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 383 Lines: 11 On Tuesday, August 22, 2017 3:15:22 PM CEST Andy Yan wrote: > Add the compatible string to support the generic device tree > cpufreq-dt driver on rockchip rv1108 soc. > > Signed-off-by: Andy Yan This is a [3/3] in a series, so presumably it depends on something, so I guess it should be applied along with the thing it depends on. Right? Thanks, Rafael