devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Xilinx Slave Serial FPGA Manager
@ 2017-02-20 14:25 Anatolij Gustschin
       [not found] ` <1487600724-17607-1-git-send-email-agust-ynQEQJNshbs@public.gmane.org>
  0 siblings, 1 reply; 14+ messages in thread
From: Anatolij Gustschin @ 2017-02-20 14:25 UTC (permalink / raw)
  To: linux-fpga-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA
  Cc: Alan Tull, Moritz Fischer, Rob Herring, Mark Rutland

This series adds an FPGA manager driver for Xilinx Spartan6 FPGAs
that can configure them using an SPI port and two GPIOs.

Anatolij Gustschin (2):
  dt: bindings: fpga: add xilinx slave-serial binding description
  fpga manager: Add Xilinx slave serial SPI driver

Changes in v2:

 - corrected gpios properties and node name in example
   in DT binding document

 - rebased on v4.10

 .../bindings/fpga/xilinx-slave-serial.txt          |  24 +++
 drivers/fpga/Kconfig                               |   7 +
 drivers/fpga/Makefile                              |   1 +
 drivers/fpga/xilinx-spi.c                          | 181 +++++++++++++++++++++
 4 files changed, 213 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/fpga/xilinx-slave-serial.txt
 create mode 100644 drivers/fpga/xilinx-spi.c

-- 
2.7.4

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-02-21 20:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-20 14:25 [PATCH v2 0/2] Xilinx Slave Serial FPGA Manager Anatolij Gustschin
     [not found] ` <1487600724-17607-1-git-send-email-agust-ynQEQJNshbs@public.gmane.org>
2017-02-20 14:25   ` [PATCH v2 1/2] dt: bindings: fpga: add xilinx slave-serial binding description Anatolij Gustschin
     [not found]     ` <1487600724-17607-2-git-send-email-agust-ynQEQJNshbs@public.gmane.org>
2017-02-20 17:28       ` Moritz Fischer
2017-02-20 14:25   ` [PATCH v2 2/2] fpga manager: Add Xilinx slave serial SPI driver Anatolij Gustschin
     [not found]     ` <1487600724-17607-3-git-send-email-agust-ynQEQJNshbs@public.gmane.org>
2017-02-20 17:27       ` Moritz Fischer
     [not found]         ` <CAAtXAHeO_+6ZXP51nxFgyLYR9cjqLrqmoYEniqXmZudF=3uhFA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-02-20 20:05           ` Anatolij Gustschin
2017-02-21 14:01       ` Michal Simek
     [not found]         ` <2d412ae7-4163-9943-6d98-2d6387df7789-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-02-21 14:24           ` Anatolij Gustschin
2017-02-21 14:51             ` Michal Simek
     [not found]               ` <19e0b5d1-bbf6-25ac-2698-6074ebafcf05-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-02-21 15:17                 ` Anatolij Gustschin
2017-02-21 15:27                   ` Michal Simek
     [not found]                     ` <ce0d7ba7-fa05-ad55-407c-3903553ace65-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-02-21 15:39                       ` Anatolij Gustschin
2017-02-21 18:53                         ` Michal Simek
     [not found]                           ` <3a30638c-68f6-8c2b-95b7-c8c700fe4867-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-02-21 20:24                             ` Anatolij Gustschin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).