- 22 Jan, 2019 2 commits
-
-
Juan David González Cobas authored
-
Juan David González Cobas authored
In 3.10.0-957.1.3.rt56.913.el7.x86_64, vmebus CRCs change, and this takes care of this fact
-
- 05 Mar, 2018 1 commit
-
-
Juan David González Cobas authored
-
- 24 Nov, 2017 1 commit
-
-
Juan David González Cobas authored
-
- 27 Jun, 2016 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 01 Dec, 2015 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 20 Nov, 2015 3 commits
-
-
Adam Wujek authored
Ignore temporary files created during build. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
-
- 04 Nov, 2015 2 commits
-
-
Adam Wujek authored
Remove following warning when comparing variables: In file included from include/linux/cache.h:4:0, from include/linux/time.h:4, from include/linux/stat.h:18, from include/linux/sysfs.h:20, from include/linux/kobject.h:21, from include/linux/device.h:17, from /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:11: /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c: In function ‘__next_token’: include/linux/kernel.h:724:17: warning: comparison of distinct pointer types lacks a cast [enabled by default] (void) (&_min1 == &_min2); \ ^ /nfs/cs-ccr-nfsdev/vol1/u1/awujek/coht/fmc/svec-sw/kernel/svec-sysfs.c:297:8: note: in expansion of macro ‘min’ len = min(p - tok + 1, buf_length - 1); ^ Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 03 Nov, 2015 7 commits
-
-
Adam Wujek authored
Use _ABS in Makefiles wherever possible. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
FMC_BUS_ABS is passed to Kbuild, which uses different current directory. It is not trivial to handle FMC_BUS to be absolute or relative path. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
This allows parallel build. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Rename Module.symvers.vme to Module.symvers.vmebus. update content of Module.symvers.* with CRC's. CRC's are needed for kernels with enabled CONFIG_MODVERSIONS. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
symvers are under kernel directory Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Include parent_common.mk from up directory. Which may contain various environment definitions such compiler, linker, etc. If such file is not present it will not affect build. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 19 Oct, 2015 1 commit
-
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- 15 Oct, 2015 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 25 Aug, 2015 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
- 26 May, 2015 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 27 Apr, 2015 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
-
- 07 Apr, 2015 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 30 Mar, 2015 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 06 Oct, 2014 2 commits
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 19 Sep, 2014 9 commits
-
-
Federico Vaga authored
-
Federico Vaga authored
When possible, avoid statement-scope variable for a better maintanability of the code. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
If there are no reasons for a *_free() function to return an error, change the return type to void Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
The irq_lock is a SVEC spinlock, but we must protect VIC variables. In order to make the VIC code independent, use a dedicated VIC spinlock Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Make the VIC code indipendently as much as possible Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Use the specular name: we used init, we should use exit Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
On spec driver remove, do not clean-up VIC stuff. The VIC should be cleaned by the mezzanine driver when it release all its handlers (see patch a628fa3). Just leave a reminder for driver developer when something goes wrong. Moreove, we do not need to user sver_irq_exit() any more. If the mezzanine driver is properly written it will clear all its interrupts, and thanks to patch a628fa3 we can safely assume that everything was cleared. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Interrupt resources are not properly released. Mainly two problems: 1. on IRQ free the driver was using the IRQ number instead of the the component base address. So, the component IRQ handlers were never released 2. on IRQ free, supposing that the first problem was not there, when all component's IRQ handlers were released the PCI IRQ handler (VIC dispatcher) should have released, but it was not. In consequence of this even if the driver was removed an interrupt can be handled by a ghost handler. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 14 Jul, 2014 1 commit
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 07 Jul, 2014 1 commit
-
-
Federico Vaga authored
The patch 355e1019 move two fields in the spec_dev structure, but other drivers may include this header and use this structure, so it breakes all the fields's offset. Revert this modification in order to make the modification more backward compatible. It will not fix all the situations (sizeof) but some of them yes. Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-