public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/6] FMC: resending unapplied patches
@ 2013-06-18 21:47 Alessandro Rubini
  2013-06-18 21:47 ` [PATCH V3 1/6] FMC: add core bus driver Alessandro Rubini
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Alessandro Rubini @ 2013-06-18 21:47 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, Juan David Gonzalez Cobas, Emilio G. Cota,
	Samuel Iglesias Gonsalvez

Six patches from the series I initially sent on Jun 12.

Changes in V3: all 6 yet unapplied by greg are resent, in correct order.

Changes in V2: turned a generic "public domain" note for code to be
reused into a proper BSD-like license, but I only resent affected
patches, in error.

Alessandro Rubini (6):
  FMC: add core bus driver
  FMC: add documentation for the core
  FMC: add a software carrier driver
  FMC: add a software mezzanine driver
  FMC: add a driver to write mezzanine EEPROM
  FMC: add a char-device mezzanine driver

 Documentation/00-INDEX                 |    2 +
 Documentation/fmc/00-INDEX             |   38 ++++
 Documentation/fmc/API.txt              |   47 +++++
 Documentation/fmc/FMC-and-SDB.txt      |   88 ++++++++
 Documentation/fmc/carrier.txt          |  311 ++++++++++++++++++++++++++++
 Documentation/fmc/fmc-chardev.txt      |   64 ++++++
 Documentation/fmc/fmc-fakedev.txt      |   36 ++++
 Documentation/fmc/fmc-trivial.txt      |   17 ++
 Documentation/fmc/fmc-write-eeprom.txt |  125 +++++++++++
 Documentation/fmc/identifiers.txt      |  168 +++++++++++++++
 Documentation/fmc/mezzanine.txt        |  123 +++++++++++
 Documentation/fmc/parameters.txt       |   56 +++++
 drivers/fmc/Kconfig                    |   34 +++
 drivers/fmc/Makefile                   |    9 +
 drivers/fmc/fmc-chardev.c              |  197 ++++++++++++++++++
 drivers/fmc/fmc-core.c                 |  274 ++++++++++++++++++++++++-
 drivers/fmc/fmc-dump.c                 |  100 +++++++++
 drivers/fmc/fmc-fakedev.c              |  355 ++++++++++++++++++++++++++++++++
 drivers/fmc/fmc-match.c                |  114 ++++++++++
 drivers/fmc/fmc-sdb.c                  |  265 ++++++++++++++++++++++++
 drivers/fmc/fmc-trivial.c              |  107 ++++++++++
 drivers/fmc/fmc-write-eeprom.c         |  176 ++++++++++++++++
 drivers/fmc/fru-parse.c                |   82 ++++++++
 23 files changed, 2787 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/fmc/00-INDEX
 create mode 100644 Documentation/fmc/API.txt
 create mode 100644 Documentation/fmc/FMC-and-SDB.txt
 create mode 100644 Documentation/fmc/carrier.txt
 create mode 100644 Documentation/fmc/fmc-chardev.txt
 create mode 100644 Documentation/fmc/fmc-fakedev.txt
 create mode 100644 Documentation/fmc/fmc-trivial.txt
 create mode 100644 Documentation/fmc/fmc-write-eeprom.txt
 create mode 100644 Documentation/fmc/identifiers.txt
 create mode 100644 Documentation/fmc/mezzanine.txt
 create mode 100644 Documentation/fmc/parameters.txt
 create mode 100644 drivers/fmc/fmc-chardev.c
 create mode 100644 drivers/fmc/fmc-dump.c
 create mode 100644 drivers/fmc/fmc-fakedev.c
 create mode 100644 drivers/fmc/fmc-match.c
 create mode 100644 drivers/fmc/fmc-sdb.c
 create mode 100644 drivers/fmc/fmc-trivial.c
 create mode 100644 drivers/fmc/fmc-write-eeprom.c
 create mode 100644 drivers/fmc/fru-parse.c

-- 
1.7.7.2

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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 21:47 [PATCH V3 0/6] FMC: resending unapplied patches Alessandro Rubini
2013-06-18 21:47 ` [PATCH V3 1/6] FMC: add core bus driver Alessandro Rubini
2013-06-18 21:47 ` [PATCH V3 2/6] FMC: add documentation for the core Alessandro Rubini
2013-06-18 21:47 ` [PATCH V3 3/6] FMC: add a software carrier driver Alessandro Rubini
2013-06-18 21:47 ` [PATCH V3 4/6] FMC: add a software mezzanine driver Alessandro Rubini
2013-06-18 21:47 ` [PATCH V3 5/6] FMC: add a driver to write mezzanine EEPROM Alessandro Rubini
2013-06-18 21:48 ` [PATCH V3 6/6] FMC: add a char-device mezzanine driver Alessandro Rubini

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