From patchwork Fri Oct 12 14:31:41 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Viresh Kumar X-Patchwork-Id: 1586931 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 3984CDFF71 for ; Fri, 12 Oct 2012 14:34:18 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TMgHZ-0004tG-TK; Fri, 12 Oct 2012 14:32:09 +0000 Received: from mail-pa0-f49.google.com ([209.85.220.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TMgHU-0004rG-Qu for linux-arm-kernel@lists.infradead.org; Fri, 12 Oct 2012 14:32:05 +0000 Received: by mail-pa0-f49.google.com with SMTP id bi5so3009890pad.36 for ; Fri, 12 Oct 2012 07:32:04 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:x-gm-message-state; bh=jKaHNQf9+kMsbbJLMNk5JAVwHHjqDLt/lwM6b1Qp8jc=; b=TkNZWs74p/jO2zwkl3aqzPfPGCXKHBu4udtmtbb6bA6FBzLXND60kvfbf5CSJCzws9 bBPzByJB7PPWPD8ir8/iVPyi8nrH2Smm0PlN6W5tsXjbdE4nC/Z7ukQayxAAohOXr0R0 FZebaBOsnzKye/90aN+wLaXzeWKDOZli2FF61GqMZGf0i9igbwyumZIMTzGZcDo+gbm4 +pAMybL+yjbw/3hqVLVjgD0SGXnCaILszkyVLQaxu1NLJCwO8DFh3mnGjjQ8sTCFBhXy QGLXts7t0SW22chr7GAaqN2TWwP7YPO/ifKxffPJL85CU4C+t1LGxQ8n9iXM0SNh3ajJ dkZA== Received: by 10.68.203.195 with SMTP id ks3mr14134710pbc.79.1350052324443; Fri, 12 Oct 2012 07:32:04 -0700 (PDT) Received: from localhost ([122.172.245.185]) by mx.google.com with ESMTPS id pw2sm4526584pbb.59.2012.10.12.07.32.01 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 07:32:03 -0700 (PDT) From: Viresh Kumar To: vinod.koul@intel.com Subject: [PATCH V2 1/3] dmaengine: dw_dmac: Update documentation style comments for dw_dma_platform_data Date: Fri, 12 Oct 2012 20:01:41 +0530 Message-Id: <142ef9170a2c69657d8a05ac127a9970d7b04965.1350051925.git.viresh.kumar@linaro.org> X-Mailer: git-send-email 1.7.12.rc2.18.g61b472e X-Gm-Message-State: ALoCoQnnSHe/f5rs2L2U82c8z2Q0PDaObshOBgIc9PENLx1lR3MufbbOOb1rHzp/t5g2ycByBwhR X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.220.49 listed in list.dnswl.org] -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: Viresh Kumar , devicetree-discuss@lists.ozlabs.org, spear-devel@list.st.com, linux-kernel@vger.kernel.org, andriy.shevchenko@linux.intel.com, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Documentation style comments were missing for few fields in struct dw_dma_platform_data. Add these. Signed-off-by: Viresh Kumar --- include/linux/dw_dmac.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/dw_dmac.h b/include/linux/dw_dmac.h index e1c8c9e..62a6190 100644 --- a/include/linux/dw_dmac.h +++ b/include/linux/dw_dmac.h @@ -19,6 +19,8 @@ * @nr_channels: Number of channels supported by hardware (max 8) * @is_private: The device channels should be marked as private and not for * by the general purpose DMA channel allocator. + * @chan_allocation_order: Allocate channels starting from 0 or 7 + * @chan_priority: Set channel priority increasing from 0 to 7 or 7 to 0. * @block_size: Maximum block size supported by the controller * @nr_masters: Number of AHB masters supported by the controller * @data_width: Maximum data width supported by hardware per AHB master