Thomas Gleixner
6bd8643736
clocksource/drivers/pistachio: Convert to SPDX identifier
...
The licensing text references explicitely the COPYING file in the kernel
base directory, which is clearly GPL version 2 only.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
Cc: Ezequiel Garcia <ezequiel.garcia@imgtec.com >
Cc: Daniel Lezcano <daniel.lezcano@linaro.org >
Link: https://lore.kernel.org/r/20220510171254.843410802@linutronix.de
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org >
2022-05-18 11:08:59 +02:00
Drew Fustini
0642fb4ba6
clocksource/drivers/pistachio: Fix -Wunused-but-set-variable warning
...
Variable 'overflow' set but not used, but this is the intended behavior.
The hardware only updates the counter register after the overflow
register read. However, the value of overflow is not actually needed.
Link: https://lore.kernel.org/lkml/202111200402.afQsussU-lkp@intel.com/
Reported-by: kernel test robot <lkp@intel.com >
Suggested-by: Daniel Lezcano <daniel.lezcano@linaro.org >
Signed-off-by: Drew Fustini <dfustini@baylibre.com >
Link: https://lore.kernel.org/r/20211123192524.1038304-1-dfustini@baylibre.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org >
2021-12-14 10:17:36 +01:00
Drew Fustini
a47d7ef455
clocksource/drivers/pistachio: Fix trivial typo
...
Fix trivial typo, rename local variable from 'overflw' to 'overflow' in
pistachio_clocksource_read_cycles().
Reported-by: Gustavo A. R. Silva <gustavoars@kernel.org >
Signed-off-by: Drew Fustini <drew@beagleboard.org >
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org >
Link: https://lore.kernel.org/r/20210305090315.384547-1-drew@beagleboard.org
2021-04-08 13:24:15 +02:00
Daniel Lezcano
9d8d47ea6e
clocksource/drivers: Unify the names to timer-* format
...
In order to make some housekeeping in the directory, this patch renames
drivers to the timer-* format in order to unify their names.
There is no functional changes.
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de >
Acked-by: Vladimir Zapolskiy <vz@mleia.com >
Acked-by: Liviu Dudau <liviu.dudau@arm.com >
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org >
2018-10-03 14:37:02 +02:00