Received: by 10.223.185.116 with SMTP id b49csp836522wrg; Sat, 3 Mar 2018 08:34:04 -0800 (PST) X-Google-Smtp-Source: AG47ELskc32/y2HBREJoJKfbfuIHSCtNnLDHeoEs3V8vNeHlmulY473sXR823b6LVL6q1/c/rOrm X-Received: by 10.98.166.85 with SMTP id t82mr9484222pfe.237.1520094844563; Sat, 03 Mar 2018 08:34:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520094844; cv=none; d=google.com; s=arc-20160816; b=U/uSxxsp3i989hV/XSroGz8D50qqQsfr60kEW9RAmMfX/r/EhIwuuD4RmpYJJw2a1A EgLhK6oiYpBvxAi5ghcJl213yH/g70fHNwf1yhAgR+GOAkT8+aiSj+qzRaPdx1GqY6uL ra1spo3p//6WRLtUeHA078uHZnI+mr25F1Zv4J1wXU8Wj+Sc2iK2BXtjrPrOVj20tF15 2ub6M9qho5ZPqvdwqsrQESCFfSkKdJ/ZsmGBtMw9fJz/SqlJ0nt78i1UNJdMbny6ou5y tYF/pemYppLuQzDTMqyk90ZQta/3li+jKoRZ9MJPo4P6zZUkJ9tZm1inphORsWLmlySk K4sg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject:arc-authentication-results; bh=i4u89H2d7Bz8v1DL5jZgyWIdGke7V1/izYNPZWHp1wE=; b=o1FgsU1IKr6E+2ZLUAB9x928d1hj4nR5T8/xLrr5zi3EAJo0t3HemgPxj3E3J8b0kc Te1LtZgeuLg6rPvRvcr95Qp9c0k67rTCj5wiRkxdCFEC30rTF60PjCcAac17vc0pW2OP 3+EP/tckOkyoUpJ6JL3QpcL8kCuYzGaxazUy0ip3F/gKO3bNaNw8ABAJAPscCWukOURG 16mS9u71QSQ9irCO2zA0VZWe6aqm2Q3wgdIPCgGqPXKbiIjF+RJC7319ObeoQ3EUftaS WeGli/W+FIKWeCbuxHImQuj09V8cbDxzogji0Z77v414XFzSwv0b8JKQ6VZQm9Tycd0Q tJtA== 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 v34-v6si6529269plg.402.2018.03.03.08.33.50; Sat, 03 Mar 2018 08:34:04 -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 S1752204AbeCCQdE (ORCPT + 99 others); Sat, 3 Mar 2018 11:33:04 -0500 Received: from relay1.mentorg.com ([192.94.38.131]:54653 "EHLO relay1.mentorg.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752109AbeCCQdD (ORCPT ); Sat, 3 Mar 2018 11:33:03 -0500 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-MBX-04.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1esA5i-0003Vt-TK from Vladimir_Zapolskiy@mentor.com ; Sat, 03 Mar 2018 08:32:58 -0800 Received: from [137.202.108.125] (137.202.0.87) by SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Sat, 3 Mar 2018 16:32:54 +0000 Subject: Re: [PATCH] mmc: Export host capabilities to debugfs. To: Harish Jenny K N , , , , , , References: <1519910255-6296-1-git-send-email-harish_kandiga@mentor.com> CC: , From: Vladimir Zapolskiy Message-ID: Date: Sat, 3 Mar 2018 18:32:53 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Icedove/45.2.0 MIME-Version: 1.0 In-Reply-To: <1519910255-6296-1-git-send-email-harish_kandiga@mentor.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To SVR-IES-MBX-04.mgc.mentorg.com (139.181.222.4) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Harish, On 03/01/2018 03:17 PM, Harish Jenny K N wrote: > This patch exports the host capabilities to debugfs > > Signed-off-by: Andrew Gabbasov > Signed-off-by: Harish Jenny K N > --- would you mind to restore the authorship to Abbas Raza and send v2? Thank you in advance. -- With best wishes, Vladimir