From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr0-x235.google.com (mail-wr0-x235.google.com [IPv6:2a00:1450:400c:c0c::235]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id C081721E62BB2 for ; Fri, 1 Sep 2017 03:42:23 -0700 (PDT) Received: by mail-wr0-x235.google.com with SMTP id p14so5497270wrg.3 for ; Fri, 01 Sep 2017 03:45:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=s93oCqQr1GNKNfiIMoI3PLzS3UibqtKw5izOa7KhEWo=; b=GEqTpX6a9xoK8w0RFKiG/7YU38A+iXXxZvMa+xxvNg6GGAHfpW6MuaxdTEr3W6e5TM b8yRUVJdUhFgnMAFnHoqFhfXWYMzgbiz6B/U4hJ0RZcz//wwk9MTYmkESVwcQUZAzSKv XUJnNW1+A5zECFpcv+M4NGQmKtoV4dpgG5xgs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=s93oCqQr1GNKNfiIMoI3PLzS3UibqtKw5izOa7KhEWo=; b=R95ruC2iTs7JlR5uFLLHEjeAjHcVimzS3O4TMlbTFwr+lNN4lrenEXkZU+2T3OMFbP RbKUzKYR9fX+jnvR3x/9AKKGHfw7lGnQVl9jMD/DvQDV3/2k1v3biz+ig2D3jo1DFiLZ 3oeg7QfwFxdPbSiahbnRlMugEOGZk9M9kKZe5+CZjynygTnymLOYI2YtHSvgvzAIlPkc Yg+DXAnmW4NYvFjHnb0RknkDZeqQ/WR7v28mDmr2NUN4LMQoLqgUvphoNCXFD8AhqhgG nO+jlL7m1ebNY/iAlUF2/nDsIqOnOuDG/HSzkHxmGcHgZTkjq/LuQYPS2ibc9VVmDCmj DhkQ== X-Gm-Message-State: AHPjjUiP5acFWkhiF18VjXP/jZ5v2j2WCkQFLAjNVwk+dTEnvgSvoVzn wwMwt8/i/O3De67O X-Google-Smtp-Source: ADKCNb7bi0LNtg8UEEDPW7WP9I+ITZMykBkX52uWY9QD5YNAa0kYPT92uAvoL8EPKLS6JkKSPazPhw== X-Received: by 10.223.128.163 with SMTP id 32mr948303wrl.179.1504262706620; Fri, 01 Sep 2017 03:45:06 -0700 (PDT) Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id r5sm1678793wrc.40.2017.09.01.03.45.05 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 01 Sep 2017 03:45:05 -0700 (PDT) Date: Fri, 1 Sep 2017 11:45:03 +0100 From: Leif Lindholm To: Meenakshi Aggarwal Cc: edk2-devel@lists.01.org, Haojian Zhuang , Jun Nie Message-ID: <20170901104503.xeqzvei6lnukh4bq@bivouac.eciton.net> References: <1504102859-13477-1-git-send-email-meenakshi.aggarwal@nxp.com> <20170831112235.ps23hrth3kjx5aqi@bivouac.eciton.net> <38973291-6c06-ca22-e006-123b711c30ae@linaro.org> MIME-Version: 1.0 In-Reply-To: <38973291-6c06-ca22-e006-123b711c30ae@linaro.org> User-Agent: NeoMutt/20170113 (1.7.2) Subject: Re: [PATCH 1/2] MMC : Recieve response was missing after CMD12 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Sep 2017 10:42:24 -0000 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Thu, Aug 31, 2017 at 09:33:08PM +0800, Jun Nie wrote: > On 2017年08月31日 19:22, Leif Lindholm wrote: > > On Wed, Aug 30, 2017 at 07:50:58PM +0530, Meenakshi Aggarwal wrote: > > > We are not recieving the response from memory card after > > > sending CMD 12. It was not resulting in any failure but > > > we should recieve response after sending a command. > > Per spec, there is response data for CMD12. It is reasonable to read it. > > Reviewed-by: Jun Nie Thanks Jun for the review! Since this patch is valid on its own, I have pushed it as 1cc0f69bbe. No need to include in a v2 submission. However, I noticed after pushing (Doh! and for some reason my pre-push hook didn't catch this), that your submission was missing the required Contributed-under tag, as described by Contributions.txt. Can you confirm that you consider your contribution to be under this agreement, as well as ensure to include this in any further submissions? / Leif