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 5C162C433F5 for ; Wed, 9 Mar 2022 18:24:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236653AbiCISZs (ORCPT ); Wed, 9 Mar 2022 13:25:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44096 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236447AbiCISZe (ORCPT ); Wed, 9 Mar 2022 13:25:34 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 05B73674E6; Wed, 9 Mar 2022 10:24:27 -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 8900761670; Wed, 9 Mar 2022 18:24:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id DD693C340E8; Wed, 9 Mar 2022 18:24:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646850266; bh=XVe6hQddOEoUOdatIlL3UN6Z9+g4NeqXw/MGBTd0ohI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=oPnm9Kjx0Df4PQFYrsBuv/qvOtTptQNNErvs9lz8pYkdTREQJg7jr8+D52+gSKixs QVke9DG+ldd6ylDCKr86ew31CovsoiF8WwuvbZ2E1WZkAnBGDbyuM35+GYhefVZMbN XP6OJJVFz6PpuNcAAHS9p7tDVNBKCF/JE8OVWYo5hMyM4unosoCG360jJl3yoqhxGZ 9J5pxGzcl9wnNMf8eqXF9mSs0rJP1PajyfP1NTOeCkNOPJ1qwhqQNwQslfz6zfbI+d t45kEx6k+UnHmPHwTZAyIQkEY4Di12Zo1mGxNE0gQdObOrfBX10/HXhLjhyhZg911K n88ntACiKV9Lw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <20220216132214.258865-1-abel.vesa@nxp.com> Subject: Re: [PATCH] MAINTAINERS: clk: imx: add git tree and dt-bindings files From: Stephen Boyd Cc: linux-clk@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List To: Abel Vesa Date: Wed, 09 Mar 2022 10:24:24 -0800 User-Agent: alot/0.10 Message-Id: <20220309182425.DD693C340E8@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Abel Vesa (2022-03-04 01:44:42) > On 22-02-16 15:22:14, Abel Vesa wrote: > > The i.MX clocks dt-bindings are going through the same tree as > > the drivers, so add them to the same entry. Also add the git > > tree and branch used. > >=20 > > Signed-off-by: Abel Vesa >=20 > Stephen, will you be picking up this yourself ? Sure.