Re: [PATCH v2 02/14] hw: Move PL031 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 PL031 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 | 4 ++-- > Makefile.objs

[PATCH v2 02/14] hw: Move PL031 device from hw/timer/ to hw/rtc/ subdirectory

2019-10-03 Thread Philippe Mathieu-Daudé
The PL031 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 | 4 ++-- Makefile.objs | 1 + hw/Kconfig| 1 + hw/Makefile.