From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751771AbdISSqj (ORCPT ); Tue, 19 Sep 2017 14:46:39 -0400 Received: from mail-pf0-f176.google.com ([209.85.192.176]:44580 "EHLO mail-pf0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739AbdISSqh (ORCPT ); Tue, 19 Sep 2017 14:46:37 -0400 X-Google-Smtp-Source: AOwi7QCx7RyadCnuaTTldFR3D3ftx3A/LnzyYY+z6VdKSh1W6JdK+gN4oiPgkKjZ7tAjf0Cq2dEsYA== Date: Tue, 19 Sep 2017 11:46:35 -0700 From: Viresh Kumar To: Dave Gerlach Cc: Keerthy , Simon Horman , Rafael Wysocki , linux-pm@vger.kernel.org, Vincent Guittot , geert@linux-m68k.org, maxime.ripard@free-electrons.com, wens@csie.org, xuwei5@hisilicon.com, kgene@kernel.org, krzk@kernel.org, yamada.masahiro@socionext.com, jun.nie@linaro.org, baoyou.xie@linaro.org, linux-kernel@vger.kernel.org Subject: Re: [1/2] cpufreq: dt-platdev: Automatically create cpufreq device with OPP v2 Message-ID: <20170919184635.GA30848@ubuntu> References: <20170821131332.GA14662@verge.net.au> <20170821131735.GB14662@verge.net.au> <20170829101146.GF3101@ubuntu> <9f37e244-7c6d-d556-ee7c-a5f3c9d5f756@ti.com> <7c607393-2a3d-1e5e-7b54-3745cee416e3@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7c607393-2a3d-1e5e-7b54-3745cee416e3@ti.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 11-09-17, 09:18, Dave Gerlach wrote: > Yes, ti-cpufreq registers the cpufreq-dt platdev in order to ensure the > ti-cpufreq driver probes first and provides the necessary opp-supported-hw for > cpufreq-dt. This applies to am335x, am437x, dra7xx, and am57xx. I suppose these > platforms will need to be added to the 'blacklist' to prevent the cpufreq-dt > platdev from being created automatically, unless there is a better way to handle > this dependency... Right. Patches are already on the list to fix all platforms that had such issues. -- viresh