
18 Jul
2015
18 Jul
'15
1:58 a.m.
On 6 July 2015 at 12:54, Simon Glass sjg@chromium.org wrote:
Add tests of each API call using a sandbox pinctrl device.
Signed-off-by: Simon Glass sjg@chromium.org
arch/sandbox/dts/test.dts | 11 ++++- configs/sandbox_defconfig | 1 + drivers/pinctrl/Makefile | 1 + drivers/pinctrl/pinctrl_sandbox.c | 80 +++++++++++++++++++++++++++++++++ include/dt-bindings/clock/sandbox-clk.h | 10 +++++ test/dm/Makefile | 1 + test/dm/pinctrl.c | 63 ++++++++++++++++++++++++++ 7 files changed, 166 insertions(+), 1 deletion(-) create mode 100644 drivers/pinctrl/pinctrl_sandbox.c create mode 100644 include/dt-bindings/clock/sandbox-clk.h create mode 100644 test/dm/pinctrl.c
Applied to u-boot-dm.