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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 6DAB2C433FE for ; Mon, 7 Dec 2020 15:49:27 +0000 (UTC) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (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 218CE23741 for ; Mon, 7 Dec 2020 15:49:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 218CE23741 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C6A81860D5; Mon, 7 Dec 2020 15:49:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Gwdjr2_oJgS; Mon, 7 Dec 2020 15:49:26 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 41FFF85FFD; Mon, 7 Dec 2020 15:49:26 +0000 (UTC) Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 326F41BF28A for ; Mon, 7 Dec 2020 15:49:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 2EBF68776F for ; Mon, 7 Dec 2020 15:49:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qz7S0KKRQ3RJ for ; Mon, 7 Dec 2020 15:49:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id F09A487740 for ; Mon, 7 Dec 2020 15:49:21 +0000 (UTC) Date: Mon, 7 Dec 2020 16:50:31 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1607356161; bh=qTBPibEoRu5n/CizFEG0pWRxG9m5E+TMjsuOMLCNFiE=; h=From:To:Cc:Subject:References:In-Reply-To:From; b=VZVM6LsSiUyJ7qdyf5ffpQ8bSADyh6wb2Wid4dEYKTeg5JeGGJdJvBQzCqdDcmUFo G2kvF+J1/lasDYQhIIMVcWoPWU7wIJ2sT3S2nZXbshw0tAADTXT9eAh+UZQZ1xVvyE VxNMc/c36u4vqIw09eoqXlCowKf6DXzImKTK7Wok= From: Greg KH To: Linus Walleij Subject: Re: [PATCH] staging: mt7621-pinctrl: stop using the deprecated 'pinctrl_add_gpio_range' Message-ID: References: <20201206105333.18428-1-sergio.paracuellos@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Weijie Gao , "open list:STAGING SUBSYSTEM" , Jason Yan Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Mon, Dec 07, 2020 at 04:40:06PM +0100, Linus Walleij wrote: > On Mon, Dec 7, 2020 at 2:57 PM Sergio Paracuellos > wrote: > > On Mon, Dec 7, 2020 at 2:05 PM Linus Walleij wrote: > > > > After this I think the driver looks good and can graduate from staging. > > > Can you send a patch to move this to drivers/pinctrl next > > > > > > I think drivers/pinctrl/pinctrl-rt2880.c since we don't expect a lot > > > more of them. > > > > Perfect, let me write the bindings yaml file and send the patch moving this. > > > > What git tree do you prefer the patch to be rebased onto? > > I suppose Gregs since he has some changes to it that it need to > be based on. After v5.11-rc1 it could be the pinctrl tree as well. > I don't know if Greg has a favourite way to de-stage drivers? It all depends on what the subsystem maintainer wants to do. Sometimes we just do a "add a new driver to the real spot" that goes through the subsystem tree, and when that is accepted, I delete the driver in the staging tree. This is most often in networking. Or you can wait until -rc1 and do a move in your tree, or just tell me to do the move in my tree with an ack, and I can handle it all. Whatever is easier for you is fine with me, I'm flexible :) thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel