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)
commit3c9059d79f5eea6b8b75ddac97693127c3c41db4
tree7134da85c066a811bc7d1c7c21508d834dbadd67
parent4f59ecfa9b87da09bdc346f2c443e25fa2c0674c
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]