]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
FMC: create drivers/fmc and toplevel Kconfig question
authorAlessandro Rubini <rubini@gnudd.com>
Wed, 12 Jun 2013 07:13:25 +0000 (09:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Jun 2013 23:38:57 +0000 (16:38 -0700)
commit9c9f32eddee56888c7acd0d69134a5dcae09e1a8
tree2da7a255c0fe298b011759f237de18e01f1e7ab9
parentb1f254e35d85535b17af2786d06fe88f15f304f7
FMC: create drivers/fmc and toplevel Kconfig question

This commit creates the drivers/fmc directory and puts the necessary
hooks for kbuild and kconfig.  The code is currently a placeholder
that only registers an empty bus.

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>
MAINTAINERS
drivers/Kconfig
drivers/Makefile
drivers/fmc/Kconfig [new file with mode: 0644]
drivers/fmc/Makefile [new file with mode: 0644]
drivers/fmc/fmc-core.c [new file with mode: 0644]