Linux PWM subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/2] pwm: export pwm_get_state_hw()
@ 2024-10-29 21:18 David Lechner
  2024-10-29 21:18 ` [PATCH v2 1/2] pwm: core: " David Lechner
  2024-10-29 21:18 ` [PATCH v2 2/2] iio: adc: ad7606: finish pwm_get_state_hw() TODO David Lechner
  0 siblings, 2 replies; 11+ messages in thread
From: David Lechner @ 2024-10-29 21:18 UTC (permalink / raw)
  To: Uwe Kleine-König, Jonathan Cameron, Guillaume Stols
  Cc: Michael Hennerich, linux-pwm, linux-kernel, linux-iio,
	David Lechner

Calling this v2 since it is a revision of the first version of the patch
from [1]. I have split it into a separate series since the SPI offload
work will likely take longer to finalize and there are other potential
users of this, like the ad7606 driver that I have also included in this
series.

[1]: https://lore.kernel.org/linux-iio/20241023-dlech-mainline-spi-engine-offload-2-v4-1-f8125b99f5a1@baylibre.com/

---
David Lechner (2):
      pwm: core: export pwm_get_state_hw()
      iio: adc: ad7606: finish pwm_get_state_hw() TODO

 drivers/iio/adc/ad7606.c |  8 +++-----
 drivers/pwm/core.c       | 40 +++++++++++++++++++++++++++-------------
 include/linux/pwm.h      |  1 +
 3 files changed, 31 insertions(+), 18 deletions(-)
---
base-commit: 6fb2fa9805c501d9ade047fc511961f3273cdcb5
change-id: 20241029-pwm-export-pwm_get_state_hw-8bdf15d9a408

Best regards,
-- 
David Lechner <dlechner@baylibre.com>


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-11-03 22:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29 21:18 [PATCH v2 0/2] pwm: export pwm_get_state_hw() David Lechner
2024-10-29 21:18 ` [PATCH v2 1/2] pwm: core: " David Lechner
2024-10-30  8:05   ` Uwe Kleine-König
2024-10-29 21:18 ` [PATCH v2 2/2] iio: adc: ad7606: finish pwm_get_state_hw() TODO David Lechner
2024-10-30  8:28   ` Uwe Kleine-König
2024-11-01 17:32     ` Jonathan Cameron
2024-11-01 17:50   ` kernel test robot
2024-11-03 14:00     ` Uwe Kleine-König
2024-11-03 20:20       ` Uwe Kleine-König
2024-11-03 22:10         ` David Lechner
2024-11-01 20:24   ` kernel test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox