public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] pwm: cros-ec: Some simplifications
@ 2024-06-07  8:44 Uwe Kleine-König
  2024-06-07  8:44 ` [PATCH 1/3] pwm: cros-ec: Don't care about consumers in .get_state() Uwe Kleine-König
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Uwe Kleine-König @ 2024-06-07  8:44 UTC (permalink / raw)
  To: Benson Leung; +Cc: Guenter Roeck, linux-pwm, chrome-platform, linux-kernel

Hello,

here come some simplifications for the cros-ec PWM driver and a followup
change in the core. The latter was the motivator for me, as I intend to
work on some changes how PWM wave forms are represented and this reduces
the number of code locations I have to care for.

I claim in the commit log that the changes work just fine, however I
only build-test them, so a runtime test from someone with a cros-ec
device would be very welcome.

Best regards
Uwe

Uwe Kleine-König (3):
  pwm: cros-ec: Don't care about consumers in .get_state()
  pwm: cros-ec: Simplify device tree xlation
  pwm: Make pwm_request_from_chip() private to the core

 drivers/pwm/core.c        |  8 ++---
 drivers/pwm/pwm-cros-ec.c | 63 ++++++++-------------------------------
 include/linux/pwm.h       | 12 --------
 3 files changed, 15 insertions(+), 68 deletions(-)

base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
-- 
2.43.0


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

end of thread, other threads:[~2024-06-13  6:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-07  8:44 [PATCH 0/3] pwm: cros-ec: Some simplifications Uwe Kleine-König
2024-06-07  8:44 ` [PATCH 1/3] pwm: cros-ec: Don't care about consumers in .get_state() Uwe Kleine-König
2024-06-07 16:43   ` Uwe Kleine-König
2024-06-08 14:24   ` kernel test robot
2024-06-11  8:50   ` Tzung-Bi Shih
2024-06-11 10:39     ` Uwe Kleine-König
2024-06-12  6:27       ` Tzung-Bi Shih
2024-06-13  6:07         ` Uwe Kleine-König
2024-06-07  8:44 ` [PATCH 2/3] pwm: cros-ec: Simplify device tree xlation Uwe Kleine-König
2024-06-12  6:27   ` Tzung-Bi Shih
2024-06-07  8:44 ` [PATCH 3/3] pwm: Make pwm_request_from_chip() private to the core Uwe Kleine-König
2024-06-12  6:27   ` Tzung-Bi Shih

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