]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: Add a pwm command
authorPragnesh Patel <pragnesh.patel@sifive.com>
Tue, 22 Dec 2020 06:00:05 +0000 (11:30 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 18 Jan 2021 20:23:06 +0000 (15:23 -0500)
commit0724c6332cc09e420584d34db81b9d8f2fadab80
treecc2c5f125fba8721f5546c21594bb1c637a0c1b2
parentcbadc97480fdf06236b90ee6de6561e7b6245434
cmd: Add a pwm command

Add the command "pwm" for controlling the pwm channels. This
command provides pwm invert/config/enable/disable functionalities
via PWM uclass drivers

Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
README
cmd/Kconfig
cmd/Makefile
cmd/pwm.c [new file with mode: 0644]
configs/sandbox_defconfig
test/cmd/Makefile
test/cmd/pwm.c [new file with mode: 0644]