OSDN Git Service

hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Oct 2019 23:03:54 +0000 (01:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Oct 2019 18:20:45 +0000 (20:20 +0200)
commit819ce6b2a598b5c5c6866a3a6d1acb5261592f8a
tree92cec69a4e1637810472f9d053559aa16bece465
parentbcdb90640ae41128e0c2ae2ec8ebf5a832102097
hw: Move M48T59 device from hw/timer/ to hw/rtc/ subdirectory

The M48T59 is a Real Time Clock, not a timer.
Move it under the hw/rtc/ subdirectory.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191003230404.19384-5-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
14 files changed:
MAINTAINERS
hw/ppc/ppc405_boards.c
hw/ppc/prep.c
hw/rtc/Kconfig
hw/rtc/Makefile.objs
hw/rtc/m48t59-internal.h [moved from hw/timer/m48t59-internal.h with 100% similarity]
hw/rtc/m48t59-isa.c [moved from hw/timer/m48t59-isa.c with 98% similarity]
hw/rtc/m48t59.c [moved from hw/timer/m48t59.c with 99% similarity]
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
hw/timer/Kconfig
hw/timer/Makefile.objs
include/hw/rtc/m48t59.h [new file with mode: 0644]
include/hw/timer/m48t59.h [deleted file]