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=-15.8 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,SPF_HELO_NONE,SPF_PASS 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 ED626C47082 for ; Mon, 7 Jun 2021 09:58:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB3186023B for ; Mon, 7 Jun 2021 09:58:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230284AbhFGKA0 (ORCPT ); Mon, 7 Jun 2021 06:00:26 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:54896 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230193AbhFGKAZ (ORCPT ); Mon, 7 Jun 2021 06:00:25 -0400 Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 77A8B8DB; Mon, 7 Jun 2021 11:58:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1623059913; bh=iUkngMyy9jwWY7w4KDSLanpOPWrBd8fB8/E1/dXWHME=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=UmP+BxfjNxdNh+jOTp7QJMRe/uFteY/aySenKCTm/ZhlG/ntOF9xASl/YocyzvUAI 7yhFBCOHoLyYWv+k0Ok2rzjE/pi6G43pPARafqIok32FxjL1vRncuzmGQOHTW3umiM iBlJIoD4BwuJ5c9MDx25kwjW4+zrcQAChgM5r/Hc= Date: Mon, 7 Jun 2021 12:58:19 +0300 From: Laurent Pinchart To: Rui Miguel Silva Cc: Greg Kroah-Hartman , Sebastian Siewior , linux-usb@vger.kernel.org Subject: Re: [PATCH] MAINTAINERS: usb: add entry for isp1760 Message-ID: References: <20210607083921.38441-1-rui.silva@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi Rui, On Mon, Jun 07, 2021 at 10:22:08AM +0100, Rui Miguel Silva wrote: > On Mon Jun 7, 2021 at 10:14 AM WEST, Laurent Pinchart wrote: > > On Mon, Jun 07, 2021 at 09:39:21AM +0100, Rui Miguel Silva wrote: > > > Giving support for isp1763 made a little revival to this driver, add > > > entry in the MAINTAINERS file with me and Laurent Pinchart as > > > maintainers. > > > > > > Signed-off-by: Rui Miguel Silva > > > --- > > > MAINTAINERS | 8 ++++++++ > > > 1 file changed, 8 insertions(+) > > > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > > index 503fd21901f1..254803fe599a 100644 > > > --- a/MAINTAINERS > > > +++ b/MAINTAINERS > > > @@ -18869,6 +18869,14 @@ S: Maintained > > > F: drivers/usb/host/isp116x* > > > F: include/linux/usb/isp116x.h > > > > > > +USB ISP1760 DRIVER > > > +M: Laurent Pinchart > > > > I can try to review patches, but I can't commit to having bandwidth to > > do so. I'm thus a bit reluctant to list myself as a maintainer here, as > > I fear my contribution would mostly be to increase frustration caused by > > unresponsive maintainers. > > Do you agree with the bellow better? > +R: Laurent Pinchart > > you will be CCed on patches only. If it's OK to ignore the patches when I don't have the bandwidth :-) I'm currently struggling with the drivers I currently maintain, so I don't expect being able to spend any time on isp1760 for the next 6 months at least. > > > +M: Rui Miguel Silva > > > +L: linux-usb@vger.kernel.org > > > +S: Maintained > > > +F: drivers/usb/isp1760/* > > > +F: Documentation/devicetree/bindings/usb/nxp,isp1760.yaml > > > + > > > USB LAN78XX ETHERNET DRIVER > > > M: Woojung Huh > > > M: UNGLinuxDriver@microchip.com -- Regards, Laurent Pinchart