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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4DCE6C433EF for ; Tue, 8 Mar 2022 07:06:54 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KCRG33h0wz30K0 for ; Tue, 8 Mar 2022 18:06:51 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=Mqfig3KD; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=linuxfoundation.org (client-ip=2604:1380:4601:e00::1; helo=ams.source.kernel.org; envelope-from=gregkh@linuxfoundation.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=Mqfig3KD; dkim-atps=neutral Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KCRFJ173zz2yph for ; Tue, 8 Mar 2022 18:06:10 +1100 (AEDT) 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 ams.source.kernel.org (Postfix) with ESMTPS id 9DFEDB817CF; Tue, 8 Mar 2022 07:06:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84F96C340EB; Tue, 8 Mar 2022 07:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1646723166; bh=SsdHusTl3QI8L9Ly+y53eKxrZbMr6a0OkOwSEoD9JVQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Mqfig3KDabrKxjUQH4fbAy3ai5Rig5TC0dONyPe8WoLOMcDB9GjViUgDzd4pAyjeR lSoX8erYqF9i8dU14DAhKvxxqHsU/RP90DcsochSvcJwiMpUpzQr4IS3er65NlUW7S wiDizF0RwKMY6XOzFfeTtYw4o8bd/hZ66cAqktoI= Date: Tue, 8 Mar 2022 08:06:01 +0100 From: Greg Kroah-Hartman To: Zev Weiss Subject: Re: [PATCH v2 2/2] misc: Add power-efuse driver Message-ID: References: <20220308011811.10353-1-zev@bewilderbeest.net> <20220308011811.10353-3-zev@bewilderbeest.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220308011811.10353-3-zev@bewilderbeest.net> X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: openbmc@lists.ozlabs.org, Mark Brown , linux-kernel@vger.kernel.org, Arnd Bergmann , Liam Girdwood Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" On Mon, Mar 07, 2022 at 05:18:10PM -0800, Zev Weiss wrote: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7058,6 +7058,11 @@ S: Orphan > W: http://aeschi.ch.eu.org/efs/ > F: fs/efs/ > > +POWER EFUSE DRIVER > +M: Zev Weiss > +S: Maintained > +F: drivers/misc/power-efuse.c > + > EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER > M: Douglas Miller > L: netdev@vger.kernel.org Entries need to be in sorted order :(