public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 0/2] FMC: resend sample drivers
@ 2013-06-18 21:27 Alessandro Rubini
  2013-06-18 21:27 ` [PATCH V2 1/2] FMC: add a software carrier driver Alessandro Rubini
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Alessandro Rubini @ 2013-06-18 21:27 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, Juan David Gonzalez Cobas, Emilio G. Cota,
	Samuel Iglesias Gonsalvez

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-06-18 21:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 21:27 [PATCH V2 0/2] FMC: resend sample drivers Alessandro Rubini
2013-06-18 21:27 ` [PATCH V2 1/2] FMC: add a software carrier driver Alessandro Rubini
2013-06-18 21:27 ` [PATCH V2 2/2] FMC: add a software mezzanine driver Alessandro Rubini
2013-06-18 21:36 ` [PATCH V2 0/2] FMC: resend sample drivers Greg KH
2013-06-18 21:38   ` Alessandro Rubini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox