- 21 Sep, 2023 2 commits
-
-
Federico Vaga authored
Resolve "Use new container to build all softwares in CI/CD" Closes #44 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!23
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 20 Sep, 2023 1 commit
-
-
Federico Vaga authored
Resolve "Remove `__packed` attribute from fmc-tdc.h" Closes #43 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!22
-
- 19 Sep, 2023 1 commit
-
-
Vaibhav Gupta authored
We don't need smallest possible alignment for this structure. Thus, remove the attribute. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 31 Aug, 2023 1 commit
-
-
Dimitris Lampridis authored
Resolve "Improve timing for ACAM TDC START01 readout" Closes #42 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!21
-
- 29 Aug, 2023 1 commit
-
-
Dimitris Lampridis authored
-
- 24 Jul, 2023 1 commit
-
-
Federico Vaga authored
Resolve "Use project evergreen's template for CI/CD" Closes #40 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!20
-
- 20 Jul, 2023 1 commit
-
-
Vaibhav Gupta authored
With project evergreen's CI/CD templates and includes, it is much easier to build CI/Cd of other projects with simple .gitlab-ci.yml file. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 09 Feb, 2023 3 commits
-
-
Federico Vaga authored
Resolve "Expose sensor output via Linux-HWMON API" Closes #38 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!19
-
Vaibhav Gupta authored
Add support to show min, max, and critical. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Instead of having a static string, in char-array, which will be then put into another string; we can directly put the value in devm_kasprintf() Reported-by:
Federico Vaga <federico.vaga@cern.ch> Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 07 Feb, 2023 1 commit
-
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 06 Feb, 2023 6 commits
-
-
Vaibhav Gupta authored
Reported-by:
Federico Vaga <federico.vaga@cern.ch> Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
The temperature retrieved from the sensor is scaled up by 16. Also, the linux hwmon framework expects the value to be in milli. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
'temp_ready' was never used 'temp' is a value which has to be retrieved from the device at the same moment when it is required. Thus, there is no point to have a structure member for it in 'fmctdc_dev'. Reported-by:
Federico Vaga <federico.vaga@cern.ch> Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
This reverts commit 0e1a7ecd. Reported-by:
Federico Vaga <federico.vaga@cern.ch> Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
Instead on manually calculating the memory, allocating it, and printing into string in multiple steps. use devm_kaspritf() Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch> Reported-by:
Federico Vaga <federico.vaga@cern.ch>
-
- 03 Feb, 2023 1 commit
-
-
Vaibhav Gupta authored
-
- 02 Feb, 2023 3 commits
-
-
Vaibhav Gupta authored
Information from sensors like temperature, which are useful for user-space, can be exposed via sysfs. Earlier, the driver developers had to take care of defining the attributes, initiating them, and perform other related jobs. But since a long time, the HWMON framework in Linux has developed significantly. And, utilizing it will reduce lot of maintainence work for the developers. All the sysfs related part is handled by the framework which also allows user-space tools, like lm-sensors, to provide the data to the user in a simplified manner. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
The second paramter of ft_temperature_get() is already a member of the of the first one. Thus, the value can be stored in it within the function itself. Aand, it doesn't changes its return behaviour. Also, this makes the function symmetric, in terms of declaration, to those of fmc-adc and fine-delay. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
Vaibhav Gupta authored
We need sensor data for Linux-hwmon API too. Thus expose the function to retrieve temperature to all the files of FMC-TDC. Hence, declare it as extern. Signed-off-by:
Vaibhav Gupta <vaibhav.gupta@cern.ch>
-
- 20 Dec, 2022 11 commits
-
-
Dimitris Lampridis authored
Resolve "Make a 8.0.1 release" Closes #8 and #33 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!17
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Dimitris Lampridis authored
-
Federico Vaga authored
Resolve "fmc-tdc-tstamp displays timestamps with ps part more than 1s" Closes #22 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!12
-
Federico Vaga authored
The very same check is performed when running the timestamp validation test Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
Federico Vaga authored
Signed-off-by:
Federico Vaga <federico.vaga@cern.ch>
-
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 Dec, 2022 2 commits
-
-
Dimitris Lampridis authored
headers cleanup and removal of old licenses See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!18
-
Dimitris Lampridis authored
-
- 16 Dec, 2022 1 commit
-
-
egousiou authored
-
- 15 Dec, 2022 4 commits
-
-
Dimitris Lampridis authored
Resolve "automate convention version assignment" Closes #32 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!16
-
Federico Vaga authored
Resolve "Try to fix some flawfinder issues" Closes #10 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!15
-
Dimitris Lampridis authored
-
Federico Vaga authored
Resolve "WR status reading failure" Closes #28 See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!11
-