From patchwork Mon Aug 29 11:33:32 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Per Forlin X-Patchwork-Id: 3761 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 8E7C923F41 for ; Mon, 29 Aug 2011 11:34:08 +0000 (UTC) Received: from mail-fx0-f52.google.com (mail-fx0-f52.google.com [209.85.161.52]) by fiordland.canonical.com (Postfix) with ESMTP id 83B46A18277 for ; Mon, 29 Aug 2011 11:34:08 +0000 (UTC) Received: by mail-fx0-f52.google.com with SMTP id 18so6401918fxd.11 for ; Mon, 29 Aug 2011 04:34:08 -0700 (PDT) Received: by 10.223.76.201 with SMTP id d9mr6860933fak.119.1314617648432; Mon, 29 Aug 2011 04:34:08 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.152.11.8 with SMTP id m8cs93056lab; Mon, 29 Aug 2011 04:34:07 -0700 (PDT) Received: by 10.204.157.16 with SMTP id z16mr2048246bkw.163.1314617647619; Mon, 29 Aug 2011 04:34:07 -0700 (PDT) Received: from mail-bw0-f50.google.com (mail-bw0-f50.google.com [209.85.214.50]) by mx.google.com with ESMTPS id l2si2665761bke.162.2011.08.29.04.34.06 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Aug 2011 04:34:07 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of per.forlin@linaro.org) client-ip=209.85.214.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.214.50 is neither permitted nor denied by best guess record for domain of per.forlin@linaro.org) smtp.mail=per.forlin@linaro.org Received: by mail-bw0-f50.google.com with SMTP id zu5so5471497bkb.37 for ; Mon, 29 Aug 2011 04:34:06 -0700 (PDT) Received: by 10.204.135.25 with SMTP id l25mr1992527bkt.200.1314617646268; Mon, 29 Aug 2011 04:34:06 -0700 (PDT) Received: from localhost.localdomain (c-c37f71d5.029-82-6c756e10.cust.bredbandsbolaget.se [213.113.127.195]) by mx.google.com with ESMTPS id s10sm1185215bka.64.2011.08.29.04.34.04 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 29 Aug 2011 04:34:05 -0700 (PDT) From: Per Forlin To: linux-kernel@vger.kernel.org, Linus Walleij , Rabin Vincent Cc: Vinod Koul , linaro-dev@lists.linaro.org, Per Forlin Subject: [PATCH 1/4] dmaengine/ste_dma40: add missing kernel doc for pending_queue Date: Mon, 29 Aug 2011 13:33:32 +0200 Message-Id: <1314617615-2394-2-git-send-email-per.forlin@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1314617615-2394-1-git-send-email-per.forlin@linaro.org> References: <1314617615-2394-1-git-send-email-per.forlin@linaro.org> Signed-off-by: Per Forlin --- drivers/dma/ste_dma40.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/drivers/dma/ste_dma40.c b/drivers/dma/ste_dma40.c index cd3a7c7..486b6c0 100644 --- a/drivers/dma/ste_dma40.c +++ b/drivers/dma/ste_dma40.c @@ -174,6 +174,7 @@ struct d40_base; * @tasklet: Tasklet that gets scheduled from interrupt context to complete a * transfer and call client callback. * @client: Cliented owned descriptor list. + * @pending_queue: Submitted jobs, to be issued by issue_pending() * @active: Active descriptor. * @queue: Queued jobs. * @dma_cfg: The client configuration of this dma channel.