public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/2] [RFC] Device discovery & UART test
@ 2020-06-23 11:28 Cyril Hrubis
  2020-06-23 11:28 ` [LTP] [PATCH 1/2] tst_test: Add support for device discovery Cyril Hrubis
  2020-06-23 11:28 ` [LTP] [PATCH 2/2] device_drivers/uart01: Add uart01 test Cyril Hrubis
  0 siblings, 2 replies; 13+ messages in thread
From: Cyril Hrubis @ 2020-06-23 11:28 UTC (permalink / raw)
  To: ltp

This is not 100% finished and I do not intend to merge the code as it
is. The main purpose is to show the direction in which I think we should
move in order to include the device drivers in LTP.

Have a look at the "Add support for device discovery" patch that
introduces the important pieces.

Cyril Hrubis (2):
  tst_test: Add support for device discovery
  device_drivers/uart01: Add uart01 test

 device-discovery.sh                           |   5 +
 include/tst_test.h                            |   3 +
 lib/tst_devices.c                             | 228 ++++++++
 lib/tst_devices.h                             |  32 ++
 lib/tst_test.c                                |  60 +-
 runtest/kernel_misc                           |   5 +
 .../kernel/device-drivers/uart/.gitignore     |   1 +
 testcases/kernel/device-drivers/uart/Makefile |   4 +
 testcases/kernel/device-drivers/uart/uart01.c | 522 ++++++++++++++++++
 9 files changed, 853 insertions(+), 7 deletions(-)
 create mode 100755 device-discovery.sh
 create mode 100644 lib/tst_devices.c
 create mode 100644 lib/tst_devices.h
 create mode 100644 testcases/kernel/device-drivers/uart/.gitignore
 create mode 100644 testcases/kernel/device-drivers/uart/Makefile
 create mode 100644 testcases/kernel/device-drivers/uart/uart01.c

-- 
2.26.2


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

end of thread, other threads:[~2020-06-25 12:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-23 11:28 [LTP] [PATCH 0/2] [RFC] Device discovery & UART test Cyril Hrubis
2020-06-23 11:28 ` [LTP] [PATCH 1/2] tst_test: Add support for device discovery Cyril Hrubis
2020-06-24  8:41   ` [LTP] [Automated-testing] " Michal Simek
2020-06-24  9:05     ` Cyril Hrubis
2020-06-24  9:21       ` Michal Simek
2020-06-24  9:29         ` Cyril Hrubis
2020-06-24  9:57           ` Cixi Geng
2020-06-24 10:10             ` Cyril Hrubis
2020-06-24 10:53           ` Michal Simek
2020-06-24 18:16   ` [LTP] " Carlos Hernandez
2020-06-25 12:34     ` Cyril Hrubis
2020-06-23 11:28 ` [LTP] [PATCH 2/2] device_drivers/uart01: Add uart01 test Cyril Hrubis
2020-06-24  9:07   ` [LTP] [Automated-testing] " Michal Simek

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