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

2017-04-19 Thread Tobias Klauser
Hi Matthew Thanks for the detailed analysis! On 2017-04-18 at 17:27:15 +0200, matthew.gerl...@linux.intel.com wrote: [...] > >[auto build test WARNING on linus/master] > >[also build test WARNING on v4.11-rc6 next-20170411] > >[if your patch is applied to the

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

2017-04-19 Thread Tobias Klauser
Hi Matthew Thanks for the detailed analysis! On 2017-04-18 at 17:27:15 +0200, matthew.gerl...@linux.intel.com wrote: [...] > >[auto build test WARNING on linus/master] > >[also build test WARNING on v4.11-rc6 next-20170411] > >[if your patch is applied to the wrong git tree, please drop us a

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

2017-04-18 Thread matthew . gerlach
On Wed, 12 Apr 2017, kbuild test robot wrote: Hi Tobias, Hi Tobias, This is very interesting issue brought up by your patch that turns on COMPILE_TEST in drivers/fpga/Kconfig. See my comment below. Matthew Gerlach [auto build test WARNING on linus/master] [also build test WARNING on

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

2017-04-18 Thread matthew . gerlach
On Wed, 12 Apr 2017, kbuild test robot wrote: Hi Tobias, Hi Tobias, This is very interesting issue brought up by your patch that turns on COMPILE_TEST in drivers/fpga/Kconfig. See my comment below. Matthew Gerlach [auto build test WARNING on linus/master] [also build test WARNING on

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

2017-04-12 Thread Tobias Klauser
On 2017-04-11 at 17:21:19 +0200, Alan Tull wrote: > On Tue, Apr 11, 2017 at 9:35 AM, Tobias Klauser wrote: > > Hi Alan, > > > > On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: > >> On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser

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

2017-04-12 Thread Tobias Klauser
On 2017-04-11 at 17:21:19 +0200, Alan Tull wrote: > On Tue, Apr 11, 2017 at 9:35 AM, Tobias Klauser wrote: > > Hi Alan, > > > > On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: > >> On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser > >> wrote: > >> > >> Hi Tobias, > >> > >> Thanks for your

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

2017-04-11 Thread kbuild test robot
Hi Tobias, [auto build test WARNING on linus/master] [also build test WARNING on 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:

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

2017-04-11 Thread kbuild test robot
Hi Tobias, [auto build test WARNING on linus/master] [also build test WARNING on 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:

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

2017-04-11 Thread Alan Tull
On Tue, Apr 11, 2017 at 9:35 AM, Tobias Klauser wrote: > Hi Alan, > > On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: >> On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: >> >> Hi Tobias, >> >> Thanks for your fixes that you

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

2017-04-11 Thread Alan Tull
On Tue, Apr 11, 2017 at 9:35 AM, Tobias Klauser wrote: > Hi Alan, > > On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: >> On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: >> >> Hi Tobias, >> >> Thanks for your fixes that you have been sending. I disagree with >> this particular one (see

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

2017-04-11 Thread Tobias Klauser
Hi Alan, On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: > On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: > > Hi Tobias, > > Thanks for your fixes that you have been sending. I disagree with > this particular one (see below), but I appreciate

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

2017-04-11 Thread Tobias Klauser
Hi Alan, On 2017-04-11 at 16:27:03 +0200, Alan Tull wrote: > On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: > > 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

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

2017-04-11 Thread Alan Tull
On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: Hi Tobias, Thanks for your fixes that you have been sending. I disagree with this particular one (see below), but I appreciate your efforts. > Add COMPILE_TEST to the Kconfig entries for the Altera SoCFPGA FPGA >

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

2017-04-11 Thread Alan Tull
On Tue, Apr 11, 2017 at 4:22 AM, Tobias Klauser wrote: Hi Tobias, Thanks for your fixes that you have been sending. I disagree with this particular one (see below), but I appreciate your efforts. > Add COMPILE_TEST to the Kconfig entries for the Altera SoCFPGA FPGA > Bridge and the Altera

[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

[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