The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95
@ 2024-01-25 11:09 Peng Fan (OSS)
  2024-01-25 11:09 ` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: " Peng Fan (OSS)
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Peng Fan (OSS) @ 2024-01-25 11:09 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Bai Ping, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, NXP Linux Team,
	Marco Felsch
  Cc: linux-kernel, devicetree, linux-arm-kernel, Peng Fan

i.MX95 System Counter module control register space is blocked
by SCMI firmware, so we use Read Register space to get the counter.

V2:
  - imx95 is not compatible with the existing hardware, so add a
    seperate entry for i.MX95 in dt-binding.
  - Per Marco's comments, the global variables was removed except
    to_sysctr. And add a new TIMER_OF_DECLARE entry for i.MX95

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Peng Fan (3):
      dt-bindings: timer: nxp,sysctr-timer: support i.MX95
      clocksource/drivers/imx-sysctr: drop use global variables
      clocksource/drivers/imx-sysctr: support i.MX95

 .../bindings/timer/nxp,sysctr-timer.yaml           |   5 +-
 drivers/clocksource/timer-imx-sysctr.c             | 116 +++++++++++++++------
 2 files changed, 90 insertions(+), 31 deletions(-)
---
base-commit: 01af33cc9894b4489fb68fa35c40e9fe85df63dc
change-id: 20240125-imx-sysctr-3a89a0852376

Best regards,
-- 
Peng Fan <peng.fan@nxp.com>


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

end of thread, other threads:[~2024-01-28  0:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25 11:09 [PATCH v2 0/3] clocksource: imx-sysctr: support i.MX95 Peng Fan (OSS)
2024-01-25 11:09 ` [PATCH v2 1/3] dt-bindings: timer: nxp,sysctr-timer: " Peng Fan (OSS)
2024-01-25 16:53   ` Conor Dooley
2024-01-25 11:09 ` [PATCH v2 2/3] clocksource/drivers/imx-sysctr: drop use global variables Peng Fan (OSS)
2024-01-28  0:15   ` kernel test robot
2024-01-25 11:09 ` [PATCH v2 3/3] clocksource/drivers/imx-sysctr: support i.MX95 Peng Fan (OSS)

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