Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH 0/2] accel/qaic: Add support for host/device timesync
@ 2023-10-06 16:32 Jeffrey Hugo
  2023-10-06 16:32 ` [PATCH 1/2] accel/qaic: Add support for periodic timesync Jeffrey Hugo
  2023-10-06 16:32 ` [PATCH 2/2] accel/qaic: Support MHI QAIC_TIMESYNC channel Jeffrey Hugo
  0 siblings, 2 replies; 5+ messages in thread
From: Jeffrey Hugo @ 2023-10-06 16:32 UTC (permalink / raw)
  To: quic_ajitpals, quic_carlv, quic_pkanojiy, stanislaw.gruszka,
	ogabbay
  Cc: linux-arm-msm, dri-devel, Jeffrey Hugo

AIC100 supports a timesync mechanism that allows AIC100 to timestamp
device logs with a host based time. This becomes useful for putting host
logs in a unified timeline with device logs for debugging and performance
profiling. The mechanism consists of a boot-time initialization and a
runtime perodic resync to counteract the effects of time source drift
over time between the host and device.

Ajit Pal Singh (1):
  accel/qaic: Add support for periodic timesync

Pranjal Ramajor Asha Kanojiya (1):
  accel/qaic: Support MHI QAIC_TIMESYNC channel

 Documentation/accel/qaic/aic100.rst |   6 +-
 Documentation/accel/qaic/qaic.rst   |   5 +
 drivers/accel/qaic/Makefile         |   3 +-
 drivers/accel/qaic/mhi_controller.c |  36 ++-
 drivers/accel/qaic/qaic.h           |   4 +
 drivers/accel/qaic/qaic_drv.c       |  17 ++
 drivers/accel/qaic/qaic_timesync.c  | 379 ++++++++++++++++++++++++++++
 drivers/accel/qaic/qaic_timesync.h  |  11 +
 8 files changed, 457 insertions(+), 4 deletions(-)
 create mode 100644 drivers/accel/qaic/qaic_timesync.c
 create mode 100644 drivers/accel/qaic/qaic_timesync.h

-- 
2.40.1


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

end of thread, other threads:[~2023-10-12  6:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-06 16:32 [PATCH 0/2] accel/qaic: Add support for host/device timesync Jeffrey Hugo
2023-10-06 16:32 ` [PATCH 1/2] accel/qaic: Add support for periodic timesync Jeffrey Hugo
2023-10-10 13:08   ` kernel test robot
2023-10-12  6:20   ` kernel test robot
2023-10-06 16:32 ` [PATCH 2/2] accel/qaic: Support MHI QAIC_TIMESYNC channel Jeffrey Hugo

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