From patchwork Thu Dec 19 08:43:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3375751 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id F2D429F344 for ; Thu, 19 Dec 2013 08:47:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EAAD42060F for ; Thu, 19 Dec 2013 08:47:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id F11252060E for ; Thu, 19 Dec 2013 08:47:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752837Ab3LSIrH (ORCPT ); Thu, 19 Dec 2013 03:47:07 -0500 Received: from mail-pb0-f46.google.com ([209.85.160.46]:41795 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752821Ab3LSIrG (ORCPT ); Thu, 19 Dec 2013 03:47:06 -0500 Received: by mail-pb0-f46.google.com with SMTP id md12so858899pbc.19 for ; Thu, 19 Dec 2013 00:47:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=i7yuDb28lqhKLErshYxAwaUPFNeK2hdbwMJT7hRu5IE=; b=PjwxdCA7fvp69//z7B7Zb6989GGNgujfHsVgjTYTH8NpOfrwqvseNdeqk2yN2wk3V/ +jBYghWstPPgrlDNEuC3h73/nqaLIiRHLczZKyqwUNrg2ZOHeI5bFXnx1PcMm4CtnawA 5+rl+wyruStz4EXGNRJHA9RUA3IsFFvsj9/gemlUIMWDu6EZw4oPETTyNKUvdwj5ASsG wuJpxuitc1hEhiEbwcnvyh78k1dBiuImdqPY6KIGbpQ9L6flwVGUsiUCgHzD6w2+9B0n nhZcUARUEYzpv2eeYVS1XTzUUeUP0dyasG5EDAl980GTI5JwRM+mn4ooEDviuDfHArz5 eqUQ== X-Gm-Message-State: ALoCoQlwKdcoJAzVQpY5QxkXPxOBd+1UHoVyL/Mkbp70niKZbcgmpS7yNcBDf7QZL3NAkxJevLV+ X-Received: by 10.67.23.164 with SMTP id ib4mr385847pad.42.1387442825895; Thu, 19 Dec 2013 00:47:05 -0800 (PST) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id oc9sm5520341pbb.10.2013.12.19.00.47.03 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 19 Dec 2013 00:47:05 -0800 (PST) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: cjb@laptop.org, sachin.kamat@linaro.org Subject: [PATCH Resend 7/7] mmc: dw_mmc: Add missing description Date: Thu, 19 Dec 2013 14:13:34 +0530 Message-Id: <1387442614-4193-7-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1387442614-4193-1-git-send-email-sachin.kamat@linaro.org> References: <1387442614-4193-1-git-send-email-sachin.kamat@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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