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 E7FE2CCA473 for ; Thu, 16 Jun 2022 00:19:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349189AbiFPAT0 (ORCPT ); Wed, 15 Jun 2022 20:19:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57186 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349246AbiFPATS (ORCPT ); Wed, 15 Jun 2022 20:19:18 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B87C5641C; Wed, 15 Jun 2022 17:19:09 -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 1742461AC7; Thu, 16 Jun 2022 00:19:09 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F726C3411B; Thu, 16 Jun 2022 00:19:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655338748; bh=UtEwv1cvA9jVYc99dH2c2BoSn4oeWV5L7afw2w1hvyc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=W82xxpQTO0aDgAUM+Oz/HYqVu85BHy4aCF1bFj5xBC9SQyOUTJVBmKWr/KUMXDPJs 8nkLDkvddQbaBWBJHbSP78z8ZUB0uc4GqWT7yxG+ENk90Ou2GtoxMZOaLhkJEPmq1h UQYYUKha6FPI/vOCGAa342hoFEFQaKN2pOwlsorjoXFui+5O4tcV2qVeaBqae3IYZO hVdlSioBDF9Obpop3DOX/Ic2YcPXieb9Y+oS+Lvw9te1OVMghrhJY8qIZxgBPjEcWd XWApCRmTeu2/AJ+SaoNTamNkqJQ8cEUgZcmVuC3l8UT59NbOOiQZVwqvPWwsNnH/3c 56+V3/xn98HbA== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20220613085100.402-1-lukas.bulwahn@gmail.com> References: <20220613085100.402-1-lukas.bulwahn@gmail.com> Subject: Re: [PATCH] MAINTAINERS: add include/dt-bindings/clock to COMMON CLK FRAMEWORK From: Stephen Boyd Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Lukas Bulwahn To: Lukas Bulwahn , Michael Turquette , linux-clk@vger.kernel.org Date: Wed, 15 Jun 2022 17:19:06 -0700 User-Agent: alot/0.10 Message-Id: <20220616001908.6F726C3411B@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Lukas Bulwahn (2022-06-13 01:51:00) > Maintainers of the directory Documentation/devicetree/bindings/clock > are also the maintainers of the corresponding directory in > include/dt-bindings/clock. >=20 > Add the file entry for include/dt-bindings/clock to the appropriate > section in MAINTAINERS. >=20 > Signed-off-by: Lukas Bulwahn > --- Applied to clk-fixes