From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757641AbbJVNpZ (ORCPT ); Thu, 22 Oct 2015 09:45:25 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:44079 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756816AbbJVNpX (ORCPT ); Thu, 22 Oct 2015 09:45:23 -0400 X-Auth-Info: izqe4kLFAiPR57ai585UHjfZym0ee1315eg10Dk3QAs= 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> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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