]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc/512x: add LocalPlus Bus FIFO device driver
authorAlexander Popov <alex.popov@linux.com>
Sun, 11 Oct 2015 21:08:01 +0000 (00:08 +0300)
committerAnatolij Gustschin <agust@denx.de>
Thu, 22 Oct 2015 13:19:40 +0000 (15:19 +0200)
commit1a4bb93f795502e7e8350d4af1aa5909f15ffc28
tree1890e0fe0e1f21fd888178c39e1b4566e5205bb7
parent7e610890b554951dc9afa20d22573761ca2915d6
powerpc/512x: add LocalPlus Bus FIFO device driver

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>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/configs/mpc512x_defconfig
arch/powerpc/include/asm/mpc5121.h
arch/powerpc/platforms/512x/Kconfig
arch/powerpc/platforms/512x/Makefile
arch/powerpc/platforms/512x/mpc512x_lpbfifo.c [new file with mode: 0644]