drivers: add support for the TI VLYNQ bus
authorFlorian Fainelli <florian@openwrt.org>
Tue, 16 Jun 2009 22:33:53 +0000 (15:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 17 Jun 2009 02:47:52 +0000 (19:47 -0700)
commit55e331cf7ebe20665253770589cd9eb06048bf25
tree4f64450d5839304fddd80733a703df2e518b9b24
parentf324edc85e5c1137e49e3b36a58cf436ab5b1fb3
drivers: add support for the TI VLYNQ bus

Add support for the TI VLYNQ high-speed, serial and packetized bus.

This bus allows external devices to be connected to the System-on-Chip and
appear in the main system memory just like any memory mapped peripheral.
It is widely used in TI's networking and multimedia SoC, including the AR7
SoC.

Signed-off-by: Eugene Konev <ejka@imfi.kspu.ru>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/vlynq/Kconfig [new file with mode: 0644]
drivers/vlynq/Makefile [new file with mode: 0644]
drivers/vlynq/vlynq.c [new file with mode: 0644]
include/linux/vlynq.h [new file with mode: 0644]