Chrome platform driver development
 help / color / mirror / Atom feed
* [PATCH 0/5] pwm: Some improvements around .of_xlate()
@ 2024-01-09 21:34 Uwe Kleine-König
  2024-01-09 21:34 ` [PATCH 2/5] pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip Uwe Kleine-König
  2024-01-24  8:43 ` [PATCH 0/5] pwm: Some improvements around .of_xlate() Uwe Kleine-König
  0 siblings, 2 replies; 4+ messages in thread
From: Uwe Kleine-König @ 2024-01-09 21:34 UTC (permalink / raw)
  To: Thierry Reding
  Cc: Robert Foss, Bjorn Andersson, linux-pwm, kernel, Douglas Anderson,
	Andrzej Hajda, Neil Armstrong, Laurent Pinchart, Jonas Karlman,
	Jernej Skrabec, Maarten Lankhorst, Maxime Ripard,
	Thomas Zimmermann, David Airlie, Daniel Vetter, Alexander Shiyan,
	Benson Leung, Guenter Roeck, dri-devel, linux-arm-kernel,
	chrome-platform

Hello,

the first patch is a fix for an out-of-bounds access and so should
probably go in quickly. The other changes are merge window material.

Best regards
Uwe

Uwe Kleine-König (5):
  pwm: Fix out-of-bounds access in of_pwm_single_xlate()
  pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip
  pwm: Let the of_xlate callbacks accept references without period
  pwm: clps711x: Drop custom .of_xlate() callback
  pwm: Drop duplicate check against chip->npwm in
    of_pwm_xlate_with_flags()

 drivers/gpu/drm/bridge/ti-sn65dsi86.c |  1 -
 drivers/pwm/core.c                    | 45 +++++++--------------------
 drivers/pwm/pwm-clps711x.c            | 11 -------
 drivers/pwm/pwm-cros-ec.c             |  1 -
 drivers/pwm/pwm-pxa.c                 |  4 +--
 include/linux/pwm.h                   |  2 --
 6 files changed, 13 insertions(+), 51 deletions(-)


base-commit: d73f444d06fb8a42a5c0623453f3ea1fe9880229
-- 
2.43.0


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

end of thread, other threads:[~2024-01-24  8:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-09 21:34 [PATCH 0/5] pwm: Some improvements around .of_xlate() Uwe Kleine-König
2024-01-09 21:34 ` [PATCH 2/5] pwm: Drop useless member .of_pwm_n_cells of struct pwm_chip Uwe Kleine-König
2024-01-10  0:14   ` Doug Anderson
2024-01-24  8:43 ` [PATCH 0/5] pwm: Some improvements around .of_xlate() Uwe Kleine-König

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