qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH qemu.git 00/11] improve hw/timer/imx_epit
@ 2022-10-31  2:15 ~axelheider
  2022-10-25 10:33 ` [PATCH qemu.git 04/11] hw/timer/imx_epit: remove explicit fields cnt and freq ~axelheider
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: ~axelheider @ 2022-10-31  2:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-arm, peter.maydell

This is a follow-up on my initial work to fix https://gitlab.com/qemu-
project/qemu/-/issues/1263.
- fix #1263 for CR writes
- fix compare timer update
- software reset clears the interrupt
- do not persist CR.SWR bit
- general code cleanup and comment improvements

Axel Heider (11):
  hw/timer/imx_epit: fix typo in comment
  hw/timer/imx_epit: improve comments
  hw/timer/imx_epit: factor out register write handlers
  hw/timer/imx_epit: remove explicit fields cnt and freq
  hw/timer/imx_epit: simplify interrupt logic
  hw/timer/imx_epit: software reset clears the interrupt
  hw/timer/imx_epit: do not persist CR.SWR bit
  hw/timer/imx_epit: simplify CR.ENMOD handling
  hw/timer/imx_epit: cleanup CR defines
  hw/timer/imx_epit: fix compare timer update
  hw/timer/imx_epit: rework CR write handling

 hw/timer/imx_epit.c         | 372 +++++++++++++++++++-----------------
 include/hw/timer/imx_epit.h |   6 +-
 2 files changed, 200 insertions(+), 178 deletions(-)

-- 
2.34.5


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2022-11-01 21:20 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-31  2:15 [PATCH qemu.git 00/11] improve hw/timer/imx_epit ~axelheider
2022-10-25 10:33 ` [PATCH qemu.git 04/11] hw/timer/imx_epit: remove explicit fields cnt and freq ~axelheider
2022-10-31  8:19   ` Philippe Mathieu-Daudé
2022-11-01 21:15     ` Axel Heider
2022-10-25 11:23 ` [PATCH qemu.git 05/11] hw/timer/imx_epit: simplify interrupt logic ~axelheider
2022-10-25 11:51 ` [PATCH qemu.git 01/11] hw/timer/imx_epit: fix typo in comment ~axelheider
2022-10-25 15:33 ` [PATCH qemu.git 02/11] hw/timer/imx_epit: improve comments ~axelheider
2022-10-31  8:20   ` Philippe Mathieu-Daudé
2022-10-25 18:06 ` [PATCH qemu.git 07/11] hw/timer/imx_epit: do not persist CR.SWR bit ~axelheider
2022-10-25 18:32 ` [PATCH qemu.git 06/11] hw/timer/imx_epit: software reset clears the interrupt ~axelheider
2022-10-31  8:21   ` Philippe Mathieu-Daudé
2022-10-27 13:09 ` [PATCH qemu.git 03/11] hw/timer/imx_epit: factor out register write handlers ~axelheider
2022-10-29 16:41 ` [PATCH qemu.git 08/11] hw/timer/imx_epit: simplify CR.ENMOD handling ~axelheider
2022-10-31  8:22   ` Philippe Mathieu-Daudé
2022-10-30 23:59 ` [PATCH qemu.git 09/11] hw/timer/imx_epit: cleanup CR defines ~axelheider
2022-10-31  8:23   ` Philippe Mathieu-Daudé
2022-10-31  0:25 ` [PATCH qemu.git 10/11] hw/timer/imx_epit: fix compare timer update ~axelheider
2022-10-31  0:28 ` [PATCH qemu.git 11/11] hw/timer/imx_epit: rework CR write handling ~axelheider
2022-10-31  8:25   ` Philippe Mathieu-Daudé
2022-11-01 21:19     ` Axel Heider

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).