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=-17.4 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E3324C433DB for ; Thu, 11 Feb 2021 09:10:43 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C83F461493 for ; Thu, 11 Feb 2021 09:10:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C83F461493 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=greensocs.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:38806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lA7zl-0000wY-OK for qemu-devel@archiver.kernel.org; Thu, 11 Feb 2021 04:10:41 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42566) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lA7vY-0007ME-4l for qemu-devel@nongnu.org; Thu, 11 Feb 2021 04:06:20 -0500 Received: from beetle.greensocs.com ([5.135.226.135]:53914) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lA7vS-0002QV-OM for qemu-devel@nongnu.org; Thu, 11 Feb 2021 04:06:19 -0500 Received: from [192.168.1.83] (lfbn-lyo-1-486-109.w2-7.abo.wanadoo.fr [2.7.75.109]) by beetle.greensocs.com (Postfix) with ESMTPSA id BD94221C36; Thu, 11 Feb 2021 09:06:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=greensocs.com; s=mail; t=1613034369; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lmAqzq4e3yV8GKYjQaZNDZp5HQ5C6EClKxLvnlMiZxw=; b=gTEAtnU2aDWnZKbAvJsfguzWoqimNUvK4pRr1kNmwWeXgbewD3vQWu+Pns21LIJvU1JZNK z+5V46y29yJi7x+0SUIpZ/g6U537ceJA2a1e0eNnc635FvjwNV6zLS8hBgWKyboKtwDA7J 8q/pd9IcukTKaHS7hemqG3p+VBxNy6w= Subject: Re: [PATCH] MAINTAINERS: add myself maintainer for the clock framework To: Luc Michel , qemu-devel@nongnu.org References: <20210211085318.2507-1-luc@lmichel.fr> From: Damien Hedde Message-ID: <19cf6133-4032-b15c-4ac5-283f823c7086@greensocs.com> Date: Thu, 11 Feb 2021 10:06:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: <20210211085318.2507-1-luc@lmichel.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US-large Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=5.135.226.135; envelope-from=damien.hedde@greensocs.com; helo=beetle.greensocs.com X-Spam_score_int: -22 X-Spam_score: -2.3 X-Spam_bar: -- X-Spam_report: (-2.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.211, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter Maydell , =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" Acked-by: Damien Hedde On 2/11/21 9:53 AM, Luc Michel wrote: > Also add Damien as a reviewer. > > Signed-off-by: Luc Michel > --- > MAINTAINERS | 11 +++++++++++ > 1 file changed, 11 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index e6f1eca30f..67ad14ce14 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -2850,10 +2850,21 @@ M: Bin Meng > S: Supported > F: pc-bios/opensbi-* > F: .gitlab-ci.d/opensbi.yml > F: .gitlab-ci.d/opensbi/ > > +Clock framework > +M: Luc Michel > +R: Damien Hedde > +S: Maintained > +F: include/hw/clock.h > +F: include/hw/qdev-clock.h > +F: hw/core/clock.c > +F: hw/core/clock-vmstate.c > +F: hw/core/qdev-clock.c > +F: docs/devel/clocks.rst > + > Usermode Emulation > ------------------ > Overall usermode emulation > M: Riku Voipio > S: Maintained >