Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753493Ab3GJJsV (ORCPT ); Wed, 10 Jul 2013 05:48:21 -0400 Received: from mail-ie0-f175.google.com ([209.85.223.175]:64808 "EHLO mail-ie0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752059Ab3GJJsU (ORCPT ); Wed, 10 Jul 2013 05:48:20 -0400 MIME-Version: 1.0 In-Reply-To: <20130710093055.GW24642@n2100.arm.linux.org.uk> References: <1373446263-7772-1-git-send-email-jonas.jensen@gmail.com> <20130710093055.GW24642@n2100.arm.linux.org.uk> Date: Wed, 10 Jul 2013 11:48:19 +0200 Message-ID: Subject: Re: [PATCH] dmaengine: Add MOXA ART DMA engine driver From: Jonas Jensen To: Russell King - ARM Linux Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, arm@kernel.org, vinod.koul@intel.com, djbw@fb.com, arnd@arndb.de Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 660 Lines: 20 On 10 July 2013 11:30, Russell King - ARM Linux wrote: > Do you actually make any use what so ever of the vchan support? Only because it was inspired by the edma driver: static inline struct moxart_dma_chan *to_moxart_dma_chan(struct dma_chan *c) { return container_of(c, struct moxart_dma_chan, vchan.chan); } It could use struct dma_chan instead I think. Best regards, Jonas -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/