All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@baylibre.com>
To: Daniel Lezcano <daniel.lezcano@oss.qualcomm.com>,
	"Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com>
Cc: Vishal Mahaveer <vishalm@ti.com>, Dhruva Gole <d-gole@ti.com>,
	Sebin Francis <sebin.francis@ti.com>,
	Kendall Willis <k-willis@ti.com>, Akashdeep Kaur <a-kaur@ti.com>,
	linux-kernel@vger.kernel.org,
	"Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com>
Subject: Re: [PATCH v4 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and clockevent support
Date: Thu, 23 Apr 2026 10:55:27 -0700	[thread overview]
Message-ID: <7ha4utr27k.fsf@baylibre.com> (raw)
In-Reply-To: <20260309-topic-ti-dm-clkevt-v6-16-v4-0-bb8d2a04c45e@baylibre.com>

[ off list ]


"Markus Schneider-Pargmann (TI.com)" <msp@baylibre.com> writes:

> 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 v7.0-rc1.
>
> Best
> Markus
>
> Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
> ---
> Changes in v4:
> - Rebased onto v7.0
> - Link to v3: https://lore.kernel.org/r/20260204-topic-ti-dm-clkevt-v6-16-v3-0-83e65d01f4ae@baylibre.com
>
> Changes in v3:
> - Use devm_add_action_or_reset() to cleanup clocksource registration
> - Use RESOURCE_SIZE_MAX instead of -1 if no timers suitable for
>   clocksource or clockevent were found
> - Link to v2: https://lore.kernel.org/r/20251216-topic-ti-dm-clkevt-v6-16-v2-0-bfd7dd085c19@baylibre.com
>
> Changes in v2:
> - Rebased to v6.19-rc1
> - Previous compile issues because of the __init section of
>   sched_clock_register() was solved upstream by removing it from the
>   __init section in 
>   https://lore.kernel.org/r/20250602151853.1942521-8-daniel.lezcano@linaro.org
> - Link to v1: https://lore.kernel.org/r/20250623-topic-ti-dm-clkevt-v6-16-v1-0-b00086761ee1@baylibre.com
>
> ---
> Markus Schneider-Pargmann (TI.com) (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, 266 insertions(+), 1 deletion(-)
> ---
> base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f
> change-id: 20250623-topic-ti-dm-clkevt-v6-16-b5e6599b7c01
>
> Best regards,
> -- 
> Markus Schneider-Pargmann (TI) <msp@baylibre.com>

  parent reply	other threads:[~2026-04-23 17:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-09 10:45 [PATCH v4 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and clockevent support Markus Schneider-Pargmann (TI.com)
2026-03-09 10:45 ` [PATCH v4 1/3] clocksource/drivers/timer-ti-dm: Fix property name in comment Markus Schneider-Pargmann (TI.com)
2026-03-09 10:45 ` [PATCH v4 2/3] clocksource/drivers/timer-ti-dm: Add clocksource support Markus Schneider-Pargmann (TI.com)
2026-05-06 15:11   ` Daniel Lezcano
2026-03-09 10:45 ` [PATCH v4 3/3] clocksource/drivers/timer-ti-dm: Add clockevent support Markus Schneider-Pargmann (TI.com)
2026-04-23 17:55 ` Kevin Hilman [this message]
2026-04-23 17:58 ` [PATCH v4 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and " Kevin Hilman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7ha4utr27k.fsf@baylibre.com \
    --to=khilman@baylibre.com \
    --cc=a-kaur@ti.com \
    --cc=d-gole@ti.com \
    --cc=daniel.lezcano@oss.qualcomm.com \
    --cc=k-willis@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=msp@baylibre.com \
    --cc=sebin.francis@ti.com \
    --cc=vishalm@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.