]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
clocksource/drivers/gemini: Rename Gemini timer to Faraday
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 24 Mar 2017 21:32:34 +0000 (22:32 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 7 Apr 2017 14:23:08 +0000 (16:23 +0200)
commitf5bf0ee4ebf779e256bb710f638b4452d94e97fb
treef70d8f1cc97b7746ad94660a159155c1bb2edf04
parentbb0c6bb3b71cec4b00c3fb1c055f92ad05b905db
clocksource/drivers/gemini: Rename Gemini timer to Faraday

After some research it turns out that the "Gemini" timer is
actually a generic IP block from Faraday Technology named
FTTMR010, so as to not make things too confusing we need to
rename the driver and its symbols to make sense.

The implementation remains the same in this patch but we fix
the copy-paste error in the timer name "nomadik_mtu" as we're
at it.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-fttmr010.c [moved from drivers/clocksource/timer-gemini.c with 83% similarity]