From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.ml.walleij@gmail.com (Linus Walleij) Date: Fri, 7 May 2010 21:00:46 +0200 Subject: [FOR RMK] PL330: Add common core driver In-Reply-To: <1272685028-14295-1-git-send-email-jassisinghbrar@gmail.com> References: <1272685028-14295-1-git-send-email-jassisinghbrar@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 2010/5/1 Jassi Brar : > From: Jassi Brar > > PL330 is a configurable DMA controller PrimeCell device. > The register map of the device is well defined. > The configuration of a particular implementation can be > read from the six configuration registers CR0-4,Dn. > > This patch implements a driver for the specification:- > http://infocenter.arm.com/help/topic/com.arm.doc.ddi0424a/DDI0424A_dmac_pl330_r0p0_trm.pdf > > The exported interface should be sufficient to implement > a driver for any DMA API. > > Signed-off-by: Jassi Brar Reviewed-by: Linus Walleij Yours, Linus Walleij