Re: [PATCH 0/5] pwm: Some improvements around .of_xlate()

2024-01-24 Thread Uwe Kleine-König
Hello,

On Tue, Jan 09, 2024 at 10:34:30PM +0100, Uwe Kleine-König wrote:
> 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(-)

The first patch is already contained in v6.8-rc1, I applied the
remaining 4 patches to my repo at

https://git.kernel.org/pub/scm/linux/kernel/git/ukleinek/linux.git 
pwm/for-next

Best regards
Uwe

-- 
Pengutronix e.K.   | Uwe Kleine-König|
Industrial Linux Solutions | https://www.pengutronix.de/ |


signature.asc
Description: PGP signature


[PATCH 0/5] pwm: Some improvements around .of_xlate()

2024-01-09 Thread Uwe Kleine-König
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