From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754473AbcGUVOy (ORCPT ); Thu, 21 Jul 2016 17:14:54 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:61137 "HELO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1754281AbcGUVOw (ORCPT ); Thu, 21 Jul 2016 17:14:52 -0400 From: "Rafael J. Wysocki" To: Viresh Kumar Cc: Steve Muckle , Peter Zijlstra , Ingo Molnar , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, Vincent Guittot , Morten Rasmussen , Dietmar Eggemann , Juri Lelli , Patrick Bellasi , Steve Muckle Subject: Re: [PATCH v3 1/3] cpufreq: add cpufreq_driver_resolve_freq() Date: Thu, 21 Jul 2016 23:19:48 +0200 Message-ID: <5988238.UOZUTms3Lr@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.5.0-rc1+; KDE/4.11.5; x86_64; ; ) In-Reply-To: <20160721205245.GI3122@ubuntu> References: <1468441527-23534-1-git-send-email-smuckle@linaro.org> <1628802.LW0F6bbOgI@vostro.rjw.lan> <20160721205245.GI3122@ubuntu> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thursday, July 21, 2016 01:52:45 PM Viresh Kumar wrote: > On 21-07-16, 22:52, Rafael J. Wysocki wrote: > > That'd be fine by me. > > > > Please send a patch on top of the Steve's series and I can apply it too > > (unless Steve sees some major problems in it, which seems unlikely to me). > > Sure, thanks :) It atually is slightly problematic as is, because if the driver doesn't implement ->resolve_freq and doesn't use a frequency table, it will crash AFAICS. But I guess you can fix this too. :-) Thanks, Rafael