All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] Add support for Ultrasoc Trace Module
@ 2021-06-15  9:34 Qi Liu
  2021-06-15  9:34 ` [RFC PATCH 1/4] Documentation: tracing: Documentation for ultrasoc framework and drivers Qi Liu
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Qi Liu @ 2021-06-15  9:34 UTC (permalink / raw)
  To: alexander.shishkin, mathieu.poirier, suzuki.poulose,
	jonathan.zhouwen, f.fangjian
  Cc: linux-kernel, coresight, linuxarm, liuqi115

This patchset adds support for Ultrasoc Trace Module on Hip08 and Hip09
platform. It includes core layer framework, AXI Communicator(AXI-COM) and 
System Memory Buffer(SMB).

Qi Liu (4):
  Documentation: tracing: Documentation for ultrasoc framework and drivers
  ultrasoc: add ultrasoc core layer framework
  ultrasoc: Add ultrasoc AXI Communicator driver
  ultrasoc: Add System Memory Buffer driver

 Documentation/trace/ultrasoc-trace.rst        | 209 ++++++++
 MAINTAINERS                                   |   7 +
 drivers/Makefile                              |   1 +
 drivers/hwtracing/Kconfig                     |   2 +
 drivers/hwtracing/ultrasoc/Kconfig            |  34 ++
 drivers/hwtracing/ultrasoc/Makefile           |  13 +
 drivers/hwtracing/ultrasoc/ultrasoc-axi-com.c | 334 +++++++++++++
 drivers/hwtracing/ultrasoc/ultrasoc-axi-com.h |  66 +++
 drivers/hwtracing/ultrasoc/ultrasoc-smb.c     | 663 ++++++++++++++++++++++++++
 drivers/hwtracing/ultrasoc/ultrasoc-smb.h     | 182 +++++++
 drivers/hwtracing/ultrasoc/ultrasoc.c         | 518 ++++++++++++++++++++
 drivers/hwtracing/ultrasoc/ultrasoc.h         | 168 +++++++
 12 files changed, 2197 insertions(+)
 create mode 100644 Documentation/trace/ultrasoc-trace.rst
 create mode 100644 drivers/hwtracing/ultrasoc/Kconfig
 create mode 100644 drivers/hwtracing/ultrasoc/Makefile
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc-axi-com.c
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc-axi-com.h
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc-smb.c
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc-smb.h
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc.c
 create mode 100644 drivers/hwtracing/ultrasoc/ultrasoc.h

-- 
2.7.4


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

end of thread, other threads:[~2021-07-08  9:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  9:34 [RFC PATCH 0/4] Add support for Ultrasoc Trace Module Qi Liu
2021-06-15  9:34 ` [RFC PATCH 1/4] Documentation: tracing: Documentation for ultrasoc framework and drivers Qi Liu
2021-06-23 22:51   ` Mathieu Poirier
2021-06-24 12:43     ` liuqi (BA)
2021-06-24 16:26       ` Mathieu Poirier
2021-06-15  9:34 ` [RFC PATCH 2/4] ultrasoc: add ultrasoc core layer framework Qi Liu
2021-06-15  9:34 ` [RFC PATCH 3/4] ultrasoc: Add ultrasoc AXI Communicator driver Qi Liu
2021-06-16 23:23   ` kernel test robot
2021-06-29 21:22   ` Mathieu Poirier
2021-07-08  9:27     ` liuqi (BA)
2021-06-15  9:34 ` [RFC PATCH 4/4] ultrasoc: Add System Memory Buffer driver Qi Liu
2021-06-16 18:04   ` kernel test robot
2021-06-24 22:47   ` Suzuki K Poulose
2021-07-08  8:25     ` liuqi (BA)
2021-06-29 20:50   ` Mathieu Poirier
2021-07-08  8:47     ` liuqi (BA)

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.