From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D852C1A03B8 for ; Fri, 23 Oct 2015 00:45:25 +1100 (AEDT) Date: Thu, 22 Oct 2015 15:46:07 +0200 From: Anatolij Gustschin To: Alexander Popov , Dan Williams Cc: Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman , Rob Herring , Timur Tabi , Grant Likely , Vinod Koul , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linuxppc-dev@lists.ozlabs.org, dmaengine@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/2] powerpc/512x: add LocalPlus Bus FIFO device driver Message-ID: <20151022154607.3a5ebac4@crub> In-Reply-To: <1444597682-22181-2-git-send-email-alex.popov@linux.com> References: <1444597682-22181-1-git-send-email-alex.popov@linux.com> <1444597682-22181-2-git-send-email-alex.popov@linux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 12 Oct 2015 00:08:01 +0300 Alexander Popov wrote: > This driver for Freescale MPC512x LocalPlus Bus FIFO (called SCLPC > in the Reference Manual) allows Direct Memory Access transfers > between RAM and peripheral devices on LocalPlus Bus. > > Signed-off-by: Alexander Popov > --- > arch/powerpc/configs/mpc512x_defconfig | 1 + > arch/powerpc/include/asm/mpc5121.h | 59 +++ > arch/powerpc/platforms/512x/Kconfig | 6 + > arch/powerpc/platforms/512x/Makefile | 1 + > arch/powerpc/platforms/512x/mpc512x_lpbfifo.c | 539 ++++++++++++++++++++++++++ > 5 files changed, 606 insertions(+) > create mode 100644 arch/powerpc/platforms/512x/mpc512x_lpbfifo.c extended with MODULE_DEVICE_TABLE() for of_device_id struct and applied to mpc5xxx/next. Thanks, Anatolij