]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
hw/timer: avr: Add limited support for 16-bit timer peripheral
authorMichael Rolnik <mrolnik@gmail.com>
Fri, 24 Jan 2020 00:51:18 +0000 (01:51 +0100)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sat, 11 Jul 2020 09:02:05 +0000 (11:02 +0200)
commit8ff47bc1a0c798141479530bf9cb3836b49fc5e1
tree43d07c7dac86500d99590fc3630444744bf13504
parent429ca9d6658019e27ee07e459a495f112f4dbb96
hw/timer: avr: Add limited support for 16-bit timer peripheral

These were designed to facilitate testing but should provide enough
function to be useful in other contexts.  Only a subset of the functions
of each peripheral is implemented, mainly due to the lack of a standard
way to handle electrical connections (like GPIO pins).

[AM: Remove word 'Atmel' from filenames and all elements of code]
Suggested-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Signed-off-by: Sarah Harris <S.E.Harris@kent.ac.uk>
Signed-off-by: Ed Robbins <E.J.C.Robbins@kent.ac.uk>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
[rth: Squash info mtree fixes and a file rename from f4bug]
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
[PMD: Use qemu_log_mask(LOG_UNIMP), replace goto by return]
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-21-huth@tuxfamily.org>
[PMD: Check cpu-frequency-hz property in realize()]
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
hw/timer/Kconfig
hw/timer/Makefile.objs
hw/timer/avr_timer16.c [new file with mode: 0644]
hw/timer/trace-events
include/hw/timer/avr_timer16.h [new file with mode: 0644]