]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/5200: add LocalPlus bus FIFO device driver
authorJohn Bonesio <bones@secretlab.ca>
Tue, 29 Sep 2009 10:43:42 +0000 (10:43 +0000)
committerGrant Likely <grant.likely@secretlab.ca>
Wed, 4 Nov 2009 23:42:47 +0000 (16:42 -0700)
commitbb9e017e852a2b29b1ffcead884ef2cfe452776d
tree7134da85c066a811bc7d1c7c21508d834dbadd67
parent51404300cfae36edd00be93be4fa3d4a4cae8073
powerpc/5200: add LocalPlus bus FIFO device driver

This is a driver for the FIFO device on the LocalPlus bus on an mpc5200 system.
The driver supports programmed I/O through the FIFO as well as setting up DMA
via the BestComm engine through the FIFO.

Signed-off-by: John Bonesio <bones@secretlab.ca>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/powerpc/include/asm/mpc52xx.h
arch/powerpc/platforms/52xx/Kconfig
arch/powerpc/platforms/52xx/Makefile
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c [new file with mode: 0644]