Re: [PATCH v2 05/14] hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory

2019-10-24 Thread Laurent Vivier
Le 04/10/2019 à 01:03, Philippe Mathieu-Daudé a écrit : > The M41T80 is a Real Time Clock, not a timer. > Move it under the hw/rtc/ subdirectory. > > Reviewed-by: Alistair Francis > Signed-off-by: Philippe Mathieu-Daudé > --- > MAINTAINERS| 2 +- > hw/rtc/Kconfig | 4

[PATCH v2 05/14] hw: Move M41T80 device from hw/timer/ to hw/rtc/ subdirectory

2019-10-03 Thread Philippe Mathieu-Daudé
The M41T80 is a Real Time Clock, not a timer. Move it under the hw/rtc/ subdirectory. Reviewed-by: Alistair Francis Signed-off-by: Philippe Mathieu-Daudé --- MAINTAINERS| 2 +- hw/rtc/Kconfig | 4 hw/rtc/Makefile.objs | 1 + hw/{timer => rtc}/m41t80.c | 0