From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759575AbaGYHLq (ORCPT ); Fri, 25 Jul 2014 03:11:46 -0400 Received: from mga02.intel.com ([134.134.136.20]:38716 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757022AbaGYHLp (ORCPT ); Fri, 25 Jul 2014 03:11:45 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,729,1400050800"; d="scan'208";a="548846263" Date: Fri, 25 Jul 2014 10:11:38 +0300 From: Mika Westerberg To: Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Kweh Hock Leong , Eric Miao , Russell King , Haojian Zhuang , Mark Brown , Chew Chiau Ee , Darren Hart , chiauee85@gmail.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Andy Shevchenko Subject: Re: [PATCH] spi/pxa2xx-pci: Enable DMA binding through device name Message-ID: <20140725071138.GU1857@lahna.fi.intel.com> References: <1406196111-22861-1-git-send-email-hock.leong.kweh@intel.com> <10365151.12bEvS9Gvj@wuerfel> <20140724140620.GP1857@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140724140620.GP1857@lahna.fi.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 24, 2014 at 05:06:20PM +0300, Mika Westerberg wrote: > > On a related note, there seems to be a bug in this driver, which > > attempts to set the slave_id through dmaengine_slave_config(), which > > is wrong in both cases, ACPI and filter functions. > > Good point. We will fix this, thanks. I take that back. How we are supposed to set the slave_id if we don't have request line information available (from ACPI or DT)?