Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1253832
| From | Anatolij Gustschin <agust@denx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v4 1/2] powerpc/512x: add LocalPlus Bus FIFO device driver |
| Date | 2015-10-22 15:50 +0200 |
| Message-ID | <qmopI-42L-19@gated-at.bofh.it> (permalink) |
| References | <qiw2t-3hE-11@gated-at.bofh.it> <qiw2t-3hE-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 12 Oct 2015 00:08:01 +0300 Alexander Popov <alex.popov@linux.com> 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 <alex.popov@linux.com> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v4 1/2] powerpc/512x: add LocalPlus Bus FIFO device driver Anatolij Gustschin <agust@denx.de> - 2015-10-22 15:50 +0200
csiph-web