Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clocksource/drivers/armada-370-xp: Use semicolons rather than commas to ↵ | Julia Lawall | 2020-10-02 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | separate statements Replace commas with semicolons. What is done is essentially described by the following Coccinelle semantic patch (http://coccinelle.lip6.fr/): // <smpl> @@ expression e1,e2; @@ e1 -, +; e2 ... when any // </smpl> Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://lore.kernel.org/r/1601233948-11629-17-git-send-email-Julia.Lawall@inria.fr | ||||
* | clocksource/drivers: Unify the names to timer-* format | Daniel Lezcano | 2018-10-03 | 1 | -0/+416 |
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> |