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=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 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 1A118C433E0 for ; Wed, 1 Jul 2020 07:55:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D627C2073E for ; Wed, 1 Jul 2020 07:55:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593590120; bh=5t93NkyfGhKJiTYQKhPT1KaCn9gTsqJJ06hndKaTj1Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LYlGX9gFqHT3p1VkUmcwgqUnHSlcjVCj7qYI75xNYYqsugks+VKLTgQ8cr2u50m5m p29R2T60Sq1h1fh4wWmk1IR+iBYrMAAH6MM3mY2G3NHz6aKCjRFUvbRus3p41CX9Lx GQC3bMgbwNW3CGgisSHDk2T27tmsytleNlCIJu18= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728408AbgGAHzT (ORCPT ); Wed, 1 Jul 2020 03:55:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:48118 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728392AbgGAHzS (ORCPT ); Wed, 1 Jul 2020 03:55:18 -0400 Received: from pali.im (pali.im [31.31.79.79]) (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 57CB0206B6; Wed, 1 Jul 2020 07:55:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593590118; bh=5t93NkyfGhKJiTYQKhPT1KaCn9gTsqJJ06hndKaTj1Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vlhT+lzaWNMNK4uLKefQhXFrghxc0l40imaCxs9ZSxhzqYoaJvwbQfef21615tsct 1ybdJsnpVmaQGLmrGoCjBBv3RNVTt7220zpexa1YFr4EN1A5V+d85twCf0XaatN7g9 Qwfn1JdXLO1qvIN0RnaeYzeHH+9R0xgg8OXpB2AU= Received: by pali.im (Postfix) id 90B6A102D; Wed, 1 Jul 2020 09:55:15 +0200 (CEST) Date: Wed, 1 Jul 2020 09:55:15 +0200 From: Pali =?utf-8?B?Um9ow6Fy?= To: Ajay.Kathat@microchip.com Cc: linux-wireless@vger.kernel.org, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, johannes@sipsolutions.net, Nicolas.Ferre@microchip.com, Claudiu.Beznea@microchip.com, Sripad.Balwadgi@microchip.com, Venkateswara.Kaja@microchip.com Subject: Re: [PATCH v7 00/17] wilc1000: move out of staging Message-ID: <20200701075515.zypusfh4xazqu2fl@pali> References: <20200623110000.31559-1-ajay.kathat@microchip.com> <20200629132612.nl6rfpihzlii6ilh@pali> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tuesday 30 June 2020 03:17:01 Ajay.Kathat@microchip.com wrote: > On 29/06/20 6:56 pm, Pali Rohár wrote: > > EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe > > > > On Tuesday 23 June 2020 11:00:04 Ajay.Kathat@microchip.com wrote: > >> 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. > > > > Hello Ajay! Could you please move SDIO vendor/device ID definitions from > > driver code wilc1000/sdio.c to common file include/linux/mmc/sdio_ids.h? > > > > Currently, the wilc1000 driver movement changes are present in topic > branch and yet to be merged to master branch. Would it be okay to submit > the new patch once driver is merged to 'wireless-driver-next' master and > branch is pulled into Greg's staging repo. I think it should be OK. But maybe Ulf as maintainer of mmc subsystem could have opinion or react on this. > Regards, > Ajay > > > Similar cleanup was recently finished for all existing non-staging drivers: > > https://lore.kernel.org/linux-mmc/20200522144412.19712-1-pali@kernel.org/ > >