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 0492AC433EF for ; Fri, 18 Feb 2022 00:09:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229454AbiBRAJt (ORCPT ); Thu, 17 Feb 2022 19:09:49 -0500 Received: from gmail-smtp-in.l.google.com ([23.128.96.19]:38746 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229619AbiBRAJs (ORCPT ); Thu, 17 Feb 2022 19:09:48 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7BA9F53734; Thu, 17 Feb 2022 16:09:33 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id ED7A161A5C; Fri, 18 Feb 2022 00:09:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B55AC340E8; Fri, 18 Feb 2022 00:09:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645142972; bh=BH9DXFFaHu78iFMg2R2zX1drdgxMPStM36KuqbVE+Wg=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=VF+MEwuWw7UxpjHxB5DsxJ+3+5Al1c6MXfm2hREpenKqR7L5VSYziZ3K0q2o315dK lf2gllB17kgK/P2qL6zd2ekIzBUSVhNhnvZJKPPSOjwscpiMEDxuQXdmAZ3kZ/ovBw bqvflNZJWoJ+on6qz9k0Uyd21xFaPgtMdqLcEEFBg9lIJ+259UaNgfkTFCjadKrukc 53LeGo6sWKpixrz5edFmtufEl9fHMROQxEiRSpf7HC8kNbh1a1zOsdfQrUhEgNdYsj 24s9HH7hgYX3edIpDGcDc5jRH+0d/YrTfCUhmzH9xF1jNrAGnk7d1mrB462sLWAp5D Y7VDsyQl5q24g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220217113004.22757-1-michael.srba@seznam.cz> References: <20220217113004.22757-1-michael.srba@seznam.cz> Subject: Re: [PATCH v6 1/5] dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks From: Stephen Boyd Cc: Linus Walleij , Florian Fainelli , Arnd Bergmann , Greg Kroah-Hartman , Saravana Kannan , linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Michael Srba , Rob Herring To: Andy Gross , Bjorn Andersson , Philipp Zabel , Rob Herring , michael.srba@seznam.cz Date: Thu, 17 Feb 2022 16:09:29 -0800 User-Agent: alot/0.10 Message-Id: <20220218000932.4B55AC340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting michael.srba@seznam.cz (2022-02-17 03:30:00) > From: Michael Srba >=20 > This patch adds definitions of four clocks which need to be manipulated (I need a macro for this) $ git grep "This patch" -- Documentation/process/ > in order to initialize the AHB bus which exposes the SCC block in the > global address space. >=20 > Signed-off-by: Michael Srba > Acked-by: Rob Herring > --- Reviewed-by: Stephen Boyd