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 X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25D51C433E5 for ; Thu, 23 Jul 2020 22:34:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F2AE0207C4 for ; Thu, 23 Jul 2020 22:34:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595543645; bh=d5zpWoahyeJtDv/4qlNoSNBJAbTO0288MoLfGiq+Efo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=BdWeZF7EMv2VDEsT/n2l7YlVO4Xrhka7Q+rbAflQ/o5p+tWTCpRzin5diy7B8uoZq BIjBDCOR72ARziebBt7D5v+AEt9mTwwzvUU5EfW+au0rPvq18SGR/KYJRuIw61A1XW R0Wo03IEPYQaP4/hgEdhHPAhZ1lXj19qYZa74vZg= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727900AbgGWWeE (ORCPT ); Thu, 23 Jul 2020 18:34:04 -0400 Received: from mail.kernel.org ([198.145.29.99]:45266 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726535AbgGWWeE (ORCPT ); Thu, 23 Jul 2020 18:34:04 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2434C20737; Thu, 23 Jul 2020 22:34:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595543644; bh=d5zpWoahyeJtDv/4qlNoSNBJAbTO0288MoLfGiq+Efo=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=iq0lF6w89sJRIuU7HoWqGb+eUerBJT0w1P1QBQnZF5IUOOetrJVwTpIfxoGXmL+sU TA6E0HxOQBizKDRh8dO2doe6YnsxNXr9zLFbzxeHE9qdbye15+/CFI7UnHHHtyYuhn n02WSBNWZIfNAhjYsgJYoeDq3YO+j3BHti4uQTjU= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20200723074112.3159-3-luca@lucaceresoli.net> References: <20200723074112.3159-1-luca@lucaceresoli.net> <20200723074112.3159-3-luca@lucaceresoli.net> Subject: Re: [PATCH v4 2/3] MAINTAINERS: take over IDT VersaClock 5 clock driver From: Stephen Boyd Cc: Luca Ceresoli , Michael Turquette , Rob Herring , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Marek Vasut , Adam Ford To: Luca Ceresoli , linux-clk@vger.kernel.org Date: Thu, 23 Jul 2020 15:34:03 -0700 Message-ID: <159554364353.3847286.14772349373818321380@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Luca Ceresoli (2020-07-23 00:41:11) > Marek has been the primary developer of this driver (thanks!). Now as > he is not working on it anymore he suggested I take over maintainership. >=20 > Cc: Marek Vasut > Signed-off-by: Luca Ceresoli >=20 > --- Applied to clk-next