]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rtc: gemini/ftrtc010: rename driver and symbols
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 May 2017 07:53:32 +0000 (09:53 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Thu, 6 Jul 2017 20:37:15 +0000 (22:37 +0200)
commit1d61d2592c1f70d74112ed1ee8f182694dc43c48
tree426d51254ab3f469651fc2f83b32363224889572
parent7f1e988dffbd808ad17f22b6b88a9aa42ebe739a
rtc: gemini/ftrtc010: rename driver and symbols

The Gemini RTC is actually a generic IP block from Faraday
Technology names FTRTC010. Rename the driver file and all
symbols to match this IP name.

The relationship can be clearly seen in the U-Boot driver
posted by Po-Yu Chuang for the Faraday A320 board:
https://lists.denx.de/pipermail/u-boot/2009-September/061326.html

Remove the dependency on ARCH_GEMINI but select the driver
for ARCH_GEMINI so we get a smooth transition. The IP block
is synthsized on different silicon and architectures.

Cc: Po-Yu Chuang <ratbert@faraday-tech.com>
Acked-by: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
MAINTAINERS
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-ftrtc010.c [moved from drivers/rtc/rtc-gemini.c with 62% similarity]