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 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 2EC68C2D0C0 for ; Tue, 24 Dec 2019 03:00:01 +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 01A43206B7 for ; Tue, 24 Dec 2019 03:00:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Z8S7ssQP"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="OIRuftxt" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 01A43206B7 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-amlogic-bounces+linux-amlogic=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:To:From: 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=Gru9NQ+FQMPT5dk6805sxjUYPvxF5RclhJHzBLhhhqQ=; b=Z8S7ssQPGwXZZc EcB2+YMkxnbisoXvdCoGzHekeXQcj9r8EzFOM4Ddy4kJjj0hJ4xyk2Q4rp2KnVCtfbwfbXR8C2luB SL382fxKOwkhH0aL1Le7jSxcwMJn0hFDRCmycABjoYU5SolOXUAa+0s0yjs6ZizqQVmZrW25khJNG NmVNY90tXio+j1tgF0HQp1Epuh57SSpLcQq1jcpCxCcD3p6N5hGXtdKQBnozn9UPkjF1RvmO+Oph6 iMXYGgaZ4hUhhv7DqCsxpagDTXaja5oal+GtkaalFQgeUC78kMy4Il03WVOgUSvIheX7knR3gUjlL 76zkNJCWAvJUZy1ynKfg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ijaQL-0003Uc-H4; Tue, 24 Dec 2019 02:59:53 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ijaQJ-0003U0-CE; Tue, 24 Dec 2019 02:59:52 +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 41011206B7; Tue, 24 Dec 2019 02:59:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1577156388; bh=aptjoahnooeliDkbo4bcZ4z4A3PI74XI3gbsgTgKgDE=; h=In-Reply-To:References:Cc:From:To:Subject:Date:From; b=OIRuftxtRDB40Z3TgxvRKo7wsZWb4lIOaDP4VyPffyPfR78htWDWi7rS6mWp3uiLs rlrnjPSnaEzIbCgzzRX3NeQeve/p9RLZ78TLXSvZZCpUa44bfEe/JthHo2ptTLQ9Op 8sCMPEySr3wSSd/ML4c5xZB4CRebuWnn34SUytxs= MIME-Version: 1.0 In-Reply-To: <20190924123954.31561-3-jbrunet@baylibre.com> References: <20190924123954.31561-1-jbrunet@baylibre.com> <20190924123954.31561-3-jbrunet@baylibre.com> From: Stephen Boyd To: Jerome Brunet , Michael Turquette Subject: Re: [PATCH 2/3] clk: let init callback return an error code User-Agent: alot/0.8.1 Date: Mon, 23 Dec 2019 18:59:47 -0800 Message-Id: <20191224025948.41011206B7@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191223_185951_437058_820F0909 X-CRM114-Status: UNSURE ( 5.53 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrew Lunn , Florian Fainelli , Heiko Stuebner , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" , Tero Kristo , linux-rockchip@lists.infradead.org, linux-omap@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-amlogic@lists.infradead.org, Heiner Kallweit , linux-clk@vger.kernel.org, Jerome Brunet Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Quoting Jerome Brunet (2019-09-24 05:39:53) > If the init callback is allowed to request resources, it needs a return > value to report the outcome of such a request. > > Signed-off-by: Jerome Brunet > --- Applied to clk-next _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 2/3] clk: let init callback return an error code Date: Mon, 23 Dec 2019 18:59:47 -0800 Message-ID: <20191224025948.41011206B7@mail.kernel.org> References: <20190924123954.31561-1-jbrunet@baylibre.com> <20190924123954.31561-3-jbrunet@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20190924123954.31561-3-jbrunet-rdvid1DuHRBWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Michael Turquette Cc: Andrew Lunn , Florian Fainelli , Heiko Stuebner , netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, "David S. Miller" , Tero Kristo , linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Heiner Kallweit , linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jerome Brunet List-Id: linux-omap@vger.kernel.org Quoting Jerome Brunet (2019-09-24 05:39:53) > If the init callback is allowed to request resources, it needs a return > value to report the outcome of such a request. > > Signed-off-by: Jerome Brunet > --- Applied to clk-next