From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754070AbcBVJhg (ORCPT ); Mon, 22 Feb 2016 04:37:36 -0500 Received: from comal.ext.ti.com ([198.47.26.152]:35144 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753059AbcBVJhc (ORCPT ); Mon, 22 Feb 2016 04:37:32 -0500 Subject: Re: [PATCH 1/5] ARM: davinci: devices-da8xx: Add dma_slave_map to edma To: Peter Ujfalusi References: <1454416997-14230-1-git-send-email-peter.ujfalusi@ti.com> <1454416997-14230-2-git-send-email-peter.ujfalusi@ti.com> CC: , , , From: Sekhar Nori Message-ID: <56CAD6B7.2030706@ti.com> Date: Mon, 22 Feb 2016 15:06:55 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1454416997-14230-2-git-send-email-peter.ujfalusi@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 02 February 2016 06:13 PM, Peter Ujfalusi wrote: > +static const struct dma_slave_map da850_edma1_map[] = { > + { "da830-mmc.1", "rx", EDMA_FILTER_PARAM(0, 28) }, > + { "da830-mmc.1", "tx", EDMA_FILTER_PARAM(0, 29) }, This should be EDMA_FILTER_PARAM(1, 29) (and similar for rx). No need to resend though, I will fix while applying. Regards, Sekhar