Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756027AbbLAJPa (ORCPT ); Tue, 1 Dec 2015 04:15:30 -0500 Received: from mail-wm0-f50.google.com ([74.125.82.50]:38625 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756016AbbLAJPX (ORCPT ); Tue, 1 Dec 2015 04:15:23 -0500 From: Stanimir Varbanov To: linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, dmaengine@vger.kernel.org, Vinod Koul Cc: Rob Herring , Rob Herring , Mark Rutland , Pawel Moll , Ian Campbell , Andy Gross , Archit Taneja , Stanimir Varbanov Subject: [PATCH 0/4] bam dma fixes and one dt extension Date: Tue, 1 Dec 2015 11:14:55 +0200 Message-Id: <1448961299-15161-1-git-send-email-stanimir.varbanov@linaro.org> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 33 Here are three bam dma fixes, which I made during testing qcrypto driver. The first one is a real fix, the second one is related to peripherals on which the BAM IP is initialized by remote execution environment, and the third one is a sleeping bug IMO. The last patch is a extension again for peripherals which BAM is remotely controlled by other execution environment. All patches has been tested on db410c board with apq8016. Comments are welcome! regards, Stan Stanimir Varbanov (4): dmaengine: qcom_bam_dma: fix dma free memory on remove dmaengine: qcom_bam_dma: clear BAM interrupt only if it is rised dmaengine: qcom_bam_dma: use correct pipe FIFO size dmaengine: qcom_bam_dma: add controlled remotely dt property .../devicetree/bindings/dma/qcom_bam_dma.txt | 2 ++ drivers/dma/qcom_bam_dma.c | 24 ++++++++++++++++---- 2 files changed, 21 insertions(+), 5 deletions(-) -- 1.7.9.5 -- 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/