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 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 AB71CC17440 for ; Sat, 9 Nov 2019 00:39:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 766A9215EA for ; Sat, 9 Nov 2019 00:39:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573259968; bh=Zoy+Jor0H6I7/s2IE2TARJT4+Ubh8LGgJ+gtSJ+8LbY=; h=In-Reply-To:References:From:To:Cc:Subject:Date:List-ID:From; b=Nf924FoZm0kCgVfgYgRjwJAjSqe6bR4ruqov5dHlfgYUqnC+EtgfxvOA9TnHz506k kkfL7XcyzQBEwALwkZ7cmg+psc2PVi4QbDL7mBTLpWEonMySdeLq/EIm9/l0NWMdtH EboKIwdzaJ0Ez8BePDXPxvop03XQWtAQsXJyIhzo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727559AbfKIAj2 (ORCPT ); Fri, 8 Nov 2019 19:39:28 -0500 Received: from mail.kernel.org ([198.145.29.99]:55570 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726227AbfKIAj2 (ORCPT ); Fri, 8 Nov 2019 19:39:28 -0500 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 6B2522084D; Sat, 9 Nov 2019 00:39:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573259967; bh=Zoy+Jor0H6I7/s2IE2TARJT4+Ubh8LGgJ+gtSJ+8LbY=; h=In-Reply-To:References:From:To:Cc:Subject:Date:From; b=nyup2dHU9/Ot1e1cVH2wGG5dNaYe8A0krkENP84atRDzdP7txwC85ZNonphd7QlPN Ya3tHHs3tYbSjre7QAiDCt+PFvoAz+MtT+JJTPIPVQXMu1EdJODEvOUfVTWQ+HqAM8 FBcCFv1Iu1LYQHLFfac3wa4rfPewn7sGfKHnlTlg= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20191016125919.1773898-2-thierry.reding@gmail.com> References: <20191016125919.1773898-1-thierry.reding@gmail.com> <20191016125919.1773898-2-thierry.reding@gmail.com> From: Stephen Boyd To: Michael Turquette , Thierry Reding Cc: Peter De Schrijver , Jon Hunter , linux-clk@vger.kernel.org, linux-tegra@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/5] clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC User-Agent: alot/0.8.1 Date: Fri, 08 Nov 2019 16:39:26 -0800 Message-Id: <20191109003927.6B2522084D@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Thierry Reding (2019-10-16 05:59:15) > From: Thierry Reding >=20 > Later SoC generations implement this clock as SOR1_OUT. For consistency, > the Tegra210 implementation was adapted to match the same name in commit > 4d1dc4018573 ("dt-bindings: clock: tegra: Add sor1_out clock"). >=20 > Clean up the remaining pieces by adopting the new name for the internal > identifiers and remove the old alias. Note that since both SOR1_SRC and > SOR1_OUT were referring to the same device tree clock ID, this does not > break device tree ABI. >=20 > Signed-off-by: Thierry Reding > --- Acked-by: Stephen Boyd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH 1/5] clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC Date: Fri, 08 Nov 2019 16:39:26 -0800 Message-ID: <20191109003927.6B2522084D@mail.kernel.org> References: <20191016125919.1773898-1-thierry.reding@gmail.com> <20191016125919.1773898-2-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20191016125919.1773898-2-thierry.reding@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Michael Turquette , Thierry Reding Cc: linux-tegra@vger.kernel.org, Peter De Schrijver , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jon Hunter List-Id: linux-tegra@vger.kernel.org Quoting Thierry Reding (2019-10-16 05:59:15) > From: Thierry Reding > > Later SoC generations implement this clock as SOR1_OUT. For consistency, > the Tegra210 implementation was adapted to match the same name in commit > 4d1dc4018573 ("dt-bindings: clock: tegra: Add sor1_out clock"). > > Clean up the remaining pieces by adopting the new name for the internal > identifiers and remove the old alias. Note that since both SOR1_SRC and > SOR1_OUT were referring to the same device tree clock ID, this does not > break device tree ABI. > > Signed-off-by: Thierry Reding > --- Acked-by: Stephen Boyd 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 C8A5AC17441 for ; Sat, 9 Nov 2019 00:39:41 +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 7086F215EA for ; Sat, 9 Nov 2019 00:39:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="eUqYsbZt"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="nyup2dHU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7086F215EA 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: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=F3SV0Zcq6Zfu3UO7r1tUgw1Y+bTUJ2m7pxTzCSQa+gM=; b=eUqYsbZtcxttsB voyml7yM8ZSUuc0sk184SclMsqoy4/m8vLXN77jgUEhMZwro2jV1KaGy1QAsvQTcSxhRDUmSbER1F VxbxAqKvG3st7aDVGjjeR1dZTrU8/jIp25q5XF214kDBUzn4Q/1e/4/PI+SSUetz3AUO3td+0ZECz sHvdpViGPWql6ZVV6yadImzQHATK/T42bXlqPibvIsony3C76V6zlnYDYXMMHSJADoakN5gsroORr J3DwFLF388eWJ/VvLs0WlFTRWqO1dUINWeTKb/BBfy5XrVrnNiTJV1dy7FrKpjLcalEak+Lygf/5d nJlEN+EtsKb+qbU7c0Bg==; 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 1iTEmt-0006M1-TD; Sat, 09 Nov 2019 00:39:35 +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 1iTEml-0006En-QY for linux-arm-kernel@lists.infradead.org; Sat, 09 Nov 2019 00:39:29 +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 6B2522084D; Sat, 9 Nov 2019 00:39:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573259967; bh=Zoy+Jor0H6I7/s2IE2TARJT4+Ubh8LGgJ+gtSJ+8LbY=; h=In-Reply-To:References:From:To:Cc:Subject:Date:From; b=nyup2dHU9/Ot1e1cVH2wGG5dNaYe8A0krkENP84atRDzdP7txwC85ZNonphd7QlPN Ya3tHHs3tYbSjre7QAiDCt+PFvoAz+MtT+JJTPIPVQXMu1EdJODEvOUfVTWQ+HqAM8 FBcCFv1Iu1LYQHLFfac3wa4rfPewn7sGfKHnlTlg= MIME-Version: 1.0 In-Reply-To: <20191016125919.1773898-2-thierry.reding@gmail.com> References: <20191016125919.1773898-1-thierry.reding@gmail.com> <20191016125919.1773898-2-thierry.reding@gmail.com> From: Stephen Boyd To: Michael Turquette , Thierry Reding Subject: Re: [PATCH 1/5] clk: tegra: Remove last remains of TEGRA210_CLK_SOR1_SRC User-Agent: alot/0.8.1 Date: Fri, 08 Nov 2019 16:39:26 -0800 Message-Id: <20191109003927.6B2522084D@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191108_163927_916938_77F02938 X-CRM114-Status: UNSURE ( 8.06 ) 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: linux-tegra@vger.kernel.org, Peter De Schrijver , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Jon Hunter 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 Thierry Reding (2019-10-16 05:59:15) > From: Thierry Reding > > Later SoC generations implement this clock as SOR1_OUT. For consistency, > the Tegra210 implementation was adapted to match the same name in commit > 4d1dc4018573 ("dt-bindings: clock: tegra: Add sor1_out clock"). > > Clean up the remaining pieces by adopting the new name for the internal > identifiers and remove the old alias. Note that since both SOR1_SRC and > SOR1_OUT were referring to the same device tree clock ID, this does not > break device tree ABI. > > Signed-off-by: Thierry Reding > --- Acked-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel