devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Capture driver support for OMAP DM timer
@ 2025-09-09  8:00 Gokul Praveen
  2025-09-09  8:00 ` [PATCH 1/2] dt-bindings: counter: Add new ti,omap-dmtimer-cap compatible Gokul Praveen
  2025-09-09  8:00 ` [PATCH 2/2] counter: ti-dmtimer-cap : capture driver support for OMAP DM timer Gokul Praveen
  0 siblings, 2 replies; 12+ messages in thread
From: Gokul Praveen @ 2025-09-09  8:00 UTC (permalink / raw)
  To: j-keerthy, vigneshr, wbg, linux-kernel, robh, krzk+dt, conor+dt,
	devicetree
  Cc: g-praveen, u-kumar1, n-francis

DM timer hardware supports capture feature.It can be used
to timestamp events (falling/rising edges) detected on input signal.

The timer IO pin can also be configured in PWM mode but this
driver supports simple independent capture functionality.

Dependency: 
https://lore.kernel.org/all/f0d72eac-f842-4060-b197-ced20048b34b@linaro.org/

Gokul Praveen (3):
  dt-bindings: counter: Add new ti,omap-dmtimer-cap compatible
  counter: ti-dmtimer-cap : capture driver support for OMAP DM timer
  Enable required config for OMAP DM timer capture driver on J784S4 SOC.

 .../bindings/counter/ti,omap-dmtimer-cap.yaml |  34 ++
 arch/arm64/configs/defconfig                  |   1 +
 drivers/counter/Kconfig                       |  13 +
 drivers/counter/Makefile                      |   1 +
 drivers/counter/ti-dmtimer-cap.c              | 455 ++++++++++++++++++
 5 files changed, 504 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/counter/ti,omap-dmtimer-cap.yaml
 create mode 100644 drivers/counter/ti-dmtimer-cap.c

-- 
2.34.1


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

end of thread, other threads:[~2025-10-07 14:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09  8:00 [PATCH 0/2] Capture driver support for OMAP DM timer Gokul Praveen
2025-09-09  8:00 ` [PATCH 1/2] dt-bindings: counter: Add new ti,omap-dmtimer-cap compatible Gokul Praveen
2025-09-10  7:08   ` Krzysztof Kozlowski
2025-09-26  9:06     ` Gokul Praveen
2025-10-07  6:35       ` Krzysztof Kozlowski
2025-10-07  9:23         ` Gokul Praveen
2025-10-07  9:39           ` Krzysztof Kozlowski
2025-10-07  9:49             ` Gokul Praveen
2025-10-07 14:32               ` Krzysztof Kozlowski
2025-09-09  8:00 ` [PATCH 2/2] counter: ti-dmtimer-cap : capture driver support for OMAP DM timer Gokul Praveen
2025-09-09 14:58   ` Andrew Davis
2025-09-10  6:39   ` kernel test robot

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).