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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCD3DC433F5 for ; Thu, 26 May 2022 11:36:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232235AbiEZLgV (ORCPT ); Thu, 26 May 2022 07:36:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54862 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229549AbiEZLgT (ORCPT ); Thu, 26 May 2022 07:36:19 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAD40140E6 for ; Thu, 26 May 2022 04:36:18 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7DFDF21A4F; Thu, 26 May 2022 11:36:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1653564977; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ns+wnQxEawLT8A3DMpgDcFnqs12/2ed0iZ+HVkNrC+s=; b=Vmv09bpwfl2V0Ig6JR3GpHFJtPkgWEETJAerrUWxdf69c61IxjhW5cZCLRcv0Z7fA9MXJl ZOQDEsrlagtqYP4eC7JfTyPvOgzI3AZekVoSR+43Fo0NNTzJCuWveQQaPR4sp0sHPleNhh QS+0/Th/kA4hYUVV9PiBjezutqQuNW8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1653564977; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ns+wnQxEawLT8A3DMpgDcFnqs12/2ed0iZ+HVkNrC+s=; b=n4JRjLIPvsFBLa/o6Nma8SAgPLEsyPrUKr3rUUNcFxHtlrYScgeNrhtqGvxSJsCkjpZoAN UIFm3anhw5lrNACQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 63E5013B05; Thu, 26 May 2022 11:36:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id dWI6GDFmj2KpPwAAMHmgww (envelope-from ); Thu, 26 May 2022 11:36:17 +0000 Date: Thu, 26 May 2022 14:36:16 +0300 From: "Ivan T. Ivanov" To: Michael Turquette , Stephen Boyd , Nicolas Saenz Julienne Cc: Maxime Ripard , Dave Stevenson , Guillaume GARDET , bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks Message-ID: <20220526113616.aqpzj4ojseeropjz@suse> References: <20220428065743.94967-1-iivanov@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220428065743.94967-1-iivanov@suse.de> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 04-28 09:57, Ivan T. Ivanov wrote: > Date: Thu, 28 Apr 2022 09:57:40 +0300 > From: "Ivan T. Ivanov" > To: Michael Turquette , Stephen Boyd > , Nicolas Saenz Julienne > Cc: Maxime Ripard , Dave Stevenson > , Guillaume GARDET > , bcm-kernel-feedback-list@broadcom.com, > linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, > linux-arm-kernel@lists.infradead.org, "Ivan T. Ivanov" > Subject: [PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks > Message-Id: <20220428065743.94967-1-iivanov@suse.de> > > Add missing clock required by RPiVid video decoder and provide more > reliable and accurate source for HDMI pixel and video encoder clocks. > Hi Stephen, Michael. What is the plan for this series of patches? Regards, Ivan > Changes since v3 > - Put back support for VEC clock, which was actually one of > reasons for this patch-set [1]. I mixed "HEVC" vs. "VEC", sorry. > > [1] https://bugzilla.suse.com/show_bug.cgi?id=1198942 > > Changes since v2 > - Added Acks from Maxime Ripard and Dave Stevenson > > Changes since v1 > - Drop RPI_FIRMWARE_VEC_CLK_ID clock it doesn't seems to be used. > - Rework downstream changes on top of recent Maxime changes. > > Dom Cobley (1): > clk: bcm: rpi: Add support for VEC clock > > Ivan T. Ivanov (2): > clk: bcm: rpi: Add support HEVC clock > clk: bcm: rpi: Handle pixel clock in firmware > > drivers/clk/bcm/clk-raspberrypi.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > -- > 2.34.1 > 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 4E9C9C433F5 for ; Thu, 26 May 2022 11:37:46 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=m/ZN9dfs58HsDe75B12nv3Bychy02G7mzqnFpTRKodI=; b=3gYqnhV1l/KG6J zmOd4IBoCPD709xVibsnfCFD8oLzB6dqOfyj6TvL92v1m2TgwiFXp4l7q7cl+p67J/x98+lq48VCK 89uc6HUK+aM4TWWtxcG2V0q/sr6lEbdEGOXuOsO/nCnh97h+NatY2U67ou9axPDj5KrcniwIULqcc lvZ8Nz0AAfmjm9OHByOyf1wFeskAX7v93N246xl0YEG80TNKYUPhvaQwWQfS4+x6KQ7oASs3eLWF9 Sg2rU/HGv3iXSxs8IkYv+7hEm5Lfq9LglK8P5zXG8Sl987MOuG3SV0EkZNSGLkQzL8ETUFHHvdOMO uipxjaUb0++EewIFaEGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuBn0-00Efpz-D3; Thu, 26 May 2022 11:36:26 +0000 Received: from smtp-out1.suse.de ([195.135.220.28]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nuBmw-00EfpH-BN; Thu, 26 May 2022 11:36:23 +0000 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 7DFDF21A4F; Thu, 26 May 2022 11:36:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1653564977; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ns+wnQxEawLT8A3DMpgDcFnqs12/2ed0iZ+HVkNrC+s=; b=Vmv09bpwfl2V0Ig6JR3GpHFJtPkgWEETJAerrUWxdf69c61IxjhW5cZCLRcv0Z7fA9MXJl ZOQDEsrlagtqYP4eC7JfTyPvOgzI3AZekVoSR+43Fo0NNTzJCuWveQQaPR4sp0sHPleNhh QS+0/Th/kA4hYUVV9PiBjezutqQuNW8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1653564977; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ns+wnQxEawLT8A3DMpgDcFnqs12/2ed0iZ+HVkNrC+s=; b=n4JRjLIPvsFBLa/o6Nma8SAgPLEsyPrUKr3rUUNcFxHtlrYScgeNrhtqGvxSJsCkjpZoAN UIFm3anhw5lrNACQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 63E5013B05; Thu, 26 May 2022 11:36:17 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id dWI6GDFmj2KpPwAAMHmgww (envelope-from ); Thu, 26 May 2022 11:36:17 +0000 Date: Thu, 26 May 2022 14:36:16 +0300 From: "Ivan T. Ivanov" To: Michael Turquette , Stephen Boyd , Nicolas Saenz Julienne Cc: Maxime Ripard , Dave Stevenson , Guillaume GARDET , bcm-kernel-feedback-list@broadcom.com, linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks Message-ID: <20220526113616.aqpzj4ojseeropjz@suse> References: <20220428065743.94967-1-iivanov@suse.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220428065743.94967-1-iivanov@suse.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220526_043622_575990_65943F97 X-CRM114-Status: GOOD ( 13.37 ) 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 On 04-28 09:57, Ivan T. Ivanov wrote: > Date: Thu, 28 Apr 2022 09:57:40 +0300 > From: "Ivan T. Ivanov" > To: Michael Turquette , Stephen Boyd > , Nicolas Saenz Julienne > Cc: Maxime Ripard , Dave Stevenson > , Guillaume GARDET > , bcm-kernel-feedback-list@broadcom.com, > linux-clk@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, > linux-arm-kernel@lists.infradead.org, "Ivan T. Ivanov" > Subject: [PATCH v4 0/3] clk: bcm: rpi: Add support for three more clocks > Message-Id: <20220428065743.94967-1-iivanov@suse.de> > > Add missing clock required by RPiVid video decoder and provide more > reliable and accurate source for HDMI pixel and video encoder clocks. > Hi Stephen, Michael. What is the plan for this series of patches? Regards, Ivan > Changes since v3 > - Put back support for VEC clock, which was actually one of > reasons for this patch-set [1]. I mixed "HEVC" vs. "VEC", sorry. > > [1] https://bugzilla.suse.com/show_bug.cgi?id=1198942 > > Changes since v2 > - Added Acks from Maxime Ripard and Dave Stevenson > > Changes since v1 > - Drop RPI_FIRMWARE_VEC_CLK_ID clock it doesn't seems to be used. > - Rework downstream changes on top of recent Maxime changes. > > Dom Cobley (1): > clk: bcm: rpi: Add support for VEC clock > > Ivan T. Ivanov (2): > clk: bcm: rpi: Add support HEVC clock > clk: bcm: rpi: Handle pixel clock in firmware > > drivers/clk/bcm/clk-raspberrypi.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > -- > 2.34.1 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel