From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754092AbbLOReP (ORCPT ); Tue, 15 Dec 2015 12:34:15 -0500 Received: from mga09.intel.com ([134.134.136.24]:47896 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753949AbbLOReN (ORCPT ); Tue, 15 Dec 2015 12:34:13 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,433,1444719600"; d="scan'208";a="13665822" Date: Tue, 15 Dec 2015 23:07:26 +0530 From: Vinod Koul To: Linus Torvalds Cc: LKML , dma Subject: [GIT PULL] dmaengine fixes for 4.4-rc6 Message-ID: <20151215173726.GL1854@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 Hi Linus, The following changes since commit 31ade3b83e1821da5fbb2f11b5b3d4ab2ec39db8: Linux 4.4-rc3 (2015-11-29 18:58:26 -0800) are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git tags/dmaengine-fix-4.4-rc6 for you to fetch changes up to aa876cd4b41b4e3bcfbc75dd5750d75d5fa97a67: dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() (2015-12-10 09:48:01 +0530) ---------------------------------------------------------------- dmaengine fixes for 4.4-rc6 This has fixes spread thru driver, notably among them - edma fixes for recent edma DT changes which went into 4.4 - odd fixes for at_hdmac - minor fixes on bc dma and mic dma ---------------------------------------------------------------- Cyrille Pitchen (1): dmaengine: at_xdmac: fix at_xdmac_prep_dma_memcpy() Ludovic Desroches (2): dmaengine: at_xdmac: fix macro typo dmaengine: at_xdmac: fix false condition for memset_sg transfers Peter Ujfalusi (3): dmaengine: bcm2835-dma: Convert to use DMA pool dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit type dmaengine: edma: DT: Change reserved slot array from 16bit to 32bit type Saurabh Sengar (1): dmaengine: mic_x100: add missing spin_unlock Sylvain ETIENNE (1): dmaengine: at_xdmac: fix bad behavior in interleaved mode Vinod Koul (1): Merge branch 'fix/edma' into fixes Documentation/devicetree/bindings/dma/ti-edma.txt | 10 ++- drivers/dma/at_xdmac.c | 9 ++- drivers/dma/bcm2835-dma.c | 78 ++++++++++++++++------- drivers/dma/edma.c | 53 +++++++++------ drivers/dma/mic_x100_dma.c | 15 +++-- include/linux/platform_data/edma.h | 2 +- 6 files changed, 110 insertions(+), 57 deletions(-) Thanks -- ~Vinod