mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] PWM: misc fixes
@ 2020-02-06 11:23 Ahmad Fatoum
  2020-02-06 11:23 ` [PATCH 1/8] PWM: pxa: remove unused struct members Ahmad Fatoum
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Ahmad Fatoum @ 2020-02-06 11:23 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

Some stuff I ran into while refactoring barebox PWM to be more
welcoming for porting kernel drivers using the kernel atomic
PWM API. Driver will follow soon.

Cheers,
Ahmad Fatoum (8):
  PWM: pxa: remove unused struct members
  PWM: pxa: make MMIO writes always little endian
  regmap: forward declare structs used in header
  video: backlight-pwm: remove duplicate assignment to object
  led: pwm: don't test if pointer is smaller than zero
  led: pwm: fail if required max-brightness option is missing
  led: pwm: support active-low property
  PWM: core: constify chip->ops pointer

 drivers/led/led-pwm.c         | 10 ++++++++--
 drivers/pwm/pxa_pwm.c         | 11 +++--------
 drivers/video/backlight-pwm.c |  2 --
 include/pwm.h                 |  2 +-
 include/regmap.h              |  3 +++
 5 files changed, 15 insertions(+), 13 deletions(-)

-- 
2.25.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2020-02-10  8:16 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 11:23 [PATCH 0/8] PWM: misc fixes Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 1/8] PWM: pxa: remove unused struct members Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 2/8] PWM: pxa: make MMIO writes always little endian Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 3/8] regmap: forward declare structs used in header Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 4/8] video: backlight-pwm: remove duplicate assignment to object Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 5/8] led: pwm: don't test if pointer is smaller than zero Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 6/8] led: pwm: fail if required max-brightness option is missing Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 7/8] led: pwm: support active-low property Ahmad Fatoum
2020-02-06 11:23 ` [PATCH 8/8] PWM: core: constify chip->ops pointer Ahmad Fatoum
2020-02-10  8:16 ` [PATCH 0/8] PWM: misc fixes Sascha Hauer

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