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 77DF8C433FE for ; Fri, 30 Sep 2022 20:43:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232350AbiI3Unk (ORCPT ); Fri, 30 Sep 2022 16:43:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230167AbiI3Ung (ORCPT ); Fri, 30 Sep 2022 16:43:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D197F1EDF72; Fri, 30 Sep 2022 13:43:35 -0700 (PDT) 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 6E34A6235D; Fri, 30 Sep 2022 20:43:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 93AEEC43470; Fri, 30 Sep 2022 20:43:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1664570614; bh=5pwyNqIBfDQPIsRDvz18i9ZiPLeoqKKMFJ4a1zJRijo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=sEv+viHXPX/9jXaq9d5VqXCLlP9SY1p2MHsGds6myxAM+Tb7rrX++6IUejGRKWwgi QAvInlzE2rd+uZZE+Ql0T0g+F7dSI+/haZXTmZ3PiXfVTJ1IkBfpj9jJt0SfcM1weV QwxXgddgOh3m3KhHeVWIKWXWWYS9GCvXLv2wYscSafj5mfZ1Wcz5OBbaZ5JfoHamr0 ahZgOrYU02my6yceu6dDEReKEkI5L2QwZIliBzNQDe3IBmhsFcdKbwdK6Jyj6+Aggl 1Foi+HqrP3Bm+e9AtoFB3FV5f/jAFWqn2q5nMtNOpmvVpAQlIMJr21novLzBKF1J6w HdgDQFcnhuI7g== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220612192937.162952-2-doug@schmorgal.com> References: <20220612192937.162952-1-doug@schmorgal.com> <20220612192937.162952-2-doug@schmorgal.com> Subject: Re: [PATCH 01/12] clk: mmp: pxa168: add additional register defines From: Stephen Boyd Cc: linux-clk@vger.kernel.org, devicetree@vger.kernel.org, Doug Brown To: Doug Brown , Krzysztof Kozlowski , Michael Turquette , Rob Herring Date: Fri, 30 Sep 2022 13:43:32 -0700 User-Agent: alot/0.10 Message-Id: <20220930204334.93AEEC43470@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Doug Brown (2022-06-12 12:29:26) > In preparation for adding additional peripherals over time, this commit > adds a bunch of extra APBC_* defines based on information from the > datasheet. It also reorganizes the list of defines to be ordered > sequentially by address (grouped by type). >=20 > Signed-off-by: Doug Brown > --- Applied to clk-next