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 A5D19C61DA4 for ; Mon, 6 Mar 2023 20:18:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229726AbjCFUSD (ORCPT ); Mon, 6 Mar 2023 15:18:03 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229734AbjCFUSB (ORCPT ); Mon, 6 Mar 2023 15:18:01 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB7771ADF1 for ; Mon, 6 Mar 2023 12:17:58 -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 0F8F560F31 for ; Mon, 6 Mar 2023 20:17:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5AE70C4339E; Mon, 6 Mar 2023 20:17:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678133877; bh=ovaisSO9ZlCn6dh9S+udG+WRrE7AKHP3BafUX8BrrPo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Ah7Ecli74vrlB34dEIVxVHICsXEet2SnJBv+SdUOYtPZ/cgcruoAmn9dNai7YCl/p NahoL79aeJpxxe/rcQWPv6wxGPneZWGK4RIFXixY7yb/Ac15lR8pbj8cgBYub/SCKJ 65vLvgqZAg3bTjO8JweRm/EUCxqbbLUzd4FcG668nvVHx25Glv2D73y9mKpp6Yn2Xi 7DNlG7c1WlRpGHMDR4Gb22cfOFr8DI7QZTV09i97SR+LNuzfXF6ql4Tu47gHI7B7o6 /eVBClPmN0oKQP9gPPcH82jNpEdMyMvcKcfKdscCeUacDSWunCAiLlwOa4HOfCqVek et5vySU3s+hXg== Message-ID: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230222124610.257101-1-conor.dooley@microchip.com> References: <20230222124610.257101-1-conor.dooley@microchip.com> Subject: Re: [PATCH] MAINTAINERS: add missing clock driver coverage for Microchip FPGAs From: Stephen Boyd Cc: Conor Dooley , linux-clk@vger.kernel.org, daire.mcnamara@microchip.com, linux-riscv@lists.infradead.org To: Conor Dooley , Conor Dooley Date: Mon, 06 Mar 2023 12:17:53 -0800 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Conor Dooley (2023-02-22 04:46:11) > When the CCC support was added, the clock binding coverage was > converted to a regex in commit 71c8517e004b ("MAINTAINERS: update > polarfire soc clock binding"), but the coverage for the clock drivers > themselves was not updated. Rectify that now. >=20 > Signed-off-by: Conor Dooley > --- Applied to clk-fixes