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=no 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 C48CBC4CECD for ; Tue, 17 Sep 2019 17:23:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 97CAE20640 for ; Tue, 17 Sep 2019 17:23:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568740996; bh=1nkPyDmw3M1xYDQWHb5QNUaZfBwrP0Luz7WD0s9GULA=; h=In-Reply-To:References:Cc:To:From:Subject:Date:List-ID:From; b=Kw4txjyf71F+bVr8bihuHIULTB1y1jouFMal/b7g5Mq3SBtYprIGYfu1tvmOxobNb aTgzEHMov6d0q+s+GPb3KFGQza44A9sGbg+1YqaW6RE5e+Bk7DFik1HuTPkeaXFfX9 SLQQc/nsg6BIzzHJPTAHQ8YCiQirx0OAN/bvAtGo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731021AbfIQRXQ (ORCPT ); Tue, 17 Sep 2019 13:23:16 -0400 Received: from mail.kernel.org ([198.145.29.99]:37682 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727112AbfIQRXP (ORCPT ); Tue, 17 Sep 2019 13:23:15 -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 D2765214AF; Tue, 17 Sep 2019 17:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568740994; bh=1nkPyDmw3M1xYDQWHb5QNUaZfBwrP0Luz7WD0s9GULA=; h=In-Reply-To:References:Cc:To:From:Subject:Date:From; b=bDAnYw3nkBrEZndtfMdLUcO2bf5o52dcBnEkQxZ5Pv1zGEEPPbLK9R6d7RnCzb39U c7gPNh5gBUV4tTajhym0rdxLnJ/F3FReZ3ScYeekkHyTl7lkO33qof8aPtXC76Lugv c1gKIbd6ysUW+B+32ZWATm6nO5Q2908ffjcuk0sQ= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> References: <1567414859-3244-1-git-send-email-weiyi.lu@mediatek.com> <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> Cc: James Liao , Fan Chen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, srv_heupstream@mediatek.com, CK Hu , Weiyi Lu To: Matthias Brugger , Nicolas Boichat , Rob Herring , Weiyi Lu From: Stephen Boyd Subject: Re: [RESEND PATCH v1 2/3] clk: mediatek: Runtime PM support for MT8183 mcucfg clock provider User-Agent: alot/0.8.1 Date: Tue, 17 Sep 2019 10:23:14 -0700 Message-Id: <20190917172314.D2765214AF@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Weiyi Lu (2019-09-02 02:00:58) > Enable the runtime PM support and forward the struct device pointer for > registration of MT8183 mcucfg clocks. >=20 > Signed-off-by: Weiyi Lu > --- Applied to clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [RESEND PATCH v1 2/3] clk: mediatek: Runtime PM support for MT8183 mcucfg clock provider Date: Tue, 17 Sep 2019 10:23:14 -0700 Message-ID: <20190917172314.D2765214AF@mail.kernel.org> References: <1567414859-3244-1-git-send-email-weiyi.lu@mediatek.com> <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> Sender: linux-kernel-owner@vger.kernel.org To: Matthias Brugger , Nicolas Boichat , Rob Herring Cc: James Liao , Fan Chen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-clk@vger.kernel.org, srv_heupstream@mediatek.com, CK Hu , Weiyi Lu List-Id: linux-mediatek@lists.infradead.org Quoting Weiyi Lu (2019-09-02 02:00:58) > Enable the runtime PM support and forward the struct device pointer for > registration of MT8183 mcucfg clocks. >=20 > Signed-off-by: Weiyi Lu > --- Applied to clk-next 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=no 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 0ABB4C4CEC9 for ; Tue, 17 Sep 2019 17:24:47 +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 D436821881 for ; Tue, 17 Sep 2019 17:24:46 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Q4BbXaWJ"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="bDAnYw3n" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D436821881 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=5UdD60SR3IVe6ETarhxMKEmcXzp/CQ8/KiDdg4ZXHAc=; b=Q4BbXaWJQxq0fr 7Dy3kwj/zT/I5HjAYK/cPcPbhP1+2BSXjzKHK6N4PsG+Zzf6o5eAr1xx1R3h/cXXHSNHIegP/31K5 pP5GfJQf6NHMdj/onsEV5btwPEhzdcH3Nkp2nPcukl5KExbl87ZRRoQ0+PmvL7aQi8XuxMvHNruRg A+Og5mPvhf5PYPrhru82KHJvbmmwMDwBGehtTSXhsROf+sCBJhPG+VmvHFxgrCgWkLA5oceFEzw0q AzAFBF1vca8WaqShABNG7yGlliAHibtYIAnjFcbJ4KSugapFpJjrv9Y3xZ491rosItRnroTAbz3ys Sx4hhq9botasMzSDQKLw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iAHDV-0002ro-Rn; Tue, 17 Sep 2019 17:24:41 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.2 #3 (Red Hat Linux)) id 1iAHC7-0002Ni-8y; Tue, 17 Sep 2019 17:23:16 +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 D2765214AF; Tue, 17 Sep 2019 17:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1568740994; bh=1nkPyDmw3M1xYDQWHb5QNUaZfBwrP0Luz7WD0s9GULA=; h=In-Reply-To:References:Cc:To:From:Subject:Date:From; b=bDAnYw3nkBrEZndtfMdLUcO2bf5o52dcBnEkQxZ5Pv1zGEEPPbLK9R6d7RnCzb39U c7gPNh5gBUV4tTajhym0rdxLnJ/F3FReZ3ScYeekkHyTl7lkO33qof8aPtXC76Lugv c1gKIbd6ysUW+B+32ZWATm6nO5Q2908ffjcuk0sQ= MIME-Version: 1.0 In-Reply-To: <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> References: <1567414859-3244-1-git-send-email-weiyi.lu@mediatek.com> <1567414859-3244-3-git-send-email-weiyi.lu@mediatek.com> To: Matthias Brugger , Nicolas Boichat , Rob Herring , Weiyi Lu From: Stephen Boyd Subject: Re: [RESEND PATCH v1 2/3] clk: mediatek: Runtime PM support for MT8183 mcucfg clock provider User-Agent: alot/0.8.1 Date: Tue, 17 Sep 2019 10:23:14 -0700 Message-Id: <20190917172314.D2765214AF@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190917_102315_468680_18EDE4A4 X-CRM114-Status: UNSURE ( 6.05 ) 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: James Liao , Weiyi Lu , srv_heupstream@mediatek.com, linux-kernel@vger.kernel.org, Fan Chen , linux-mediatek@lists.infradead.org, CK Hu , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org 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 Weiyi Lu (2019-09-02 02:00:58) > Enable the runtime PM support and forward the struct device pointer for > registration of MT8183 mcucfg clocks. > > Signed-off-by: Weiyi Lu > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel