- Apr 15, 2019
-
-
federico.vaga@cern.ch authored
-
federico.vaga@cern.ch authored
Because version tag format changed Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
federico.vaga@cern.ch authored
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
- Dec 19, 2018
-
-
federico.vaga@cern.ch authored
It makes the code compiling and running on modern kernels
-
Gwenhael Goavec-Merou authored
zio: drivers: zio-vmk8055: use timer_setup instead of setup_timer with kernel > 4.15, add dedicated callback Since 4.15 timer callback take a struct timer_list argument instead of unsigned long. This patch split zvmk80xx_send_urb (timer callback) to a common function (__zvmk80xx_send_urb) with a struct zvmk80xx_cset parameter and two dedicated function according to kernel version. Since the signature of the common function has changed, call in zvmk80xx_generic_raw_io is updated too to suppress cast zvmk80xx_cset -> unsigned long. Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> (CERN)
-
Gwenhael Goavec-Merou authored
zio:triggers:zio-trig-timer: use timer_setup instead of setup_timer with kernel > 4.15, adapt callback Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> (CERN)
-
Gwenhael Goavec-Merou authored
Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> (CERN)
-
Gwenhael Goavec-Merou authored
Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> (CERN)
-
Gwenhael Goavec-Merou authored
Since 4.11 vm_operations_struct .fault has only a vm_fault parameter and since 4.17 callback function must return vm_fault_t instead of int Signed-off-by:
Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Federico Vaga <federico.vaga@vaga.pv.it> (CERN)
-
- Aug 22, 2018
-
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
federico.vaga@cern.ch authored
-
- Sep 05, 2017
-
-
Juan David González Cobas authored
struct vm_fault changed its definition before kernel 4.10, at commit 1a29d85eb0 to be more precise. This makes code compatible with pre- and post- 4.10 kernels. Signed-off by: Juan David Gonzalez Cobas <dcobas@cern.ch>
-
- Aug 08, 2017
-
-
Juan David González Cobas authored
struct vm_fault changed its definition before kernel 4.10, at commit 1a29d85eb0 to be more precise. This makes code compatible with pre- and post- 4.10 kernels. Signed-off by: Juan David Gonzalez Cobas <dcobas@cern.ch>
-
- May 30, 2016
-
-
federico.vaga@cern.ch authored
The reason to extended it is that it makes easier the identification of a single zio object from user-space. It is, in a way, similar to the zio_addr, but this is ascii and with less information (indeed it can be used only locally on the same machine) Signed-off-by:
federico.vaga@cern.ch <federico.vaga@cern.ch>
-
Federico Vaga authored
In output configuration, 0 will mean "do not change seq_num". Any other value will be assigned to current_ctrl->seq_num Signed-off-by:
Federico Vaga <federico.vaga@cern.ch> Acked-by:
Alessandro Rubini <rubini@gnudd.com>
-
- Apr 21, 2016
-
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@gmail.com>
-
- Feb 15, 2016
-
-
federico.vaga@cern.ch authored
Signed-off-by:
federico.vaga@cern.ch <federico.vaga@gmail.com>
-
federico.vaga@cern.ch authored
The introduction on symbolic link was not 100% correct on patch af1c35a5 Enumerate channels and channel-sets in sysfs If a custom name is not assigned, DO NOT force one (like we did). Leave it empty so that we can easily recognize this condition. Change the sysfs 'name' attribute in order to use the proper variable Signed-off-by:
federico.vaga@cern.ch <federico.vaga@gmail.com>
-
- Nov 30, 2015
-
-
Adam Wujek authored
with -V switch Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Nov 18, 2015
-
-
Adam Wujek authored
Ignore temporary files created during build. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Nov 09, 2015
-
-
Adam Wujek authored
Changes in the buildsystem.
-
- Nov 03, 2015
-
-
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>
-
- Nov 02, 2015
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
remove all *.ko.cmd and *.o.cmd files Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Remove defining variables LINUX and GIT_VERSION from Makefiles in subdirectories. Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
Adam Wujek authored
Signed-off-by:
Adam Wujek <adam.wujek@cern.ch>
-
- Oct 22, 2015
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
ZIO_OBJ_NAME_LEN is *just* the limit for names, but sometimes we want to append thing to a given name. Typically, index to identify the component in the hierarchy. So this patch introduce ZIO_OBJ_NAME_FULL_LEN which should be used as size for any string that modify the original name Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
- Oct 21, 2015
-
-
Paolo Savini authored
Create a sysfs symlink for backward compatibility using cset/chan name Signed-off-by:
Paolo Savini <il.paolo.savini@gmail.com> Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
- Sep 08, 2015
-
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@gmail.com>
-