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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 36908C43603 for ; Tue, 10 Dec 2019 09:27:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 089F82073D for ; Tue, 10 Dec 2019 09:27:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575970071; bh=FXwGmlP7i/ZGQ9Iif2A4jfF4n1WNZuzQofHTptkaPcE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Onw4ilFrSgErRP/5DZZHPxE393N5uycHG9seJXLXPl3+h+SDjFfn3SW6QQT5rOI1c wvshkTYDyHAG+RodP21ggdC+ZVUwU3dzqks5lEqXUAP4JRPyH5ZbEIwAA+BPqpA7DJ VDyLcs1d8cmfxOlvFDy4cJNZqoMFbTi9iQzAOzo0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727224AbfLJJ1u (ORCPT ); Tue, 10 Dec 2019 04:27:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:54580 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726574AbfLJJ1u (ORCPT ); Tue, 10 Dec 2019 04:27:50 -0500 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 17D1920726; Tue, 10 Dec 2019 09:27:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1575970069; bh=FXwGmlP7i/ZGQ9Iif2A4jfF4n1WNZuzQofHTptkaPcE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aeeBMHyr1E204MPUijGvJJF2bDOP+Hw74l6LisLPKzrGhOtXGPUEKSXhJPRlXxnRz K33VP4P7cLH/Ve4QdevGNa3mBLb1ZeNX4VMHRYe2GXUf7xO4q0+ld96OBoIgNkXev5 fQrAvwyRmZKBbliWrRP8oUk+zH8wmxM9k82DmYt8= Date: Tue, 10 Dec 2019 10:27:47 +0100 From: Greg KH To: Adham.Abozaeid@microchip.com Cc: julian.calaby@gmail.com, devel@driverdev.osuosl.org, johannes@sipsolutions.net, linux-wireless@vger.kernel.org, Ajay.Kathat@microchip.com Subject: Re: [PATCH 1/4] staging: wilc1000: use runtime configuration for sdio oob interrupt Message-ID: <20191210092747.GA3548978@kroah.com> References: <20191122205153.30723-1-adham.abozaeid@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Tue, Dec 03, 2019 at 07:10:26PM +0000, Adham.Abozaeid@microchip.com wrote: > > > On 11/25/19 2:26 AM, Julian Calaby wrote: > > Hi Adham, > > > > The OOB interrupt is a GPIO and this is an SDIO card, so why not just > > set the relevant pin in the devicetree and detect it based on that? > > > > I'm pretty sure that the Broadcom fmac driver does something like this. > Thanks Julian and Dan for your feedback. We will go through the fmac driver to see how to improve OOB selection based on that, and send v2 of this patch. > Greg, will it be possible to ignore this patch for now and merge the rest of the patch series? Now ignored!