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 CB3E0C4167B for ; Fri, 25 Nov 2022 09:20:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229682AbiKYJUU (ORCPT ); Fri, 25 Nov 2022 04:20:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35720 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229630AbiKYJUT (ORCPT ); Fri, 25 Nov 2022 04:20:19 -0500 Received: from mail-wm1-x334.google.com (mail-wm1-x334.google.com [IPv6:2a00:1450:4864:20::334]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D89AC218BC for ; Fri, 25 Nov 2022 01:20:17 -0800 (PST) Received: by mail-wm1-x334.google.com with SMTP id r9-20020a1c4409000000b003d02dd48c45so5382787wma.0 for ; Fri, 25 Nov 2022 01:20:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ISdb+dUtFQE23mn3Sm5zJXZGtL0EM+hNc7jB5fdTjWU=; b=KfWJH0MV61PIVcxP2H+v0XUG+fDhWmPCIweTT0pCwtBbqhiP1fFIqriLWWAobdsgeE O3Y5XiL+/ty3t3b5+Olkymup+itXcCNEr4FAXmxQxqfBmlxLgk7p1HP1+Bm6kIZ38OV6 7+dgRPB9bHbnifcUdlBvTf+H8NLB4AWmporgRs21DSrpSpOHZJO4e2VRA8yG3soLVtI8 WGocPPoPCdDMiTGsXs2/XUaB1txtFOpl4yb3jZfPZYPyDhpephP6V9MWNWyrHDbt0jMl LseOrl3rM6lxF5ckXZNmPuNtxlmu5rit2YZamH+qBVka/6BEEf+bHkfRN4jvx7ku5mY7 01EA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ISdb+dUtFQE23mn3Sm5zJXZGtL0EM+hNc7jB5fdTjWU=; b=cB8eRmArQob0vKF1nVTsmlajeP3Ti5b4pwl9wCOHdZJOUyoTgMuz87Vv/jaGcNLQwS EGUJIqG/PknTv4Nwnx9IOMT3CrOV/jlv8YI7q6QMUndLCl4WDbgkrjNSC32N35wPpuCO pBcXtIKSAGHhs5Ie4P1GcDH3YSvzk6UY0fKBQtHJmxdIExCZ7GuG6Iz5sUq4vI3eEIux n3AudwkNUB9ORUxNx5t+KQ1AoAMXGVfHUq3Kmi/pStmXB0sAv31F/t6xfknPcaUnH2D3 f8BQ1063Wyog0USKuVGVXsDCbAB/kdrrU51Ef+R8SRvYbWQKDOoruGU5TI+GNg28dApx hSIQ== X-Gm-Message-State: ANoB5pk8lmQQRQxbDxMTxZx/YPmGq9wrR+4AjwZChJ9+M7ZHt0j39bPe YS2+vpaOfa2YdI2h9MgaTD09gg== X-Google-Smtp-Source: AA0mqf6xLHvDeiu/Z6ExtpXK2CKkq56d1B8nVjLLDfTveHIw7VKME8D5/QZAvHRmAHsDBGPfpOOmYQ== X-Received: by 2002:a05:600c:4f01:b0:3cf:8952:2fd2 with SMTP id l1-20020a05600c4f0100b003cf89522fd2mr16887577wmq.9.1669368016405; Fri, 25 Nov 2022 01:20:16 -0800 (PST) Received: from linaro.org ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id u22-20020a7bc056000000b003c6c1686b10sm8373254wmc.7.2022.11.25.01.20.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Nov 2022 01:20:15 -0800 (PST) Date: Fri, 25 Nov 2022 11:20:13 +0200 From: Abel Vesa To: Dario Binacchi Cc: linux-kernel@vger.kernel.org, linux-amarula@amarulasolutions.com, michael@amarulasolutions.com, Abel Vesa , Anson Huang , Fabio Estevam , Krzysztof Kozlowski , Michael Turquette , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 0/5] clk: imx8mn: miscellaneous cleanups and bug fixes Message-ID: References: <20221117113637.1978703-1-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221117113637.1978703-1-dario.binacchi@amarulasolutions.com> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On 22-11-17 12:36:32, Dario Binacchi wrote: > This series has been tested on the BSH SystemMaster (SMM) S2 board. > Applied to my tree. Thanks! > Changes in v2: > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VPU_* constants to not break backward compatibility. > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VIDEO_PLL1* constants to not break backward > compatibility. > > Dario Binacchi (5): > clk: imx8mn: rename vpu_pll to m7_alt_pll > clk: imx: replace osc_hdmi with dummy > clk: imx: rename video_pll1 to video_pll > clk: imx8mn: fix imx8mn_sai2_sels clocks list > clk: imx8mn: fix imx8mn_enet_phy_sels clocks list > > drivers/clk/imx/clk-imx8mn.c | 116 +++++++++++------------ > include/dt-bindings/clock/imx8mn-clock.h | 24 +++-- > 2 files changed, 74 insertions(+), 66 deletions(-) > > -- > 2.32.0 > 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 EC46FC4332F for ; Fri, 25 Nov 2022 09:21:27 +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=TO27giYxWGZ0UKnEBHjNRm4047NW7+8AwO1A789mAcc=; b=CX0ePQqtVQzbeC 8ZqBjdScsj5Gp00GJPev+kIqyz2It0C8Z6TynSY1p2DAk0GsX4ks0JxMDqUUL8Fvy26uSWvIF1NI2 BF0hEFThsvycZDE7YkymN730UIEprO4UD48UNuYNAAdbuzmiYy2zwRtFdaWZB8uLIAttbHFNv44ap RmETUAx3JMjUNl3ftkdTWKr+TQjuCeSB4brh1dnTCd0fYDl6YOijkcjxnBGwMTOxWuCOq2PW7xPff GmZaH0BYIGd+Huw0/iu78Fhh4cvJNApmdIOuO4zYcCZkCNRGN+2iBs6ahGBu6C7ysxuXplk+fbRjN CtDf5hMKL6vV5BsKp/mg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyUsh-00Er32-5F; Fri, 25 Nov 2022 09:20:23 +0000 Received: from mail-wm1-x330.google.com ([2a00:1450:4864:20::330]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oyUsd-00EqzI-KE for linux-arm-kernel@lists.infradead.org; Fri, 25 Nov 2022 09:20:21 +0000 Received: by mail-wm1-x330.google.com with SMTP id j5-20020a05600c410500b003cfa9c0ea76so2933197wmi.3 for ; Fri, 25 Nov 2022 01:20:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=ISdb+dUtFQE23mn3Sm5zJXZGtL0EM+hNc7jB5fdTjWU=; b=KfWJH0MV61PIVcxP2H+v0XUG+fDhWmPCIweTT0pCwtBbqhiP1fFIqriLWWAobdsgeE O3Y5XiL+/ty3t3b5+Olkymup+itXcCNEr4FAXmxQxqfBmlxLgk7p1HP1+Bm6kIZ38OV6 7+dgRPB9bHbnifcUdlBvTf+H8NLB4AWmporgRs21DSrpSpOHZJO4e2VRA8yG3soLVtI8 WGocPPoPCdDMiTGsXs2/XUaB1txtFOpl4yb3jZfPZYPyDhpephP6V9MWNWyrHDbt0jMl LseOrl3rM6lxF5ckXZNmPuNtxlmu5rit2YZamH+qBVka/6BEEf+bHkfRN4jvx7ku5mY7 01EA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=ISdb+dUtFQE23mn3Sm5zJXZGtL0EM+hNc7jB5fdTjWU=; b=foRssP/tub/PWBfsaeFwY2WlLPeqb4mvMHjdrBZBmtmuexdOf0PdA/aaCOSDR4Fr8a AB74w1/eYCpK/3WV1xTWFcwgnHcwfY8+543dc+Fjm9sINdDrx2MoevfS+fS/d+nHiSYo E9lTFmKZpWko0bfjTg9FxUJ6s1nGg/KpKql3pajgROwCH0I+KfIVozLrF9cnosp8yA1S 09NxQWRpDU7uya7s9y8FeWzBl3oj+Rt+KGupvptKsiTNpcLXCZPuK09C4eFGbNCga1oY FA0LzY1zNAfoJT3bAiXHM58bqXA8uaO3Z4iOq8ZMqS8+nPXih7yE111KZzlbqwesAQUi JdGQ== X-Gm-Message-State: ANoB5pkCJ8CdcHhhwyxlGxqslmfmUp2Ep0D0Mu962OvvKLHL/OQQWf32 nZD+urKQlO0pD+1+vyE+vy98dw== X-Google-Smtp-Source: AA0mqf6xLHvDeiu/Z6ExtpXK2CKkq56d1B8nVjLLDfTveHIw7VKME8D5/QZAvHRmAHsDBGPfpOOmYQ== X-Received: by 2002:a05:600c:4f01:b0:3cf:8952:2fd2 with SMTP id l1-20020a05600c4f0100b003cf89522fd2mr16887577wmq.9.1669368016405; Fri, 25 Nov 2022 01:20:16 -0800 (PST) Received: from linaro.org ([94.52.112.99]) by smtp.gmail.com with ESMTPSA id u22-20020a7bc056000000b003c6c1686b10sm8373254wmc.7.2022.11.25.01.20.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Nov 2022 01:20:15 -0800 (PST) Date: Fri, 25 Nov 2022 11:20:13 +0200 From: Abel Vesa To: Dario Binacchi Cc: linux-kernel@vger.kernel.org, linux-amarula@amarulasolutions.com, michael@amarulasolutions.com, Abel Vesa , Anson Huang , Fabio Estevam , Krzysztof Kozlowski , Michael Turquette , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , Stephen Boyd , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: Re: [PATCH v2 0/5] clk: imx8mn: miscellaneous cleanups and bug fixes Message-ID: References: <20221117113637.1978703-1-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221117113637.1978703-1-dario.binacchi@amarulasolutions.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221125_012019_761208_D2280466 X-CRM114-Status: GOOD ( 13.64 ) 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 22-11-17 12:36:32, Dario Binacchi wrote: > This series has been tested on the BSH SystemMaster (SMM) S2 board. > Applied to my tree. Thanks! > Changes in v2: > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VPU_* constants to not break backward compatibility. > - Update the commit message. > - Add Fixes tag. > - Maintain IMX8MN_VIDEO_PLL1* constants to not break backward > compatibility. > > Dario Binacchi (5): > clk: imx8mn: rename vpu_pll to m7_alt_pll > clk: imx: replace osc_hdmi with dummy > clk: imx: rename video_pll1 to video_pll > clk: imx8mn: fix imx8mn_sai2_sels clocks list > clk: imx8mn: fix imx8mn_enet_phy_sels clocks list > > drivers/clk/imx/clk-imx8mn.c | 116 +++++++++++------------ > include/dt-bindings/clock/imx8mn-clock.h | 24 +++-- > 2 files changed, 74 insertions(+), 66 deletions(-) > > -- > 2.32.0 > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel