]> git.sur5r.net Git - u-boot/commit
reset: add sandbox test for bulk API
authorNeil Armstrong <narmstrong@baylibre.com>
Tue, 3 Apr 2018 09:40:51 +0000 (11:40 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 10 Apr 2018 15:52:16 +0000 (11:52 -0400)
commit91f5f8b73ccba5bf591912fe6e8c500a7d51eb93
tree6f9ddd0833c030123d7a39c4ee113dd1d11a91b6
parent0c28233903b5af9a7f41b3200993cfa197b35719
reset: add sandbox test for bulk API

This patch adds the bulk reset API tests for the sandbox test suite.

Unlike the main test, it also check the "other" reset signal using the bulk API
and checks if the resets are correctly asserted/deasserted.

To allow the bulk API to work, and avoid changing the DT, the number of resets
of the sandbox reset controller has been bumped to 101 for the "other" reset
line to be valid.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/include/asm/reset.h
drivers/reset/sandbox-reset-test.c
drivers/reset/sandbox-reset.c
test/dm/reset.c