commit | 56c3aa9ab9ed44113c043ac46dc47158bc304b20 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Thu Mar 23 01:20:40 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Sat Apr 15 21:36:07 2023 +0200 |
tree | be9a89785810fbb1a963f4a9b466ea42be072090 | |
parent | 35d48ea8c0543775bc9218e412553fd306b37de3 [diff] |
arch: m68k: Introduce trivial PIT based timer The QEMU emulation of m68k does not support DMA timer, the only timer that is supported is the PIT timer. Implement trivial PIT timer support for m68k. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>