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=-0.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 A934DC433DF for ; Wed, 24 Jun 2020 09:10:05 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (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 7BE9E206FA for ; Wed, 24 Jun 2020 09:10:05 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KPHh0wDl" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7BE9E206FA Authentication-Results: mail.kernel.org; dmarc=none (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 silver.osuosl.org (Postfix) with ESMTP id 4BFE02214F; Wed, 24 Jun 2020 09:10:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NFxpmEVtpe-3; Wed, 24 Jun 2020 09:10:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1F79120774; Wed, 24 Jun 2020 09:10:04 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 9E14E1BF860 for ; Wed, 24 Jun 2020 09:10:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 9A22F87F94 for ; Wed, 24 Jun 2020 09:10:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h62v7bt8BKml for ; Wed, 24 Jun 2020 09:10:02 +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 whitealder.osuosl.org (Postfix) with ESMTPS id 09A49876D5 for ; Wed, 24 Jun 2020 09:10:02 +0000 (UTC) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2022F206FA; Wed, 24 Jun 2020 09:10:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592989801; bh=ySZRsnelEtYBE9E+FVEs9L8ikqhoNBjiN1Mye2PDBFw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KPHh0wDlRKWHLWvJ9N6DUZIoTErg8CqXoedkQvXOW8ZlIDETkMb8fbG+JoUX8pXZt FlYHnIbPDwI8fuEotnM2Kw0k2P08t2PnVteZVDjaYgODDiSLeJ++nuM6BrPc2MaIEO Sz57wwRDereYAmoA8gz3Hz83fHrNZcvg9ozTq4mc= Date: Wed, 24 Jun 2020 11:10:00 +0200 From: Greg KH To: Kalle Valo Subject: Re: [PATCH v7 00/17] wilc1000: move out of staging Message-ID: <20200624091000.GD1731290@kroah.com> References: <20200623110000.31559-1-ajay.kathat@microchip.com> <87ftaketkw.fsf@tynnyri.adurom.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <87ftaketkw.fsf@tynnyri.adurom.net> 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: devel@driverdev.osuosl.org, Ajay.Kathat@microchip.com, Venkateswara.Kaja@microchip.com, linux-wireless@vger.kernel.org, Nicolas.Ferre@microchip.com, Sripad.Balwadgi@microchip.com, johannes@sipsolutions.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" On Wed, Jun 24, 2020 at 11:50:07AM +0300, Kalle Valo wrote: > writes: > > > From: Ajay Singh > > > > This patch series is to review and move wilc1000 driver out of staging. > > Most of the review comments received in [1] & [2] are addressed in the > > latest code. > > Please review and provide your inputs. > > > > [1]. https://lore.kernel.org/linux-wireless/1537957525-11467-1-git-send-email-ajay.kathat@microchip.com/ > > [2]. https://lore.kernel.org/linux-wireless/1562896697-8002-1-git-send-email-ajay.kathat@microchip.com/ > > > > Changes since v6: > > - added Reviewed-by tag received for DT binding document patch earlier. > > * https://lore.kernel.org/linux-wireless/20200405013235.GA24105@bogus > > - merged latest driver and included --base commit as suggested. > > Greg, in preparation for moving the driver to drivers/net/wireless can I > ask you to not to take wilc1000 patches for the time being? I think that > way it would be easier to move the driver between trees if there are no > changes after v5.8-rc1. Or is there a better way handle the move? The best way is for there to be a series of patches that just adds the driver to the "real" part of the tree, and when that is merged, let me know and I will just delete the driver version in the staging tree. Does that work for you? thanks, greg k-h _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel