From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 0/8] cpufreq: dt: Don't create platform-device from platform code Date: Thu, 21 Apr 2016 11:49:49 +0200 Message-ID: <4420115.OC4oi9pMlr@wuerfel> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: Received: from mout.kundenserver.de ([212.227.17.13]:62101 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750989AbcDUJud (ORCPT ); Thu, 21 Apr 2016 05:50:33 -0400 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: linaro-kernel@lists.linaro.org Cc: Viresh Kumar , Rafael Wysocki , Heiko Stuebner , linux-pm@vger.kernel.org, Tony Lindgren , Antoine Tenart , Magnus Damm , Michal Simek , Chen-Yu Tsai , Simon Horman , Sascha Hauer , Leo Yan , Shawn Guo , Maxime Ripard , =?ISO-8859-1?Q?S=F6ren?= Brinkmann , Sebastian Hesselbarth On Thursday 21 April 2016 14:13:46 Viresh Kumar wrote: > Hi, > > This migrates rest of the platforms to use cpufreq-dt-platdev.c. There > are few exceptions though: > - mvebu: it uses platform data and its problem will be solved in a > separate series. > - highbank, s5pv210, sti, tegra124: these platforms already have cpufreq > drivers in drivers/cpufreq/, which does some other stuff and finally > create the device. There are sequencing issues, and so they will be > left as it is. Looks good overall, one minor comment for patch 3, thanks a lot for your work on this! Acked-by: Arnd Bergmann