Linux M68K Architecture development
 help / color / mirror / Atom feed
* [PATCH 0/2] m68k: Add DMA timers support for M5441x
@ 2024-12-02  9:29 Jean-Michel Hautbois
  2024-12-02  9:29 ` [PATCH 1/2] m68k: coldfire: Use proper clock rate for timers Jean-Michel Hautbois
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Jean-Michel Hautbois @ 2024-12-02  9:29 UTC (permalink / raw)
  To: Greg Ungerer, Geert Uytterhoeven, Daniel Lezcano, Thomas Gleixner
  Cc: linux-m68k, linux-kernel, linux-m68k, Jean-Michel Hautbois

This patch series adds support for DMA timers for the M5441x coldfire
family. The aim is to provide finer scheduler resolution and support for
high-resolution timers.

The first patch fixes the clocks and a typo. The second one is the
timers support addition. As there is no device tree, I did not use
TIMER_OF_DECLARE().

Signed-off-by: Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>
---
Jean-Michel Hautbois (2):
      m68k: coldfire: Use proper clock rate for timers
      m68k: m5441x: Add DMA timer support

 MAINTAINERS                         |   6 +
 arch/m68k/coldfire/m5441x.c         |  20 +--
 arch/m68k/include/asm/m5441xsim.h   |  18 +++
 drivers/clocksource/Kconfig         |   9 ++
 drivers/clocksource/Makefile        |   1 +
 drivers/clocksource/mcf_dma_timer.c | 240 ++++++++++++++++++++++++++++++++++++
 6 files changed, 284 insertions(+), 10 deletions(-)
---
base-commit: e3f432391d55ec21274bd16a04659b4a24678535
change-id: 20241202-m5441x_dma_tmr-d969f4cc30a8

Best regards,
-- 
Jean-Michel Hautbois <jeanmichel.hautbois@yoseli.org>


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

end of thread, other threads:[~2024-12-22 14:30 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-02  9:29 [PATCH 0/2] m68k: Add DMA timers support for M5441x Jean-Michel Hautbois
2024-12-02  9:29 ` [PATCH 1/2] m68k: coldfire: Use proper clock rate for timers Jean-Michel Hautbois
2024-12-18 12:36   ` Greg Ungerer
2024-12-18 14:42     ` Jean-Michel Hautbois
2024-12-02  9:29 ` [PATCH 2/2] m68k: m5441x: Add DMA timer support Jean-Michel Hautbois
2024-12-22 13:41   ` Greg Ungerer
2024-12-22 14:30     ` Jean-Michel Hautbois
2024-12-02 10:14 ` [PATCH 0/2] m68k: Add DMA timers support for M5441x Jean-Michel Hautbois
2024-12-12 10:39 ` Jean-Michel Hautbois

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox