Linux-PWM Archive mirror
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: linux-pwm@vger.kernel.org
Cc: Maxime Ripard <mripard@kernel.org>,
	Robert Foss <rfoss@kernel.org>,
	 Andrzej Hajda <andrzej.hajda@intel.com>,
	Alexander Shiyan <shc_work@mail.ru>,
	 Neil Armstrong <neil.armstrong@linaro.org>,
	Thomas Zimmermann <tzimmermann@suse.de>,
	 Bjorn Andersson <andersson@kernel.org>,
	Jonas Karlman <jonas@kwiboo.se>,
	 Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
	Douglas Anderson <dianders@chromium.org>,
	 Jernej Skrabec <jernej.skrabec@gmail.com>,
	Guenter Roeck <groeck@chromium.org>,
	 chrome-platform@lists.linux.dev,
	Laurent Pinchart <Laurent.pinchart@ideasonboard.com>,
	 kernel@pengutronix.de, Benson Leung <bleung@chromium.org>,
	 Daniel Vetter <daniel@ffwll.ch>,
	David Airlie <airlied@gmail.com>,
	 linux-arm-kernel@lists.infradead.org,
	dri-devel@lists.freedesktop.org,
	 Thierry Reding <thierry.reding@gmail.com>
Subject: Re: [PATCH 0/5] pwm: Some improvements around .of_xlate()
Date: Wed, 24 Jan 2024 09:43:53 +0100	[thread overview]
Message-ID: <66laypnixxg6pvl6keu3zwyzppw4iwbvz2g32euoypymiwqcmv@2pohr23hceg7> (raw)
In-Reply-To: <cover.1704835845.git.u.kleine-koenig@pengutronix.de>

[-- Attachment #1: Type: text/plain, Size: 1363 bytes --]

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/ |

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

      parent reply	other threads:[~2024-01-24  8:43 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-09 21:34 [PATCH 0/5] pwm: Some improvements around .of_xlate() Uwe Kleine-König
2024-01-09 21:34 ` [PATCH 1/5] pwm: Fix out-of-bounds access in of_pwm_single_xlate() Uwe Kleine-König
2024-01-13  8:30   ` 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-09 21:34 ` [PATCH 3/5] pwm: Let the of_xlate callbacks accept references without period Uwe Kleine-König
2024-01-09 21:34 ` [PATCH 4/5] pwm: clps711x: Drop custom .of_xlate() callback Uwe Kleine-König
2024-01-09 21:34 ` [PATCH 5/5] pwm: Drop duplicate check against chip->npwm in of_pwm_xlate_with_flags() Uwe Kleine-König
2024-01-24  8:43 ` Uwe Kleine-König [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66laypnixxg6pvl6keu3zwyzppw4iwbvz2g32euoypymiwqcmv@2pohr23hceg7 \
    --to=u.kleine-koenig@pengutronix.de \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andersson@kernel.org \
    --cc=andrzej.hajda@intel.com \
    --cc=bleung@chromium.org \
    --cc=chrome-platform@lists.linux.dev \
    --cc=daniel@ffwll.ch \
    --cc=dianders@chromium.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=groeck@chromium.org \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pwm@vger.kernel.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=rfoss@kernel.org \
    --cc=shc_work@mail.ru \
    --cc=thierry.reding@gmail.com \
    --cc=tzimmermann@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).