From mboxrd@z Thu Jan 1 00:00:00 1970 From: Srinivas Kandagatla Subject: Re: [PATCH v2 11/14] mmc: mmci: Add support to data commands via variant structure. Date: Fri, 23 May 2014 10:10:08 +0100 Message-ID: <537F1070.5010303@linaro.org> References: <1400146447-29803-1-git-send-email-srinivas.kandagatla@linaro.org> <1400146660-30261-1-git-send-email-srinivas.kandagatla@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f50.google.com ([74.125.82.50]:45042 "EHLO mail-wg0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752967AbaEWJKN (ORCPT ); Fri, 23 May 2014 05:10:13 -0400 Received: by mail-wg0-f50.google.com with SMTP id x12so4495004wgg.21 for ; Fri, 23 May 2014 02:10:10 -0700 (PDT) In-Reply-To: Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Linus Walleij Cc: Russell King , Ulf Hansson , "linux-mmc@vger.kernel.org" , Chris Ball , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" Thanks Linus W. On 23/05/14 10:09, Linus Walleij wrote: > On Thu, May 15, 2014 at 11:37 AM, wrote: > >> From: Srinivas Kandagatla >> >> On some SOCs like Qcom there are explicit bits in the command register >> to specify if its a data transfer command or not. So this patch adds >> support to such bits in variant data, giving more flexibility to the >> driver. >> >> Signed-off-by: Srinivas Kandagatla > > Reviewed-by: Linus Walleij > > Yours, > Linus Walleij >