summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-10-04 11:29:51 -0600
committerSimon Glass <sjg@chromium.org>2014-10-23 19:29:53 -0600
commit4324174d0308c9c81ce246a8e82d2faaefb6d973 (patch)
treebc1ea0350bd8118f6a060ae7449cea3ec4ec3d50 /doc
parent756ac0bb1526c8c661ad3ff673cd17c7602ab46e (diff)
downloadtalos-obmc-uboot-4324174d0308c9c81ce246a8e82d2faaefb6d973.tar.gz
talos-obmc-uboot-4324174d0308c9c81ce246a8e82d2faaefb6d973.zip
test: dm: Add additional GPIO tests
Add tests for gpio_requestf() and for memory leaks. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/driver-model/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/driver-model/README.txt b/doc/driver-model/README.txt
index f4395c188a..0278dda4d7 100644
--- a/doc/driver-model/README.txt
+++ b/doc/driver-model/README.txt
@@ -95,7 +95,7 @@ are provided in test/dm. To run them, try:
You should see something like this:
<...U-Boot banner...>
- Running 27 driver model tests
+ Running 29 driver model tests
Test: dm_test_autobind
Test: dm_test_autoprobe
Test: dm_test_bus_children
@@ -117,6 +117,9 @@ You should see something like this:
Test: dm_test_gpio
extra-gpios: get_value: error: gpio b5 not reserved
Test: dm_test_gpio_anon
+ Test: dm_test_gpio_copy
+ Test: dm_test_gpio_leak
+ extra-gpios: get_value: error: gpio b5 not reserved
Test: dm_test_gpio_requestf
Test: dm_test_leak
Test: dm_test_lifecycle
OpenPOWER on IntegriCloud