[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250814133527.2679261-1-xiaqinxin@huawei.com>
Date: Thu, 14 Aug 2025 21:35:25 +0800
From: Qinxin Xia <xiaqinxin@...wei.com>
To: <21cnbao@...il.com>, <m.szyprowski@...sung.com>, <robin.murphy@....com>,
<jonathan.cameron@...wei.com>
CC: <prime.zeng@...wei.com>, <fanghao11@...wei.com>,
<linux-kernel@...r.kernel.org>, <linuxarm@...wei.com>,
<xiaqinxin@...wei.com>, <yangyicong@...wei.com>
Subject: [PATCH 0/2] move dma_map_benchmark from selftests to tools/dma
Move dma_map_benchmark from selftest/dma to tools/dma directory
and update the maintainer list.
Qinxin Xia (2):
tools/dma: move dma_map_benchmark from selftests to tools/dma
MAINTAINERS: add myself and Barry to dma_map_benchmark maintainers
MAINTAINERS | 5 +++--
tools/Makefile | 13 +++++++------
tools/dma/Makefile | 17 +++++++++++++++++
tools/{testing/selftests => }/dma/config | 0
.../selftests => }/dma/dma_map_benchmark.c | 0
tools/testing/selftests/dma/Makefile | 7 -------
6 files changed, 27 insertions(+), 15 deletions(-)
create mode 100644 tools/dma/Makefile
rename tools/{testing/selftests => }/dma/config (100%)
rename tools/{testing/selftests => }/dma/dma_map_benchmark.c (100%)
delete mode 100644 tools/testing/selftests/dma/Makefile
--
2.33.0
Powered by blists - more mailing lists