Received: by 10.192.165.148 with SMTP id m20csp2236143imm; Sun, 6 May 2018 09:58:01 -0700 (PDT) X-Google-Smtp-Source: AB8JxZpNd7htAtSK9c3bGAVJ8TPvQjFzwZHKcgqa2+cZU9L14G7MWXW2YWntnSt257mCtNTEsS0a X-Received: by 2002:a63:63c6:: with SMTP id x189-v6mr27475587pgb.371.1525625880984; Sun, 06 May 2018 09:58:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525625880; cv=none; d=google.com; s=arc-20160816; b=HzhEsHjvpaIfMTLun7G4Pve6ibgz9cp+t/yuZyq8qgWy3DK0fyQ15tlPD2/BxOPfj4 9k3xYQpSk3qV/WvmreweAUKmPgDD21BJgtYiARh5zeL6ZazxsGLpCYY0x+Qx6pOm98rZ 9gkbDzrwaMlrFz4/djP3osnYj05ETPsP0qKDR/cc9cibhBHLUkWwmvCcGQZW2p2BSPn6 /RwyHP+CPKcGXY5O8S9i5p3RlJvKKeRMX3sBAiJZzcTh13gM0KyC3qfpYwx+0H0NWRK4 ahP07XHtak+gHhG4pTY17Yu+uFF8XP5NB2kXyA/fPSyYiLeUHIPSKVzsCsl3xQ5E3Q4u d+CA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=CrbrnOjfPJ0PgoFdd0t96WHTUXePLXltg6AQnnzTe6I=; b=kbaWmRef0OeZ6i7Q60MBQpmmklEL47Dyh4paClgDTfQyF4YcikiKM2GFVXE8pgufgD bjREYtUMZ+QUDwGRD40ISZERh+kKEk5MZJ9yDpRcB4d53vU1NlxWIE11GDTXFM3p02qu Jw1qiLV5d6JLQcpPDd3i8oiqI3Lo8J+EiXTnJLzrPpsAbYDE1UJV5sG+FzwsxpfdJn70 YVpQSVUMf5gFPR6K80x2yE5EEqCmT9I78Zh/yBAoxpk4ERnd4fboiTA2hU7xMDknF0ir nmUc8FqAolpevdcdZ4X5KkysBT8Q7hypqVtNkGc3LHFdHSiBVAH+wstgwOcENQnC23bc 90WQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y14-v6si7019289plr.476.2018.05.06.09.57.46; Sun, 06 May 2018 09:58:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834AbeEFQ41 (ORCPT + 99 others); Sun, 6 May 2018 12:56:27 -0400 Received: from muru.com ([72.249.23.125]:40680 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751709AbeEFQ4Z (ORCPT ); Sun, 6 May 2018 12:56:25 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 54095809F; Sun, 6 May 2018 16:58:22 +0000 (UTC) Date: Sun, 6 May 2018 09:56:21 -0700 From: Tony Lindgren To: "Reizer, Eyal" Cc: Eyal Reizer , "bcousson@baylibre.com" , "robh+dt@kernel.org" , "mark.rutland@arm.com" , "linux-omap@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [EXTERNAL] Re: [PATCH] arm: dts: am437x-sk-evm: add wilink8 support Message-ID: <20180506165621.GL98604@atomide.com> References: <1525159453-32489-1-git-send-email-eyalr@ti.com> <20180502145100.GK98604@atomide.com> <5cc906da15da45ab96e06957f878b65b@ti.com> <20180503141759.GP98604@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Reizer, Eyal [180506 07:47]: > I will try to see what I can find out and why it has always been used only > With out-of band interrupts and whether there is a real hardware > Limitation behind it . > In the past also the omap-hsmmc driver was not really supporting in-band > sdio interrupt out of the box. > Not sure what is the state of it tofday. Yeah my guess is that the reason for the separate GPIO interrupt was that on omap3 we did not have SDIO interrupt working for years. This was because of the issues related to padconf interrupts for off mode. We now have Linux generic wakeirq support working with SDIO and it has been confirmed to work also for off mode with mwifiex at least. So there should be no reason to not also use the SDIO interrupt. Regards, Tony