hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 3 Oct 2019 23:03:57 +0000 (01:03 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 24 Oct 2019 18:24:50 +0000 (20:24 +0200)
commit6a648a5f230d8cfb191a3cef52b15a05db1c47b5
tree24638612f09c76120f30e69c01a24aa3b3490232
parent2811ac30596644c1bfc3eee4e2ebffd2a107c3e4
hw: Move TWL92230 device from hw/timer/ to hw/rtc/ subdirectory

The TWL92230 is an "energy management device" companion with
a RTC. Since we mostly model the RTC, move it under the hw/rtc/
subdirectory.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20191003230404.19384-8-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
MAINTAINERS
hw/rtc/Kconfig
hw/rtc/Makefile.objs
hw/rtc/twl92230.c [new file with mode: 0644]
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/twl92230.c [deleted file]