From patchwork Wed Oct 30 11:43:50 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 3114301 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 24434BF924 for ; Wed, 30 Oct 2013 11:46:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 83F6720304 for ; Wed, 30 Oct 2013 11:45:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 865F620121 for ; Wed, 30 Oct 2013 11:45:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752001Ab3J3Lps (ORCPT ); Wed, 30 Oct 2013 07:45:48 -0400 Received: from mail-pb0-f42.google.com ([209.85.160.42]:40916 "EHLO mail-pb0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753302Ab3J3LpY (ORCPT ); Wed, 30 Oct 2013 07:45:24 -0400 Received: by mail-pb0-f42.google.com with SMTP id jt11so1274827pbb.1 for ; Wed, 30 Oct 2013 04:45:24 -0700 (PDT) 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=h2QuPKaFHwaTtsi3QTDNoynG5CDryXLgcIDf44bhal4=; b=hsQ3pIXyCEZlLYEFe0ou2E/alcrJoAT87j5J4pJiTkAK0jicDR0jUmqeE083uBcEcz mld4qL0rVUs6bLflExdb40LN7O6LlOCTHckxkV22M7cdaPnkVK8dO96WQ6JE3ZHWJTw9 vQ3dUP4vkmW4JyMY8w9ieSY7hDoAIx0ZzcH9GGeERclbDHEP1VUw5EVUl6AV52L0bTqE 1N9BviAHGe4m/9FOl1xt6gBOsMrdEHQEyXKKcTt1yxFeDK4ubARcYwC9h3DXIc/7hOMJ WZbAMFZk/iaMflo9EmH6mGQBZ/0OFJeO8sw2maD4Z8OyxDKfWJ9C+D1W4uvqNJ1bw093 gPEg== X-Gm-Message-State: ALoCoQn+2L8qs4evCf/7Whk6RkFIsqzCM0NC6pzi0M1OBx6Cx+v+9TANUEonWc9rjYMegRpT9YZH X-Received: by 10.68.91.3 with SMTP id ca3mr4835996pbb.20.1383133524266; Wed, 30 Oct 2013 04:45:24 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id xn12sm4294655pac.12.2013.10.30.04.45.22 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 30 Oct 2013 04:45:23 -0700 (PDT) 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: Wed, 30 Oct 2013 17:13:50 +0530 Message-Id: <1383133430-22079-7-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1383133430-22079-1-git-send-email-sachin.kamat@linaro.org> References: <1383133430-22079-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 6bf24ab..306451f 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