All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v8 0/4] FPGA Manager Framework
@ 2015-01-06 20:13 ` atull
  0 siblings, 0 replies; 128+ messages in thread
From: atull @ 2015-01-06 20:13 UTC (permalink / raw)
  To: gregkh, jgunthorpe, hpa, monstr, michal.simek, rdunlap
  Cc: linux-kernel, devicetree, pantelis.antoniou, robh+dt,
	grant.likely, iws, linux-doc, pavel, broonie, philip, rubini,
	s.trumtrar, jason, kyle.teske, nico, balbi, m.chehab, davidb,
	rob, davem, cesarb, sameo, akpm, linus.walleij, pawel.moll,
	mark.rutland, ijc+devicetree, galak, devel, delicious.quinoa,
	dinguyen, yvanderv, Alan Tull

From: Alan Tull <atull@opensource.altera.com>

v8 changes the compatible string for SOCFPGA FPGA managers
to be more chip specific.

"altr,fpga-mgr" becomes "altr,socfpga-fpga-mgr"

Thanks,
Alan

Alan Tull (4):
  doc: add bindings document for altera fpga manager
  fpga manager: add sysfs interface document
  staging: fpga manager: framework core
  staging: fpga manager: add driver for socfpga fpga manager

 drivers/staging/Kconfig                            |    2 +
 drivers/staging/Makefile                           |    1 +
 .../Documentation/ABI/sysfs-class-fpga-manager     |   38 ++
 .../bindings/altera-socfpga-fpga-mgr.txt           |   17 +
 drivers/staging/fpga/Kconfig                       |   29 +
 drivers/staging/fpga/Makefile                      |    9 +
 drivers/staging/fpga/fpga-mgr.c                    |  551 ++++++++++++++++
 drivers/staging/fpga/socfpga.c                     |  694 ++++++++++++++++++++
 include/linux/fpga/fpga-mgr.h                      |  124 ++++
 9 files changed, 1465 insertions(+)
 create mode 100644 drivers/staging/fpga/Documentation/ABI/sysfs-class-fpga-manager
 create mode 100644 drivers/staging/fpga/Documentation/bindings/altera-socfpga-fpga-mgr.txt
 create mode 100644 drivers/staging/fpga/Kconfig
 create mode 100644 drivers/staging/fpga/Makefile
 create mode 100644 drivers/staging/fpga/fpga-mgr.c
 create mode 100644 drivers/staging/fpga/socfpga.c
 create mode 100644 include/linux/fpga/fpga-mgr.h

-- 
1.7.9.5


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

end of thread, other threads:[~2015-02-21  7:05 UTC | newest]

Thread overview: 128+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-06 20:13 [PATCH v8 0/4] FPGA Manager Framework atull
2015-01-06 20:13 ` atull
2015-01-06 20:13 ` [PATCH v8 1/4] doc: add bindings document for altera fpga manager atull
2015-01-06 20:13   ` atull
2015-01-06 22:05   ` Rob Herring
2015-01-06 22:05     ` Rob Herring
2015-01-06 22:34     ` atull
2015-01-06 22:34       ` atull
2015-01-09 15:50       ` Rob Herring
2015-01-09 15:50         ` Rob Herring
2015-01-09 18:58         ` atull
2015-01-09 18:58           ` atull
2015-01-06 20:13 ` [PATCH v8 2/4] fpga manager: add sysfs interface document atull
2015-01-06 20:13   ` atull
2015-01-07  8:48   ` Pavel Machek
2015-01-07  8:48     ` Pavel Machek
2015-01-09 19:14     ` atull
2015-01-09 19:14       ` atull
2015-01-09 20:56       ` Pavel Machek
2015-01-09 20:56         ` Pavel Machek
2015-01-10  8:10         ` Pantelis Antoniou
2015-01-10  8:10           ` Pantelis Antoniou
2015-01-10 15:11           ` Pavel Machek
2015-01-10 15:11             ` Pavel Machek
2015-01-11 16:29             ` atull
2015-01-11 16:29               ` atull
2015-01-12  8:45               ` Pavel Machek
2015-01-12  8:45                 ` Pavel Machek
2015-01-12 13:48                 ` Michal Simek
2015-01-12 13:48                   ` Michal Simek
2015-01-13  7:28                   ` Pavel Machek
2015-01-13  7:28                     ` Pavel Machek
2015-01-13  7:40                     ` Pantelis Antoniou
2015-01-13  7:40                       ` Pantelis Antoniou
2015-01-13  7:56                       ` Pavel Machek
2015-01-13  7:56                         ` Pavel Machek
2015-01-13 17:27                         ` atull
2015-01-13 17:27                           ` atull
2015-01-12 16:05               ` Rob Herring
2015-01-12 16:05                 ` Rob Herring
2015-01-12 16:26                 ` Mark Brown
2015-01-12 16:26                   ` Mark Brown
2015-01-12 18:06               ` Jason Gunthorpe
2015-01-12 18:06                 ` Jason Gunthorpe
2015-01-13 16:21                 ` One Thousand Gnomes
2015-01-13 16:21                   ` One Thousand Gnomes
2015-01-15 21:52                   ` Pavel Machek
2015-01-15 21:52                     ` Pavel Machek
2015-01-12 21:01         ` One Thousand Gnomes
2015-01-12 21:01           ` One Thousand Gnomes
2015-01-12 21:43           ` Jason Gunthorpe
2015-01-12 21:43             ` Jason Gunthorpe
2015-01-13 16:28             ` One Thousand Gnomes
2015-01-13 16:28               ` One Thousand Gnomes
2015-01-13 17:26               ` Pantelis Antoniou
2015-01-13 17:26                 ` Pantelis Antoniou
2015-01-13 19:44                 ` atull
2015-01-13 19:44                   ` atull
2015-01-14 15:58                 ` One Thousand Gnomes
2015-01-14 15:58                   ` One Thousand Gnomes
2015-01-13 20:00               ` Jason Gunthorpe
2015-01-13 20:00                 ` Jason Gunthorpe
2015-01-13 21:37                 ` atull
2015-01-13 21:37                   ` atull
2015-01-13 22:24                   ` Jason Gunthorpe
2015-01-13 22:24                     ` Jason Gunthorpe
2015-01-14 16:06                     ` One Thousand Gnomes
2015-01-14 16:06                       ` One Thousand Gnomes
2015-01-14 18:12                       ` Jason Gunthorpe
2015-01-14 18:12                         ` Jason Gunthorpe
2015-01-14 19:01                         ` Pantelis Antoniou
2015-01-14 19:01                           ` Pantelis Antoniou
2015-01-15 11:36                         ` One Thousand Gnomes
2015-01-15 11:36                           ` One Thousand Gnomes
2015-01-15 11:44                           ` Mark Brown
2015-01-15 11:44                             ` Mark Brown
2015-01-15 16:34                     ` atull
2015-01-15 16:34                       ` atull
2015-01-15 18:47                       ` Jason Gunthorpe
2015-01-15 18:47                         ` Jason Gunthorpe
2015-01-15 20:45                         ` One Thousand Gnomes
2015-01-15 20:45                           ` One Thousand Gnomes
2015-01-15 20:54                           ` Pantelis Antoniou
2015-01-15 20:54                             ` Pantelis Antoniou
2015-01-21 16:01                             ` One Thousand Gnomes
2015-01-21 16:01                               ` One Thousand Gnomes
2015-01-21 16:33                               ` Pantelis Antoniou
2015-01-21 16:33                                 ` Pantelis Antoniou
2015-01-21 20:27                                 ` Jason Gunthorpe
2015-01-21 20:27                                   ` Jason Gunthorpe
2015-01-21 20:32                                   ` Pantelis Antoniou
2015-01-21 20:32                                     ` Pantelis Antoniou
2015-02-15 22:40                                   ` Pavel Machek
2015-02-15 22:40                                     ` Pavel Machek
2015-02-17 17:07                                     ` Rob Landley
2015-02-17 17:07                                       ` Rob Landley
2015-02-17 19:17                                       ` Pavel Machek
2015-02-17 19:17                                         ` Pavel Machek
2015-02-19 12:46                                         ` Michal Simek
2015-02-19 12:46                                           ` Michal Simek
2015-02-21  6:31                                           ` atull
2015-02-21  6:31                                             ` atull
2015-02-17 18:12                                     ` Jason Gunthorpe
2015-02-17 18:12                                       ` Jason Gunthorpe
2015-01-15 21:42                           ` Jason Gunthorpe
2015-01-15 21:42                             ` Jason Gunthorpe
2015-01-17 21:11                       ` Pavel Machek
2015-01-17 21:11                         ` Pavel Machek
2015-01-06 20:13 ` [PATCH v8 3/4] staging: fpga manager: framework core atull
2015-01-06 20:13   ` atull
2015-01-06 20:13 ` [PATCH v8 4/4] staging: fpga manager: add driver for socfpga fpga manager atull
2015-01-06 20:13   ` atull
2015-01-10 18:11 ` [PATCH v8 0/4] FPGA Manager Framework Konrad Zapalowicz
2015-01-10 18:11   ` Konrad Zapalowicz
2015-01-11 16:08   ` atull
2015-01-11 16:08     ` atull
2015-01-11 16:24     ` Konrad Zapalowicz
2015-01-11 16:24       ` Konrad Zapalowicz
2015-01-11 19:52       ` Pavel Machek
2015-01-11 19:52         ` Pavel Machek
2015-01-11 20:58         ` Konrad Zapalowicz
2015-01-11 20:58           ` Konrad Zapalowicz
2015-01-11 21:31           ` Pavel Machek
2015-01-11 21:31             ` Pavel Machek
2015-01-12 13:50             ` Michal Simek
2015-01-12 13:50               ` Michal Simek
2015-01-12 14:06         ` Dan Carpenter
2015-01-12 14:06           ` Dan Carpenter

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.