]> www.infradead.org Git - users/jedix/linux-maple.git/commit
m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver
authorFinn Thain <fthain@linux-m68k.org>
Tue, 12 Nov 2024 22:32:15 +0000 (09:32 +1100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 22 Nov 2024 19:59:40 +0000 (20:59 +0100)
commit1ec371bab200de8510c893cd22865eb517577e83
tree64e5ad6da42bd037da493f6d3b1e723b6b660885
parent5b42edefd733371092ac771d4b1af031c8bbe4ba
m68k: mvme147, mvme16x: Adopt rtc-m48t59 platform driver

Both mvme147 and mvme16x platforms have their own RTC driver
implementations that duplicate functionality provided by the rtc-m48t59
driver. Adopt the rtc-m48t59 driver and remove the other ones.

Tested-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Finn Thain <fthain@linux-m68k.org>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://lore.kernel.org/r/19a16bcc94c42ea9c5397b37b1918c2937e3faab.1731450735.git.fthain@linux-m68k.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
arch/m68k/configs/multi_defconfig
arch/m68k/configs/mvme147_defconfig
arch/m68k/configs/mvme16x_defconfig
arch/m68k/include/asm/mvme147hw.h
arch/m68k/include/asm/mvme16xhw.h
arch/m68k/mvme147/config.c
arch/m68k/mvme16x/Makefile
arch/m68k/mvme16x/config.c
arch/m68k/mvme16x/rtc.c [deleted file]