From patchwork Wed Jan 15 05:55:11 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 23218 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-vc0-f199.google.com (mail-vc0-f199.google.com [209.85.220.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id 3C24D202FA for ; Wed, 15 Jan 2014 05:59:43 +0000 (UTC) Received: by mail-vc0-f199.google.com with SMTP id hu8sf969361vcb.10 for ; Tue, 14 Jan 2014 21:59:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:x-original-sender :x-original-authentication-results:precedence:mailing-list:list-id :list-post:list-help:list-archive:list-unsubscribe; bh=i7yuDb28lqhKLErshYxAwaUPFNeK2hdbwMJT7hRu5IE=; b=bTKkz81W4EXEB0159PG2HMwyrvGSLITDt6qziZAhEMpekktbGEw/7vI5CiXNuPK8y+ eVnmbfslpGjbEP8C1f0e1Ohwr2C7aRm8KLf73kMsoDDsJdKcSFIBUYLo0JfVIuXwBAHt vBVlIyX0ZuCbjCpvbHJEPcBmyRfSWo7S7hVaBpRQciTa62tnZfnMecolKCLMD2XBc02H DgCRFcKuIhNVgeCG/fLQpYIHPLhY77p+58knn+Si4UwpAkwljTbPbcO2tSR6jDUn1Nor qXxNJM7RGBqAlJU3lxocyOkrPd9Qo4ci/kCV8NVt36OtmIe/bJD/luZLhMcsDmiDqtP+ 3tDQ== X-Gm-Message-State: ALoCoQkt6rW7HmVLOh/RrvreEIDNqZEQjlBaTjQVQtwi1egdCIKnyHz68M+7A1N9PHhBN2VfPZxI X-Received: by 10.236.20.114 with SMTP id o78mr115504yho.8.1389765582453; Tue, 14 Jan 2014 21:59:42 -0800 (PST) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.49.11.173 with SMTP id r13ls449930qeb.12.gmail; Tue, 14 Jan 2014 21:59:42 -0800 (PST) X-Received: by 10.220.145.75 with SMTP id c11mr197395vcv.30.1389765582371; Tue, 14 Jan 2014 21:59:42 -0800 (PST) Received: from mail-vb0-f47.google.com (mail-vb0-f47.google.com [209.85.212.47]) by mx.google.com with ESMTPS id vc3si1168922vdc.70.2014.01.14.21.59.42 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:42 -0800 (PST) Received-SPF: neutral (google.com: 209.85.212.47 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) client-ip=209.85.212.47; Received: by mail-vb0-f47.google.com with SMTP id p6so231110vbe.6 for ; Tue, 14 Jan 2014 21:59:42 -0800 (PST) X-Received: by 10.58.200.168 with SMTP id jt8mr106121vec.30.1389765582274; Tue, 14 Jan 2014 21:59:42 -0800 (PST) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patches@linaro.org Received: by 10.59.13.131 with SMTP id ey3csp251018ved; Tue, 14 Jan 2014 21:59:41 -0800 (PST) X-Received: by 10.68.226.70 with SMTP id rq6mr313800pbc.107.1389765581419; Tue, 14 Jan 2014 21:59:41 -0800 (PST) Received: from mail-pb0-f49.google.com (mail-pb0-f49.google.com [209.85.160.49]) by mx.google.com with ESMTPS id rt6si2682704pbc.18.2014.01.14.21.59.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:41 -0800 (PST) Received-SPF: neutral (google.com: 209.85.160.49 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.160.49; Received: by mail-pb0-f49.google.com with SMTP id up15so156702pbc.8 for ; Tue, 14 Jan 2014 21:59:41 -0800 (PST) X-Received: by 10.66.226.46 with SMTP id rp14mr278664pac.133.1389765581001; Tue, 14 Jan 2014 21:59:41 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id kk1sm5423001pbd.22.2014.01.14.21.59.38 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 21:59:40 -0800 (PST) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: chris@printf.net, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 7/9] mmc: dw_mmc: Add missing description Date: Wed, 15 Jan 2014 11:25:11 +0530 Message-Id: <1389765313-16744-7-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1389765313-16744-1-git-send-email-sachin.kamat@linaro.org> References: <1389765313-16744-1-git-send-email-sachin.kamat@linaro.org> X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: sachin.kamat@linaro.org X-Original-Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.212.47 is neither permitted nor denied by best guess record for domain of patch+caf_=patchwork-forward=linaro.org@linaro.org) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Precedence: list Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org List-ID: X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Commit 0976f16d ("mmc: dw_mmc: add support tuning scheme") introduced the execute_tuning hook but did not add its description for kernel docs. Update the same. Signed-off-by: Sachin Kamat Acked-by: Jaehoon Chung Acked-by: Seungwon Jeon --- drivers/mmc/host/dw_mmc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/dw_mmc.h b/drivers/mmc/host/dw_mmc.h index 6bf24ab917e6..306451fbbfe1 100644 --- a/drivers/mmc/host/dw_mmc.h +++ b/drivers/mmc/host/dw_mmc.h @@ -244,6 +244,7 @@ struct dw_mci_tuning_data { * @prepare_command: handle CMD register extensions. * @set_ios: handle bus specific extensions. * @parse_dt: parse implementation specific device tree properties. + * @execute_tuning: implementation specific tuning procedure. * * Provide controller implementation specific extensions. The usage of this * data structure is fully optional and usage of each member in this structure