Re: [PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers

2017-06-09 Thread Alan Tull
for the Altera SoCFPGA FPGA >> > Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe >> > FPGAs, so the driver shouldn't depend on ARCH_SOCFPGA in the first place. >> > This allows test-compiling the drivers on other architectures to catch &

Re: [PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers

2017-06-09 Thread Tobias Klauser
On 2017-06-09 at 11:49:02 +0200, Greg Kroah-Hartman wrote: > On Mon, Jun 05, 2017 at 02:07:34PM -0500, Alan Tull wrote: > > From: Tobias Klauser > > > > Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA > > Bridge. The Altera FPGA Freeze Bridge can

Re: [PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers

2017-06-09 Thread Greg Kroah-Hartman
On Mon, Jun 05, 2017 at 02:07:34PM -0500, Alan Tull wrote: > From: Tobias Klauser > > Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA > Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe > FPGAs, so the driver shouldn't depend on ARCH_

Re: [PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers

2017-06-06 Thread kbuild test robot
Hi Tobias, [auto build test WARNING on linus/master] [also build test WARNING on v4.12-rc4 next-20170606] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Alan-Tull/patches-for-fpga/20170606-07253

[PATCH 03/10] fpga: allow to compile-test Altera FPGA bridge drivers

2017-06-05 Thread Alan Tull
From: Tobias Klauser Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe FPGAs, so the driver shouldn't depend on ARCH_SOCFPGA in the first place. This allows test-compiling the drivers on other architectur

Re: [PATCH v2] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-24 Thread kbuild test robot
Hi Tobias, [auto build test ERROR on linus/master] [also build test ERROR on v4.11-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tobias-Klauser/fpga-allow-to-compile-test-Altera-FPGA

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-19 Thread Tobias Klauser
, please drop us a note to > >help improve the system] > > > >url: > >https://github.com/0day-ci/linux/commits/Tobias-Klauser/fpga-allow-to-compile-test-Altera-FPGA-bridge-drivers/20170411-181401 > >config: m32r-allmodconfig (attached as .config) >

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-18 Thread matthew . gerlach
v4.11-rc6 next-20170411] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Tobias-Klauser/fpga-allow-to-compile-test-Altera-FPGA-bridge-drivers/20170411-181401 config: m32r-allmodconfig (attached as

Re: [PATCH v2] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-12 Thread Alan Tull
On Wed, Apr 12, 2017 at 2:20 AM, Tobias Klauser wrote: > Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA > Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe > FPGAs, so the driver shouldn't depend on ARCH_SOCFPGA in the first place. >

[PATCH v2] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-12 Thread Tobias Klauser
Add COMPILE_TEST to the Kconfig entry for the Altera SoCFPGA FPGA Bridge. The Altera FPGA Freeze Bridge can also be used on Altera PEIe FPGAs, so the driver shouldn't depend on ARCH_SOCFPGA in the first place. This allows test-compiling the drivers on other architectures to catch compiler e

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread Tobias Klauser
t;> > >> Hi Tobias, > >> > >> Thanks for your fixes that you have been sending. I disagree with > >> this particular one (see below), but I appreciate your efforts. > > > > Thanks for your feedback on the patch. > > > >> > Add COMPI

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread kbuild test robot
-test-Altera-FPGA-bridge-drivers/20170411-181401 config: m32r-allmodconfig (attached as .config) compiler: m32r-linux-gcc (GCC) 6.2.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread Alan Tull
sagree with >> this particular one (see below), but I appreciate your efforts. > > Thanks for your feedback on the patch. > >> > Add COMPILE_TEST to the Kconfig entries for the Altera SoCFPGA FPGA >> > Bridge and the Altera FPGA Freeze Bridge drivers to allow

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread Tobias Klauser
for your feedback on the patch. > > Add COMPILE_TEST to the Kconfig entries for the Altera SoCFPGA FPGA > > Bridge and the Altera FPGA Freeze Bridge drivers to allow test-compiling > > them on other architectures. > > > > Signed-off-by: Tobias Klauser > > ---

Re: [PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread Alan Tull
bridges for Altera SOCFPGA > devices. > > config ALTERA_FREEZE_BRIDGE > tristate "Altera FPGA Freeze Bridge" > - depends on ARCH_SOCFPGA && FPGA_BRIDGE > + depends on (ARCH_SOCFPGA || COMPILE_TEST) && FPGA_BRIDGE These bridges can

[PATCH] fpga: allow to compile-test Altera FPGA bridge drivers

2017-04-11 Thread Tobias Klauser
Add COMPILE_TEST to the Kconfig entries for the Altera SoCFPGA FPGA Bridge and the Altera FPGA Freeze Bridge drivers to allow test-compiling them on other architectures. Signed-off-by: Tobias Klauser --- drivers/fpga/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [PATCH v15 0/6] altera fpga area and fpga bus

2016-01-21 Thread Moritz Fischer
Hi Alan, On Thu, Jan 21, 2016 at 5:42 PM, atull wrote: > If you want to send me a Xilinx example of usage for me to include in that > document, that would be useful also. I think you might have sent me > something a while ago, but I can't find it now. Will do. I'll clean up some of my examples

Re: [PATCH v15 0/6] altera fpga area and fpga bus

2016-01-21 Thread atull
area & fpga bus > parts do apply to to Xilinx FPGAs, too. I think for fpga-area and > fpga-bus we could drop the 'altr' prefix. Yes, I would very much like to drop the altr prefix if we have general acceptance that this isn't all Altera specific. I'll need to rename

Re: [PATCH v15 0/6] altera fpga area and fpga bus

2016-01-21 Thread Moritz Fischer
Hi Alan, On Wed, Jan 20, 2016 at 8:24 PM, wrote: > From: Alan Tull > > For v15, I'm not using the FPGA Manager as the bus. I'm adding a FPGA Bus; > the FPGA Manager and bridges go below it. > > I've gotten enough feedback that my proposals are Altera specific that I am > going with that and ch

[PATCH v15 0/6] altera fpga area and fpga bus

2016-01-20 Thread atull
fpga-bridge | 11 + .../bindings/fpga/altera-fpga-bus-fpga-area.txt| 452 .../bindings/fpga/altera-fpga2sdram-bridge.txt | 15 + .../bindings/fpga/altera-hps2fpga-bridge.txt | 43 ++ drivers/fpga/Kconfig | 21 + drivers/fpga/Make

Altera FPGA programming

2015-02-02 Thread Ran Shalit
Hello, I have found the following link for altera fpga programming driver: http://lwn.net/Articles/421434/ Is there any example or readme how to use the Altera FPGA or how to access it ? Is it the best way for jtag programming available in linux ? I try to use it with some GPIO in chip (not

Altera FPGA

2015-02-01 Thread Ran Shalit
Hello, Is there any example or readme how to use the Altera FPGA ? I try to use it with some GPIO in chip. Thank you, Ran -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo inf

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread atull
On Fri, 9 Jan 2015, Rob Herring wrote: > On Tue, Jan 6, 2015 at 4:34 PM, atull wrote: > > On Tue, 6 Jan 2015, Rob Herring wrote: > > > >> On Tue, Jan 6, 2015 at 2:13 PM, wrote: > >> > From: Alan Tull > >> > > >> > New bindings d

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-09 Thread Rob Herring
On Tue, Jan 6, 2015 at 4:34 PM, atull wrote: > On Tue, 6 Jan 2015, Rob Herring wrote: > >> On Tue, Jan 6, 2015 at 2:13 PM, wrote: >> > From: Alan Tull >> > >> > New bindings document for Altera fpga manager. >> > >> > Signed-off-by:

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread atull
On Tue, 6 Jan 2015, Rob Herring wrote: > On Tue, Jan 6, 2015 at 2:13 PM, wrote: > > From: Alan Tull > > > > New bindings document for Altera fpga manager. > > > > Signed-off-by: Alan Tull > > Acked-by: Rob Herring > > Like I said, this bindin

Re: [PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread Rob Herring
On Tue, Jan 6, 2015 at 2:13 PM, wrote: > From: Alan Tull > > New bindings document for Altera fpga manager. > > Signed-off-by: Alan Tull Acked-by: Rob Herring Like I said, this binding doesn't look like it will change other than perhaps additional optional propertie

[PATCH v8 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread atull
From: Alan Tull New bindings document for Altera fpga manager. Signed-off-by: Alan Tull --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings v6 : No change in this patch for v6 of the patch set v7 : No change in this patch for v7 of the patch set v8 : Make compatible string

Re: [PATCH v7 1/4] doc: add bindings document for altera fpga manager

2015-01-06 Thread atull
On Mon, 22 Dec 2014, Rob Herring wrote: > On Fri, Dec 19, 2014 at 10:45 AM, wrote: > > From: Alan Tull > > > > New bindings document for Altera fpga manager. > > > > Signed-off-by: Alan Tull > > --- > > v5 : Move bindings to drivers/staging/fpga/

Re: [PATCH v7 1/4] doc: add bindings document for altera fpga manager

2014-12-21 Thread Rob Herring
On Fri, Dec 19, 2014 at 10:45 AM, wrote: > From: Alan Tull > > New bindings document for Altera fpga manager. > > Signed-off-by: Alan Tull > --- > v5 : Move bindings to drivers/staging/fpga/Documentation/bindings > > v6 : No change in this patch for v6 of the patc

[PATCH v7 1/4] doc: add bindings document for altera fpga manager

2014-12-19 Thread atull
From: Alan Tull New bindings document for Altera fpga manager. Signed-off-by: Alan Tull --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings v6 : No change in this patch for v6 of the patch set v7 : No change in this patch for v7 of the patch set --- .../Documentation

[PATCH v6 1/4] doc: add bindings document for altera fpga manager

2014-12-18 Thread atull
From: Alan Tull New bindings document for Altera fpga manager. Signed-off-by: Alan Tull --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings v6 : No change in this patch for v6 of the patch set --- .../Documentation/bindings/altera-fpga-mgr.txt | 17

[PATCH v5 5/6] arm: dts: socfpga: add altera fpga manager

2014-12-17 Thread atull
From: Alan Tull Add Altera FGPA manager to device tree. Signed-off-by: Alan Tull --- v5 : remove simple-bus and associated stuff --- arch/arm/boot/dts/socfpga.dtsi |7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi inde

[PATCH v5 1/6] doc: add bindings document for altera fpga manager

2014-12-17 Thread atull
From: Alan Tull New bindings document for Altera fpga manager. Signed-off-by: Alan Tull --- v5 : Move bindings to drivers/staging/fpga/Documentation/bindings --- .../Documentation/bindings/altera-fpga-mgr.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644

Re: [PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-11 Thread atull
On Thu, 11 Dec 2014, Michal Simek wrote: > On 12/10/2014 06:49 PM, Steffen Trumtrar wrote: > > On Wed, Dec 10, 2014 at 11:25:59AM -0600, atull wrote: > >> On Wed, 10 Dec 2014, Steffen Trumtrar wrote: > >> > >>> Hi! > >>> > >>> On Tue, Dec 09, 2014 at 02:14:46PM -0600, at...@opensource.altera.com

Re: [PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-11 Thread Michal Simek
On 12/10/2014 06:49 PM, Steffen Trumtrar wrote: > On Wed, Dec 10, 2014 at 11:25:59AM -0600, atull wrote: >> On Wed, 10 Dec 2014, Steffen Trumtrar wrote: >> >>> Hi! >>> >>> On Tue, Dec 09, 2014 at 02:14:46PM -0600, at...@opensource.altera.com wrote: From: Alan Tull Add Altera FGPA ma

Re: [PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-10 Thread Steffen Trumtrar
On Wed, Dec 10, 2014 at 11:25:59AM -0600, atull wrote: > On Wed, 10 Dec 2014, Steffen Trumtrar wrote: > > > Hi! > > > > On Tue, Dec 09, 2014 at 02:14:46PM -0600, at...@opensource.altera.com wrote: > > > From: Alan Tull > > > > > > Add Altera FGPA manager to device tree. > > > > > > Signed-off-

Re: [PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-10 Thread atull
On Wed, 10 Dec 2014, Steffen Trumtrar wrote: > Hi! > > On Tue, Dec 09, 2014 at 02:14:46PM -0600, at...@opensource.altera.com wrote: > > From: Alan Tull > > > > Add Altera FGPA manager to device tree. > > > > Signed-off-by: Alan Tull > > --- > > arch/arm/boot/dts/socfpga.dtsi | 10 +

Re: [PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-10 Thread Steffen Trumtrar
Hi! On Tue, Dec 09, 2014 at 02:14:46PM -0600, at...@opensource.altera.com wrote: > From: Alan Tull > > Add Altera FGPA manager to device tree. > > Signed-off-by: Alan Tull > --- > arch/arm/boot/dts/socfpga.dtsi | 10 ++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/b

[PATCH v4 2/6] arm: dts: socfpga: add altera fpga manager

2014-12-09 Thread atull
From: Alan Tull Add Altera FGPA manager to device tree. Signed-off-by: Alan Tull --- arch/arm/boot/dts/socfpga.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/socfpga.dtsi b/arch/arm/boot/dts/socfpga.dtsi index 4472fd9..bab98b6 100644 --- a/arch/arm/boo

[PATCH v4 1/6] doc: add bindings document for altera fpga manager

2014-12-09 Thread atull
From: Alan Tull New bindings document for Altera fpga manager. Signed-off-by: Alan Tull --- .../devicetree/bindings/fpga/altera-fpga-mgr.txt | 17 + 1 file changed, 17 insertions(+) create mode 100644 Documentation/devicetree/bindings/fpga/altera-fpga-mgr.txt diff --git