From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH v7 0/2] dma: imx-dma: OFTree support Date: Mon, 27 May 2013 15:33:57 +0530 Message-ID: <20130527100357.GA30200@intel.com> References: <1369562001-11494-1-git-send-email-mpa@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1369562001-11494-1-git-send-email-mpa-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Markus Pargmann Cc: Lars-Peter Clausen , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, Rob Herring , kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Dan Williams , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Sun, May 26, 2013 at 11:53:19AM +0200, Markus Pargmann wrote: > Hi, > > this series adds support for the generic DMA DT bindings for imx-dma. > > Regards, > > Markus > > > Changes in v7: > - rebased onto v3.10-rc2 Applied thanks... -- ~Vinod > > Markus Pargmann (2): > dma: imx-dma: Add oftree support > DMA: imx-dma: imxdma->dev used uninitialized > > .../devicetree/bindings/dma/fsl-imx-dma.txt | 48 ++++++++++++++ > drivers/dma/imx-dma.c | 77 +++++++++++++++++++++- > include/linux/platform_data/dma-imx.h | 6 +- > 3 files changed, 126 insertions(+), 5 deletions(-) > create mode 100644 Documentation/devicetree/bindings/dma/fsl-imx-dma.txt >