Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3267262imu; Fri, 18 Jan 2019 07:34:47 -0800 (PST) X-Google-Smtp-Source: ALg8bN5cS/NMR/vpD3/XYN9EdOb4Io20JJdgGPcInd41lasmPzpePL9uh6eyVG1a2528qETM/eg9 X-Received: by 2002:a63:7e5b:: with SMTP id o27mr18035278pgn.214.1547825687076; Fri, 18 Jan 2019 07:34:47 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547825687; cv=none; d=google.com; s=arc-20160816; b=tpJRbtWEOpxPYQrsuhk2eEg/DgLfOnMOzjiLjuvCBEoyN227weXLAAxDf2vQYbi5hS okK0trEio70N5nU/XvjOj7BJmPAM+Krw3s1MvdhIcxai/sbelY+Pl5Z9uHv04Y+lFQjB NiORE2E7i0NiCJIaIhrspbtZ41W9PztafUngvkrM5idn9e7JaE1xhPsfsjQDXM9bNz+G ncLVUeoYsJVOQFQNsTcGjB2e1Yb5PvgvYVv1R9VM8QlCxxsF15qoXKKULQD7+3Om14kw mlVGfbyUfi1n3Gvrv6r/USGX9u75HXgE20A3UDaNQnuIf9iu8rneGxErnQgYaXsxR+WD WYXA== 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; bh=hKXBuSgkU+h7l5ePeoQosikE6RPNWM1k6xrLymxXWn4=; b=Xirb9IimXXYCD0LnsLrby647owLancfbfuEWvj1bOKlu+RLOPEOm60oxUwZYfQ9axL tRGFYInwvqI8bCglL+8JcIADU2lKs5GmDyEzzpMbMVyhWfumHKKu+V+jeRkzY+3bYmKL Fnzvtw4bXqCRPgkCgJTsSPafHrAIFRG4iVxLPdpZibrkTMH+PTJilFmwFzSgt6NEEvbK 5OAJOiHPr/C/zRTlY7r5w53C1uagrU4G/0EwqxD4zOqPD8c+pQ3F66gzrMQFiJwxCjZX A8oB7v9LJp3aOmDZ2S3NXFEM5JSBHC5KIQV6quUoV+uteNO1X6o1ducsFO28OnBkuE6i Z00A== 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 k6si5346457pgr.500.2019.01.18.07.34.28; Fri, 18 Jan 2019 07:34:47 -0800 (PST) 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 S1727924AbfARPc4 (ORCPT + 99 others); Fri, 18 Jan 2019 10:32:56 -0500 Received: from muru.com ([72.249.23.125]:34166 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727448AbfARPc4 (ORCPT ); Fri, 18 Jan 2019 10:32:56 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 214638047; Fri, 18 Jan 2019 15:33:02 +0000 (UTC) Date: Fri, 18 Jan 2019 07:32:51 -0800 From: Tony Lindgren To: Faiz Abbas Cc: Thierry Reding , Thomas Petazzoni , Adrian Hunter , Kishon Vijay Abraham I , Ulf Hansson , Jonathan Hunter , linux-mmc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org, Gregory Clement , linux-omap@vger.kernel.org Subject: Re: [PATCH 2/3] mmc: sdhci-omap: drop ->get_ro() implementation Message-ID: <20190118153251.GT5544@atomide.com> References: <20190115162837.5399-1-thomas.petazzoni@bootlin.com> <20190115162837.5399-3-thomas.petazzoni@bootlin.com> <20190116132747.GB11050@ulmo> <20190116154717.GQ5544@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Faiz Abbas [190118 10:54]: > Tony, > > On 16/01/19 9:17 PM, Tony Lindgren wrote: > > * Thierry Reding [190116 13:28]: > >> On Tue, Jan 15, 2019 at 05:28:36PM +0100, Thomas Petazzoni wrote: > >>> The SDHCI core is know properly checking for the state of a WP GPIO, > >> > >> "know" -> "now" > >> > >>> so there is no longer any need for the sdhci-omap code to implement > >>> ->get_ro() using mmc_gpio_get_ro(). > >>> > >>> Signed-off-by: Thomas Petazzoni > >>> --- > >>> Note: this patch has only been compiled tested, as I don't have the > >>> hardware to test it. > >>> --- > >>> drivers/mmc/host/sdhci-omap.c | 1 - > >>> 1 file changed, 1 deletion(-) > >> > >> I can't runtime test this myself, but it certainly looks like this would > >> do the right thing because it calls the core now call the very same > >> function as this used to, so: > >> > >> Reviewed-by: Thierry Reding > >> > >> Adding Tony and linux-omap for a slightly wider audience and hopefully > >> find someone to test this on. For reference, the whole series is here: > >> > >> https://patchwork.kernel.org/project/linux-mmc/list/?series=66905 > > > > Thanks Kishon can you please review and test? > > > > I can help with testing once Thomas posts a v2. OK great thanks! Tony