]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: greybus: Remove completed PWM TODO item.
authorSammy Malik <sammy@parkour.is>
Sat, 20 Dec 2025 13:56:48 +0000 (13:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Dec 2025 08:43:52 +0000 (09:43 +0100)
The pwm.c driver already uses pwm_ops::apply. This item was completed
in commit 832ce36f44a2 ("staging: greybus: introduce pwm_ops::apply")
but never removed from the TODO list.

Removed the outdated TODO item.

Signed-off-by: Sammy Malik <sammy@parkour.is>
Link: https://patch.msgid.link/20251220135613.226912-1-sammy@parkour.is
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/TODO

index 6461e0132fe3d3157c5f56b619038c21989e3994..31f1f2cb401c200ad17e45b9533df7d84a0c93ce 100644 (file)
@@ -1,5 +1,3 @@
 * Convert all uses of the old GPIO API from <linux/gpio.h> to the
   GPIO descriptor API in <linux/gpio/consumer.h> and look up GPIO
   lines from device tree or ACPI.
-* Make pwm.c use the struct pwm_ops::apply instead of ::config, ::set_polarity,
-  ::enable and ::disable.