Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758982Ab3HMUKI (ORCPT ); Tue, 13 Aug 2013 16:10:08 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:60245 "EHLO mail-bk0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758668Ab3HMUKF (ORCPT ); Tue, 13 Aug 2013 16:10:05 -0400 From: Tomasz Figa To: Mark Brown Cc: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Dan Williams , Jaroslav Kysela , Kukjin Kim , Liam Girdwood , Linus Walleij , Mike Turquette , Padmavathi Venna , Russell King , Sangbeom Kim , Takashi Iwai , Vinod Koul Subject: Re: [PATCH 12/18] ARM: s3c64xx: Add support for DMA using generic amba-pl08x driver Date: Tue, 13 Aug 2013 13:10:02 -0700 (PDT) Message-ID: <4262768.VLqddFvVic@flatron> User-Agent: KMail/4.10.5 (Linux/3.10.5-gentoo-r1; KDE/4.10.5; x86_64; ; ) In-Reply-To: <20130813175251.GC6427@sirena.org.uk> References: <1376243970-6489-1-git-send-email-tomasz.figa@gmail.com> <1376243970-6489-13-git-send-email-tomasz.figa@gmail.com> <20130813175251.GC6427@sirena.org.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1005 Lines: 24 On Tuesday 13 of August 2013 18:52:51 Mark Brown wrote: > On Sun, Aug 11, 2013 at 07:59:24PM +0200, Tomasz Figa wrote: > > +#define pl330_filter pl08x_filter_id > > So, this is pretty fun and probably not going to play too nicely for > multiplatform kernels... Yes, this is really funny and only shows the brokenness of current channel filtering mechanism used in DMA engine subsystem. Fortunately this is quite irrelevant to multiplatform kernels, because no users of it will be compiled in, since it's used only for legacy (non-DT) channel filtering. Anyway, I would happily redesign and rewrite the DMA engine channel matching completely to make it much more sane, but I guess I would need an ack from Vinod and Dan to do it. Best regards, Tomasz -- 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/