drivers: Introduce MEN Chameleon Bus
authorJohannes Thumshirn <johannes.thumshirn@men.de>
Wed, 26 Feb 2014 16:29:05 +0000 (17:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2014 23:36:37 +0000 (15:36 -0800)
commit3764e82e5150d87b205c10cd78a9c9ab86fbfa51
tree07e523fb9cf879b88f43953ec05f982194c512b2
parente5bb7425e5bae76c8950089a946edcba3e0540ab
drivers: Introduce MEN Chameleon Bus

The MCB (MEN Chameleon Bus) is a Bus specific to MEN Mikroelektronik
FPGA based devices. It is used to identify MCB based IP-Cores within
an FPGA and provide the necessary framework for instantiating drivers
for these devices.

Signed-off-by: Johannes Thumshirn <johannes.thumshirn@men.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/mcb/Kconfig [new file with mode: 0644]
drivers/mcb/Makefile [new file with mode: 0644]
drivers/mcb/mcb-core.c [new file with mode: 0644]
drivers/mcb/mcb-internal.h [new file with mode: 0644]
drivers/mcb/mcb-parse.c [new file with mode: 0644]
include/linux/mcb.h [new file with mode: 0644]
include/linux/mod_devicetable.h
This page took 0.035327 seconds and 5 git commands to generate.