From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751702AbcC2ESd (ORCPT ); Tue, 29 Mar 2016 00:18:33 -0400 Received: from mail-pf0-f174.google.com ([209.85.192.174]:36352 "EHLO mail-pf0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750997AbcC2ESb (ORCPT ); Tue, 29 Mar 2016 00:18:31 -0400 Date: Tue, 29 Mar 2016 09:48:27 +0530 From: Viresh Kumar To: Krzysztof Kozlowski Cc: Rafael Wysocki , arnd.bergmann@linaro.org, Kukjin Kim , linaro-kernel@lists.linaro.org, linux-pm@vger.kernel.org, kgene.kim@samsung.com, xf@rock-chips.com, heiko@sntech.de, mmcclint@codeaurora.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/3] cpufreq: exynos: Use generic platdev driver Message-ID: <20160329041827.GA25424@vireshk-i7> References: <6cb29053bce7026dd9429326236a67c45e901c7b.1458801338.git.viresh.kumar@linaro.org> <56FA0039.6030007@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56FA0039.6030007@samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 29-03-16, 13:10, Krzysztof Kozlowski wrote: > On 24.03.2016 15:40, Viresh Kumar wrote: > > The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform > > device now, reuse that and remove similar code from platform code. > > > > Signed-off-by: Viresh Kumar > > --- > > arch/arm/mach-exynos/exynos.c | 25 ------------------------- > > drivers/cpufreq/cpufreq-dt-platdev.c | 5 +++++ > > 2 files changed, 5 insertions(+), 25 deletions(-) > > Looks fine to me... except that it is a little bit outdated. Please > rebase on v4.6-rc1 because Bartlomiej added support for cpufreq @Exynos542x. Yeah, I know. I already have the updated version. -- viresh From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Tue, 29 Mar 2016 09:48:27 +0530 Subject: [PATCH 3/3] cpufreq: exynos: Use generic platdev driver In-Reply-To: <56FA0039.6030007@samsung.com> References: <6cb29053bce7026dd9429326236a67c45e901c7b.1458801338.git.viresh.kumar@linaro.org> <56FA0039.6030007@samsung.com> Message-ID: <20160329041827.GA25424@vireshk-i7> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 29-03-16, 13:10, Krzysztof Kozlowski wrote: > On 24.03.2016 15:40, Viresh Kumar wrote: > > The cpufreq-dt-platdev driver supports creation of cpufreq-dt platform > > device now, reuse that and remove similar code from platform code. > > > > Signed-off-by: Viresh Kumar > > --- > > arch/arm/mach-exynos/exynos.c | 25 ------------------------- > > drivers/cpufreq/cpufreq-dt-platdev.c | 5 +++++ > > 2 files changed, 5 insertions(+), 25 deletions(-) > > Looks fine to me... except that it is a little bit outdated. Please > rebase on v4.6-rc1 because Bartlomiej added support for cpufreq @Exynos542x. Yeah, I know. I already have the updated version. -- viresh