[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150110181120.GA26067@t400>
Date: Sat, 10 Jan 2015 19:11:20 +0100
From: Konrad Zapalowicz <bergo.torino@...il.com>
To: atull@...nsource.altera.com
Cc: gregkh@...uxfoundation.org, jgunthorpe@...idianresearch.com,
hpa@...or.com, monstr@...str.eu, michal.simek@...inx.com,
rdunlap@...radead.org, mark.rutland@....com,
linux-doc@...r.kernel.org, rubini@...dd.com,
pantelis.antoniou@...sulko.com, s.trumtrar@...gutronix.de,
devel@...verdev.osuosl.org, sameo@...ux.intel.com, nico@...aro.org,
ijc+devicetree@...lion.org.uk, kyle.teske@...com,
grant.likely@...aro.org, davidb@...eaurora.org,
linus.walleij@...aro.org, cesarb@...arb.net,
devicetree@...r.kernel.org, jason@...edaemon.net,
pawel.moll@....com, iws@...o.caltech.edu, broonie@...nel.org,
philip@...ister.org, dinguyen@...nsource.altera.com, pavel@...x.de,
yvanderv@...nsource.altera.com, linux-kernel@...r.kernel.org,
balbi@...com, delicious.quinoa@...il.com, robh+dt@...nel.org,
rob@...dley.net, galak@...eaurora.org, akpm@...ux-foundation.org,
davem@...emloft.net, m.chehab@...sung.com
Subject: Re: [PATCH v8 0/4] FPGA Manager Framework
On 01/06, atull@...nsource.altera.com wrote:
> From: Alan Tull <atull@...nsource.altera.com>
Alan, there is something wrong with your email client configuration
and you need to fix.
thanks,
konrad
> 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
>
> _______________________________________________
> devel mailing list
> devel@...uxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
--
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