]> git.sur5r.net Git - u-boot/commit
dm: sandbox: pwm: Add a basic pwm test
authorSimon Glass <sjg@chromium.org>
Mon, 17 Apr 2017 03:01:11 +0000 (21:01 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:02 +0000 (16:49 -0400)
commit43b41566f72c3ff1074fe686f37227ebe33e11f9
tree8fb90db0bfe55a22257930fdd5512e0e2fc03f89
parent29f089a60547178cd59b5482c57e6a87bdd11089
dm: sandbox: pwm: Add a basic pwm test

Unfortunately a test for the PWM uclass was not included when it was
submitted. This was noticed when trying to add more functionality:

   http://patchwork.ozlabs.org/patch/748172/

Add a simple test to get us started.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
configs/sandbox_noblk_defconfig
configs/sandbox_spl_defconfig
drivers/pwm/Kconfig
drivers/pwm/Makefile
drivers/pwm/sandbox_pwm.c [new file with mode: 0644]
test/dm/Makefile
test/dm/pwm.c [new file with mode: 0644]