From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753261AbbFDPzU (ORCPT ); Thu, 4 Jun 2015 11:55:20 -0400 Received: from mga03.intel.com ([134.134.136.65]:9930 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbbFDPzS (ORCPT ); Thu, 4 Jun 2015 11:55:18 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,553,1427785200"; d="scan'208";a="705362881" Date: Thu, 4 Jun 2015 21:26:22 +0530 From: Vinod Koul To: Linus Torvalds Cc: dma , LKML Subject: [PULL REQUEST] slave dmaengine fixes Message-ID: <20150604155622.GQ3140@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 Hey Linus, We have two small fixes on driver, please consider pulling them to receive fixes for: - pl330 termination hang fix by Krzysztof - hsu memory leak fix by Peter The following changes since commit 5ebe6afaf0057ac3eaeb98defd5456894b446d22: Linux 4.1-rc2 (2015-05-03 19:22:23 -0700) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git fixes for you to fetch changes up to 429770823d961187c39df490d49683c467b10065: dmaengine: hsu: Fix memory leak when stopping a running transfer (2015-06-02 18:33:08 +0530) ---------------------------------------------------------------- Krzysztof Kozlowski (1): dmaengine: pl330: Fix hang on dmaengine_terminate_all on certain boards Peter Ujfalusi (1): dmaengine: hsu: Fix memory leak when stopping a running transfer drivers/dma/hsu/hsu.c | 5 ++++- drivers/dma/pl330.c | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) -- ~Vinod