From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752430AbaEHFuT (ORCPT ); Thu, 8 May 2014 01:50:19 -0400 Received: from mail-ve0-f179.google.com ([209.85.128.179]:34507 "EHLO mail-ve0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751298AbaEHFuR (ORCPT ); Thu, 8 May 2014 01:50:17 -0400 MIME-Version: 1.0 In-Reply-To: References: <000001cf643d$69e5e350$3db1a9f0$@samsung.com> <003901cf6664$e4e8d2a0$aeba77e0$@samsung.com> <5367946F.1030407@ti.com> <003e01cf6984$fb950280$f2bf0780$@samsung.com> <001501cf6a5c$07bc2520$17346f60$@samsung.com> Date: Thu, 8 May 2014 11:20:16 +0530 X-Google-Sender-Auth: M9xRLgcuVnBSpFUz2jj9oC_kThE Message-ID: Subject: Re: [PATCH 1/3] PM / OPP: Add support for descending order for cpufreq table From: Viresh Kumar To: Nishanth Menon Cc: Jonghwan Choi , Linux PM list , open list , "Rafael J. Wysocki" , Len Brown , Amit Daniel Kachhap Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 8, 2014 at 7:25 AM, Nishanth Menon wrote: >> Is it acceptiable? > > Personally, I feel that filling up driver_data should be left to the > driver(caller of dev_pm_opp_init_cpufreq_table). Exactly, and I never advised Jonghwan to update the common routine for this. I wanted him to handle this in his driver only :)