]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: at91rm9200: move register definitions to C file
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sun, 29 Dec 2019 20:44:16 +0000 (21:44 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 15 Jan 2020 14:11:07 +0000 (15:11 +0100)
commita1243b099e257f8d977b19e503c3a0d0e70fbb84
tree51f78d023b9a38e3cd1272b48c4bb8c7c014e911
parentca3fdc989c3cacf5b61a2334ca77ac29b0f5bc51
rtc: at91rm9200: move register definitions to C file

The header was simply moved from the arm mach folder to drivers/rtc but
there is not point in having it separated from the driver.

Also remove unused bit definitions and use BIT and GENMASK.

Link: https://lore.kernel.org/r/20191229204421.337612-4-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-at91rm9200.c
drivers/rtc/rtc-at91rm9200.h [deleted file]