From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C94D2C48BD6 for ; Tue, 25 Jun 2019 23:01:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 92CCB208CA for ; Tue, 25 Jun 2019 23:01:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561503669; bh=1hx1HOG4G3+zSxwKEwqkBRzCSUugXRSDSutWlI0q2uo=; h=In-Reply-To:References:To:From:Subject:Cc:Date:List-ID:From; b=nMb1u6EZA3ymEcD1nOlmQlV5svC+pDotlblEpiSbydAjiu/fAUes3xWAlpCh/e4PZ KxBozxoydsTlY/7dxblLCAp3QIGGH6EMUzt4vGYZ/dYwZ5iRoEDZ6ZLefo1Hf5Wybu cG+wML8Txbimp0qUSRJL+TrGh22P+gUe8RfvpqZQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726354AbfFYXBJ (ORCPT ); Tue, 25 Jun 2019 19:01:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:50200 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbfFYXBJ (ORCPT ); Tue, 25 Jun 2019 19:01:09 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9897F2084B; Tue, 25 Jun 2019 23:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561503668; bh=1hx1HOG4G3+zSxwKEwqkBRzCSUugXRSDSutWlI0q2uo=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=vsZCG6oJC0xEGTpa1Jzozm/n/jlshGHgcRXCWzQ2SKouEw5ltQu1uyHaOjYlO2hux 9vgHJYUu2jteiilEKc2Y5ebVycV3yacI6dxtuxmwfzyDbDURzHbd8BSRAKE5XYtYid FMZkpSPadLmtoZWtuJoGlH0co+hYevF9uZaoCePw= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190611175839.28351-6-nsaenzjulienne@suse.de> References: <20190611175839.28351-1-nsaenzjulienne@suse.de> <20190611175839.28351-6-nsaenzjulienne@suse.de> To: Nicolas Saenz Julienne , linux-kernel@vger.kernel.org, stefan.wahren@i2se.com From: Stephen Boyd Subject: Re: [PATCH v3 5/7] clk: raspberrypi: register platform device for raspberrypi-cpufreq Cc: mbrugger@suse.de, viresh.kumar@linaro.org, rjw@rjwysocki.net, eric@anholt.net, f.fainelli@gmail.com, bcm-kernel-feedback-list@broadcom.com, ptesarik@suse.com, linux-rpi-kernel@lists.infradead.org, ssuloev@orpaltech.com, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, mturquette@baylibre.com, linux-pm@vger.kernel.org, Nicolas Saenz Julienne User-Agent: alot/0.8.1 Date: Tue, 25 Jun 2019 16:01:07 -0700 Message-Id: <20190625230108.9897F2084B@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Nicolas Saenz Julienne (2019-06-11 10:58:42) > As 'clk-raspberrypi' depends on RPi's firmware interface, which might be > configured as a module, the cpu clock might not be available for the > cpufreq driver during it's init process. So we register the > 'raspberrypi-cpufreq' platform device after the probe sequence succeeds. >=20 > Signed-off-by: Nicolas Saenz Julienne > Acked-by: Eric Anholt > --- Reviewed-by: Stephen Boyd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73950C48BD5 for ; Tue, 25 Jun 2019 23:02:02 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 374642086D for ; Tue, 25 Jun 2019 23:02:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Y/5WQTSj"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="vsZCG6oJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 374642086D Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:From:To: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=9Iv4J8PuP+ijRg7bJHRAoiLw54NavpMVIdBAByY7eps=; b=Y/5WQTSjzpBtue q+alNzvMFPfx2Kvi1p9VJKETUOw/vHQZkfXK0k/4iF/cPzlU9VC1pHZhV6z/Xve4EwI5R7zr8sz3l FHSpX5KEAk8o1PRar8jMgCsRPE4ad+2/0cjVWM4/FFcYRyw8owRiDDCDF3dDQPRUKzy+Y5RfB91VB zayw7q6Y4V/0cuAIFpg1DJJiOH/O+1FmZFmlPFp3ZqF+ql6UN7frg2fgTLnVOf1VGq03nBzDoT1Rg LIQxkhceJO8auXHrZzo9enEIJ0MkP5IGWWEjrQKIN2T7k9ajcAc4jsGYU95dAWJkwd9XO+ImAQy8Z 5UubiT/NJLPvafYUv9cw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfuRq-0004I6-LV; Tue, 25 Jun 2019 23:01:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hfuR3-0003lR-0y; Tue, 25 Jun 2019 23:01:11 +0000 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9897F2084B; Tue, 25 Jun 2019 23:01:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561503668; bh=1hx1HOG4G3+zSxwKEwqkBRzCSUugXRSDSutWlI0q2uo=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=vsZCG6oJC0xEGTpa1Jzozm/n/jlshGHgcRXCWzQ2SKouEw5ltQu1uyHaOjYlO2hux 9vgHJYUu2jteiilEKc2Y5ebVycV3yacI6dxtuxmwfzyDbDURzHbd8BSRAKE5XYtYid FMZkpSPadLmtoZWtuJoGlH0co+hYevF9uZaoCePw= MIME-Version: 1.0 In-Reply-To: <20190611175839.28351-6-nsaenzjulienne@suse.de> References: <20190611175839.28351-1-nsaenzjulienne@suse.de> <20190611175839.28351-6-nsaenzjulienne@suse.de> To: Nicolas Saenz Julienne , linux-kernel@vger.kernel.org, stefan.wahren@i2se.com From: Stephen Boyd Subject: Re: [PATCH v3 5/7] clk: raspberrypi: register platform device for raspberrypi-cpufreq User-Agent: alot/0.8.1 Date: Tue, 25 Jun 2019 16:01:07 -0700 Message-Id: <20190625230108.9897F2084B@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190625_160110_049165_D7D4C9EA X-CRM114-Status: UNSURE ( 6.72 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, f.fainelli@gmail.com, ptesarik@suse.com, viresh.kumar@linaro.org, mturquette@baylibre.com, linux-pm@vger.kernel.org, rjw@rjwysocki.net, eric@anholt.net, bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, Nicolas Saenz Julienne , linux-clk@vger.kernel.org, mbrugger@suse.de, ssuloev@orpaltech.com Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Nicolas Saenz Julienne (2019-06-11 10:58:42) > As 'clk-raspberrypi' depends on RPi's firmware interface, which might be > configured as a module, the cpu clock might not be available for the > cpufreq driver during it's init process. So we register the > 'raspberrypi-cpufreq' platform device after the probe sequence succeeds. > > Signed-off-by: Nicolas Saenz Julienne > Acked-by: Eric Anholt > --- Reviewed-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel