]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
FMC: add a char-device mezzanine driver
authorAlessandro Rubini <rubini@gnudd.com>
Tue, 18 Jun 2013 21:48:07 +0000 (23:48 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 18 Jun 2013 22:42:15 +0000 (15:42 -0700)
commit4debfe409b6e550032bfef9733e9f6f7c5613617
treec647e07600d964c6399e20f04c68ea8467c7b328
parent6007b1bd0f752a5c022f7944c65fb96c39d6db3d
FMC: add a char-device mezzanine driver

This driver exports the memory area associated with the mezzanine card
as a misc device, so users can access registers.

Signed-off-by: Alessandro Rubini <rubini@gnudd.com>
Acked-by: Juan David Gonzalez Cobas <dcobas@cern.ch>
Acked-by: Emilio G. Cota <cota@braap.org>
Acked-by: Samuel Iglesias Gonsalvez <siglesias@igalia.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/fmc/00-INDEX
Documentation/fmc/fmc-chardev.txt [new file with mode: 0644]
drivers/fmc/Kconfig
drivers/fmc/Makefile
drivers/fmc/fmc-chardev.c [new file with mode: 0644]