From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755298AbbBTW20 (ORCPT ); Fri, 20 Feb 2015 17:28:26 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:43560 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754759AbbBTW2Y (ORCPT ); Fri, 20 Feb 2015 17:28:24 -0500 Date: Fri, 20 Feb 2015 16:28:21 -0600 From: Andy Gross To: Stanimir Varbanov Cc: Archit Taneja , vinod.koul@intel.com, dmaengine@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] dmaengine: qcom_bam_dma: Add support for BAM v1.7.0 Message-ID: <20150220222821.GA13997@qualcomm.com> References: <1421910266-8573-1-git-send-email-architt@codeaurora.org> <54E72129.30902@mm-sol.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54E72129.30902@mm-sol.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 20, 2015 at 01:57:29PM +0200, Stanimir Varbanov wrote: > > + [BAM_IRQ_EN] = { 0x0001C, 0x00, 0x00, 0x00 }, > > + [BAM_CNFG_BITS] = { 0x0007C, 0x00, 0x00, 0x00 }, > > + [BAM_IRQ_SRCS_EE] = { 0x03000, 0x00, 0x00, 0x80 }, > > + [BAM_IRQ_SRCS_MSK_EE] = { 0x03004, 0x00, 0x00, 0x80 }, > > huh, 0x80 should be 0x1000 ? yeah the SRCS_EE and SRCS_MSK_EE should be 0x1000. good catch -- Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project