[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20251220135613.226912-1-sammy@parkour.is>
Date: Sat, 20 Dec 2025 13:56:48 +0000
From: Sammy Malik <sammy@...kour.is>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Johan Hovold <johan@...nel.org>, Alex Elder <elder@...nel.org>, greybus-dev@...ts.linaro.org, linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH v2 1/1] staging: greybus: Remove completed PWM TODO item.
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@...kour.is>
---
Changes in v2:
- Added commit reference 832ce36f44a2 that originally implemented pwm_ops::apply
- Fixed typos: PWN -> PWM, pwn_ops -> pwm_ops
drivers/staging/greybus/TODO | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/staging/greybus/TODO b/drivers/staging/greybus/TODO
index 6461e0132fe3..31f1f2cb401c 100644
--- a/drivers/staging/greybus/TODO
+++ b/drivers/staging/greybus/TODO
@@ -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.
--
2.52.0
Powered by blists - more mailing lists