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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id AC65AC433FE for ; Fri, 30 Sep 2022 21:35:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:To:Cc:From:Subject: 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=fQWVNr90PFEIr6zWce/O2+ZR1PDxikt6SCCRs5vNKj8=; b=B8tagyDtpQMYb6 66K8ZBsPp2kyILfuZBuR2KsDPGPWvjFC31z4ntSSZKxsqp0GeTIYxDERsPpXTXYquOVtNPcWtrq7Z h3QmT6SqYTOgpzcvLcg8ZXybZ3bWOO/BdEzw0maRxtZigSlS7OLNrLdrnJX0mKN6of+M+HK6Hf2Cu +V/I7GnRlIRphmbwwhmz2xWbMKl4/rS8tsCk70QBAuQWqqls7qxL1G3kBEagxKLOfEhU+Jy50A0ys qcL8AROIBL9XIQVo43Cbnu0QT21gHajB8Y8vsJyKoZUUAIjqWUGD2x7ZjwM7YzDkY98RkT/aqWAAh fKbE5VsaZraJNz8EC1yQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNei-00BeA2-O1; Fri, 30 Sep 2022 21:34:48 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oeNef-00Be92-UQ; Fri, 30 Sep 2022 21:34:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 79951B82A3A; Fri, 30 Sep 2022 21:34:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 240F9C433D6; Fri, 30 Sep 2022 21:34:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664573683; bh=HcgYgG6KLuMEsR8E8jTbryEyp9yginTxTX/wI0MaXxg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=HupbCytswtx1FIkaC/sAcBfce9TYjMA6akQRZw/dtTQU+TCAXIjuc73COQrP/oMwD Q/I8+YKDZQfYW1hStw8Z81so354bafVMv6z7l3tvZTPEEqMtiZcfuHk12Bt3jQXq2+ dfbGZL/OEG7rR5vvU0WgmhJASgqb8ezo/Qjc/NrU3TyUZBIih4mh6WcP3UToN4B070 GNkPXedzEms7FnTF2xCHAq/lRELMBuOorRmD+hUgb/+eQbRN6+tATILBsmLOBBOjOo /68fGY81e7sw7Rle/SEVNBRn1ehQsojNtjNPvTfUBOWPzi9RWUnViwYmTuvyz5BytQ id+UD5VV2ctSA== MIME-Version: 1.0 In-Reply-To: <20220829152154.147250-2-iivanov@suse.de> References: <20220829152154.147250-1-iivanov@suse.de> <20220829152154.147250-2-iivanov@suse.de> Subject: Re: [RESEND v4 1/3] clk: bcm: rpi: Add support HEVC clock From: Stephen Boyd Cc: Stefan Wahren , Dave Stevenson , bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Guillaume Gardet , Nicolas Saenz Julienne , Ivan T. Ivanov , Dom Cobley , Maxime Ripard To: Ivan T. Ivanov Date: Fri, 30 Sep 2022 14:34:39 -0700 User-Agent: alot/0.10 Message-Id: <20220930213443.240F9C433D6@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220930_143446_145614_EDDC134F X-CRM114-Status: UNSURE ( 6.06 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Ivan T. Ivanov (2022-08-29 08:21:52) > Export clock required for RPiVid video decoder hardware. > > Cc: Dom Cobley > Acked-by: Maxime Ripard > Signed-off-by: Ivan T. Ivanov > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel