On Wed, Jun 12, 2013 at 09:13:25AM +0200, Alessandro Rubini wrote:
> 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 <rub...@gnudd.com>
> Acked-by: Juan David Gonzalez Cobas <dco...@cern.ch>
> Acked-by: Emilio G. Cota <c...@braap.org>
> Acked-by: Samuel Iglesias Gonsalvez <sigles...@igalia.com>
> ---
>  MAINTAINERS            |    9 +++++++++
>  drivers/Kconfig        |    2 ++
>  drivers/Makefile       |    1 +
>  drivers/fmc/Kconfig    |   17 +++++++++++++++++
>  drivers/fmc/Makefile   |    4 ++++
>  drivers/fmc/fmc-core.c |   24 ++++++++++++++++++++++++
>  6 files changed, 57 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/fmc/Kconfig
>  create mode 100644 drivers/fmc/Makefile
>  create mode 100644 drivers/fmc/fmc-core.c

{sigh}

If only all patch submissions started out this way, my life would be so
nice and comfy, I could just blindly accept new subsystems knowing that
the submitter understood the development process and how to break things
up properly...

Nice job :)

Want me to take this through my char/misc git tree to get to Linus for
3.11?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to