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 9A797C3F6B0 for ; Mon, 22 Aug 2022 23:07:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237748AbiHVXHP (ORCPT ); Mon, 22 Aug 2022 19:07:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46196 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232256AbiHVXHO (ORCPT ); Mon, 22 Aug 2022 19:07:14 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4C87F47B95; Mon, 22 Aug 2022 16:07:13 -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 ams.source.kernel.org (Postfix) with ESMTPS id 02AFBB81981; Mon, 22 Aug 2022 23:07:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85E18C433C1; Mon, 22 Aug 2022 23:07:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661209630; bh=kAspNdepd+GVZ8NTWSv69oePbazqAdFOK5zbykqYEM8=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ez8PVrEcNObcVAe8En9do21wO3qIzUj21gPTTmnLGMZLNSW9EW1DzCkbx5R5Iqe1P swR8LXpq8qjAs2FJwegN73/9jiZqwz4+lCilkQ0eAeAW1xss30hb/tQ16+NB+7tVi7 U6+7BqF8KZkvR67UEZI1p53j7xO5uY7c5yyY5Irw6L70Q514jCdY1MGqS0+I/uVVZA 0ZYRPU09hymvqUoxsFI6Cw3onvijHLRARIR4eXeixEXCcGhLdRMCiZWtZLfCErFiwL uQoVKhWCXDg96e053yJurHRmmrJYtD7TF37SUCom1PDKmJzxh8ab0EUgfpgo0MZnLU pJEDRFd6eWFuA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220613081632.2159-3-lukas.bulwahn@gmail.com> References: <20220613081632.2159-1-lukas.bulwahn@gmail.com> <20220613081632.2159-3-lukas.bulwahn@gmail.com> Subject: Re: [PATCH 2/2] dt-bindings: clock: Move versaclock.h to dt-bindings/clock From: Stephen Boyd Cc: Luca Ceresoli , Rob Herring , Krzysztof Kozlowski , Charles Keepax , Richard Fitzgerald , devicetree@vger.kernel.org, patches@opensource.cirrus.com, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn To: Joe Perches , Lukas Bulwahn , Michael Turquette , linux-clk@vger.kernel.org Date: Mon, 22 Aug 2022 16:07:08 -0700 User-Agent: alot/0.10 Message-Id: <20220822230710.85E18C433C1@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Quoting Lukas Bulwahn (2022-06-13 01:16:32) > Most of the clock related dt-binding header files are located in > dt-bindings/clock folder. It would be good to keep all the similar > header files at a single location. >=20 > This was discovered while investigating the state of ownership of the > files in include/dt-bindings/ according to the MAINTAINERS file. >=20 > This change here is similar to commit 8e28918a85a0 ("dt-bindings: clock: > Move ti-dra7-atl.h to dt-bindings/clock") and commit 35d35aae8177 > ("dt-bindings: clock: Move at91.h to dt-bindigs/clock"). >=20 > Signed-off-by: Lukas Bulwahn > --- Applied to clk-next