mbox series

[v3,0/2] backlight: lm3630a: convert to atomic PWM API

Message ID 20210621122148.116863-1-u.kleine-koenig@pengutronix.de (mailing list archive)
Headers show
Series backlight: lm3630a: convert to atomic PWM API | expand

Message

Uwe Kleine-König June 21, 2021, 12:21 p.m. UTC
From: Uwe Kleine-König <uwe@kleine-koenig.org>

Hello,

this is v3 of the series. In v1 and v2 I failed to notice that the
driver contains two (nearly identical) update_status callbacks. Daniel
pointed that out, so here comes v3.

Best regards
Uwe

Uwe Kleine-König (2):
  backlight: lm3630a: fix return code of .update_status() callback
  backlight: lm3630a: convert to atomic PWM API and check for errors

 drivers/video/backlight/lm3630a_bl.c | 50 +++++++++++++---------------
 1 file changed, 23 insertions(+), 27 deletions(-)