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 1BE07C19F29 for ; Sun, 31 Jul 2022 12:25:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236807AbiGaMZT (ORCPT ); Sun, 31 Jul 2022 08:25:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233019AbiGaMZR (ORCPT ); Sun, 31 Jul 2022 08:25:17 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 768A62DD2; Sun, 31 Jul 2022 05:25:16 -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 1261460D17; Sun, 31 Jul 2022 12:25:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1850DC433C1; Sun, 31 Jul 2022 12:25:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659270315; bh=aJBSCZCKJ4tBgDgWlARQRxv+lVkfJRH7DAy3OuzHRDo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=GrPDz66c59Mq3cdJCsgFbrC93pnWhgxcEZ9rQH85F5igP2PxYdptfcHMBHEIgwe9Y XDnJOLfMWpWP/IdCAdli61DhomE2ukeGup1u6ku8Lt58G0EyoVMaK5dgTdjkQIy3In mjidBjo2S1dAQ87RV67bp+kclfXjq6Bt0ah8yyT7xiyzoMFWD/fV4jSp/WNYrrOlLu guZdohuW/Hry76SKPZa6uerQB5nPh4rfmNBoNn6VQFyyTULUVyItBG64F3GGzsIE6Y 5OliWCEiGZOLOKlpf4Fr2QB7fPa91BJdNf7VKxts7hnG1eHV8pUMfyOlLlpTm7cPV1 mq53yCxTq49Nw== Date: Sun, 31 Jul 2022 13:35:28 +0100 From: Jonathan Cameron To: Marcus Folkesson Cc: Kent Gustavsson , linux-iio , linux-kernel@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: Update Microchip MCP3911 to Maintained Message-ID: <20220731133528.64c51e0f@jic23-huawei> In-Reply-To: <20220723092030.260812-1-marcus.folkesson@gmail.com> References: <20220723092030.260812-1-marcus.folkesson@gmail.com> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 23 Jul 2022 11:20:30 +0200 Marcus Folkesson wrote: > The actual status of the code is Maintained. > > Signed-off-by: Marcus Folkesson > Cc: Kent Gustavsson > Cc: Jonathan Cameron > Cc: linux-iio Applied to the togreg branch of iio.git which I'll rebase after rc1. In meantime pushed out as testing where 0-day will probably ignore this particular patch. Thanks, Jonathan > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 85147ee391d5..47dcbfabedf9 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13085,7 +13085,7 @@ MICROCHIP MCP3911 ADC DRIVER > M: Marcus Folkesson > M: Kent Gustavsson > L: linux-iio@vger.kernel.org > -S: Supported > +S: Maintained > F: Documentation/devicetree/bindings/iio/adc/microchip,mcp3911.yaml > F: drivers/iio/adc/mcp3911.c >