Re: [PATCH 1/8] FMC: create drivers/fmc and toplevel Kconfig question

From: Greg KH
Date: Mon Jun 17 2013 - 19:17:37 EST


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 <rubini@xxxxxxxxx>
> Acked-by: Juan David Gonzalez Cobas <dcobas@xxxxxxx>
> Acked-by: Emilio G. Cota <cota@xxxxxxxxx>
> Acked-by: Samuel Iglesias Gonsalvez <siglesias@xxxxxxxxxx>
> ---
> 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/