aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/spi-offload-trigger-pwm.c
Commit message (Collapse)AuthorAgeFilesLines
* spi: spi-offload-trigger-pwm: add extra headersDavid Lechner2025-02-111-1/+8
| | | | | | | | | | | | | Add additional headers used in this driver. This is better than relying on implicit includes via other unrelated headers. Also sort the existing includes while doing so. Suggested-by: Andy Shevchenko <[email protected]> Signed-off-by: David Lechner <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Link: https://patch.msgid.link/20250210-spi-offload-extra-headers-v1-2-0f3356362254@baylibre.com Signed-off-by: Mark Brown <[email protected]>
* spi: offload-trigger: add PWM trigger driverDavid Lechner2025-02-071-0/+162
Add a new driver for a generic PWM trigger for SPI offloads. Reviewed-by: Jonathan Cameron <[email protected]> Reviewed-by: Nuno Sa <[email protected]> Signed-off-by: David Lechner <[email protected]> Link: https://patch.msgid.link/20250207-dlech-mainline-spi-engine-offload-2-v8-4-e48a489be48c@baylibre.com Signed-off-by: Mark Brown <[email protected]>