[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1371589927.git.rubini@gnudd.com>
Date: Tue, 18 Jun 2013 23:27:02 +0200
From: Alessandro Rubini <rubini@...dd.com>
To: linux-kernel@...r.kernel.org
Cc: gregkh@...uxfoundation.org,
Juan David Gonzalez Cobas <juan.david.gonzalez.cobas@...n.ch>,
"Emilio G. Cota" <cota@...ap.org>,
Samuel Iglesias Gonsalvez <siglesias@...lia.com>
Subject: [PATCH V2 0/2] FMC: resend sample drivers
As suggested by Greg-KH [1] I'm resending the two example submodules
(one carrier driver and one mezzanine driver) with a proper licence
text for BSD. Among the various wordings, I chose the shortest one, as
used by a number of drivers/net/wireless/ files. Thank you David for
checking the distribution policies.
I rebased to next-20130617 and rebuilt, with no conflicts. In any
of the patches of the original series.
[1] https://lkml.org/lkml/2013/6/17/772:
"Just redo those two patches and send them as 'v2'")
Alessandro Rubini (2):
FMC: add a software carrier driver
FMC: add a software mezzanine driver
Documentation/fmc/00-INDEX | 6 +
Documentation/fmc/fmc-fakedev.txt | 36 ++++
Documentation/fmc/fmc-trivial.txt | 17 ++
drivers/fmc/Kconfig | 18 ++
drivers/fmc/Makefile | 3 +
drivers/fmc/fmc-fakedev.c | 355 +++++++++++++++++++++++++++++++++++++
drivers/fmc/fmc-trivial.c | 107 +++++++++++
7 files changed, 542 insertions(+), 0 deletions(-)
create mode 100644 Documentation/fmc/fmc-fakedev.txt
create mode 100644 Documentation/fmc/fmc-trivial.txt
create mode 100644 drivers/fmc/fmc-fakedev.c
create mode 100644 drivers/fmc/fmc-trivial.c
--
1.7.7.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists