All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and clockevent support
@ 2025-06-23 19:24 Markus Schneider-Pargmann
  2025-06-23 19:24 ` [PATCH 1/3] clocksource/drivers/timer-ti-dm: Fix property name in comment Markus Schneider-Pargmann
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Markus Schneider-Pargmann @ 2025-06-23 19:24 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner
  Cc: Vishal Mahaveer, Kevin Hilman, Dhruva Gole, Sebin Francis,
	Kendall Willis, Akashdeep Kaur, linux-kernel,
	Markus Schneider-Pargmann

Hi,

this series adds support for both clocksource and clockevent to the TI
Dual-Mode Timer driver. This can be used as a time source for low power
modes in which the CPUs are temporarily not running.

The driver looks for two always on timers in the DT to be used for
clocksource and clockevent. These are then handled as reserved and can
not be used for normal use.

This series is based on v6.16-rc1.

Best
Markus

Signed-off-by: Markus Schneider-Pargmann <msp@baylibre.com>
---
Markus Schneider-Pargmann (3):
      clocksource/drivers/timer-ti-dm: Fix property name in comment
      clocksource/drivers/timer-ti-dm: Add clocksource support
      clocksource/drivers/timer-ti-dm: Add clockevent support

 drivers/clocksource/timer-ti-dm-systimer.c |   2 +-
 drivers/clocksource/timer-ti-dm.c          | 265 ++++++++++++++++++++++++++++-
 2 files changed, 265 insertions(+), 2 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250623-topic-ti-dm-clkevt-v6-16-b5e6599b7c01

Best regards,
-- 
Markus Schneider-Pargmann <msp@baylibre.com>


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

end of thread, other threads:[~2025-06-25 19:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 19:24 [PATCH 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and clockevent support Markus Schneider-Pargmann
2025-06-23 19:24 ` [PATCH 1/3] clocksource/drivers/timer-ti-dm: Fix property name in comment Markus Schneider-Pargmann
2025-06-24 10:27   ` Dhruva Gole
2025-06-25 19:58   ` Kevin Hilman
2025-06-23 19:24 ` [PATCH 2/3] clocksource/drivers/timer-ti-dm: Add clocksource support Markus Schneider-Pargmann
2025-06-24 15:51   ` kernel test robot
2025-06-23 19:24 ` [PATCH 3/3] clocksource/drivers/timer-ti-dm: Add clockevent support Markus Schneider-Pargmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.