From: Sean Young <sean@mess.org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-media@vger.kernel.org, linux-pwm@vger.kernel.org,
Ivaylo Dimitrov <ivo.g.dimitrov.75@gmail.com>,
Thierry Reding <thierry.reding@gmail.com>
Subject: Re: [PATCH v5 0/4] Improve pwm-ir-tx precision
Date: Wed, 22 Nov 2023 08:51:51 +0000 [thread overview]
Message-ID: <ZV3BJ67_JCpTYEMl@gofer.mess.org> (raw)
In-Reply-To: <cover.1700323916.git.sean@mess.org>
On Sat, Nov 18, 2023 at 04:16:16PM +0000, Sean Young wrote:
> The pwm-ir-tx driver has to turn the pwm signal on and off, and suffers
> from delays as this is done in process context. Make this work in atomic
> context.
Hi Uwe,
Do you have any comments on this series?
I hope you don't dislike the pwm_apply_atomic()/pwm_apply_cansleep(), I am
not wedded to this name, it's just me reading the room and thinking that
would be the most acceptable to everyone - I may have misread this.
Thank you for any feedback
Sean
>
> changes:
>
> v5:
> - Use dev_err_probe() as Uwe suggested
> - rebase
>
> v4:
> - Split out the pwm_apply_state() rename into seperate commit
> - Atomic pwm function is called pwm_apply_atomic() and sleeping
> counterpart pwm_apply_cansleep()
> - Fix commit messages
>
> v3:
> - Renamed pwm_apply_state() to pwm_apply_cansleep()
> - Moved pwm atomic to struct pwm_chip
> - Fixed pwm docs
> - Other minor code review comments
>
> v2:
> - Simplified the pwm ir tx based on Ivaylo Dimitrov suggestions
> - Renamed pwm_can_sleep() to pwm_is_atomic
> - Fix sleeping issue in pwm-bcm2835 (clk_get_rate() can sleep)
> - use non_block_start() in pwm to check atomic-ness
>
>
> Sean Young (4):
> pwm: rename pwm_apply_state() to pwm_apply_cansleep()
> pwm: make it possible to apply pwm changes in atomic context
> pwm: bcm2835: allow pwm driver to be used in atomic context
> media: pwm-ir-tx: trigger edges from hrtimer interrupt context
>
> Documentation/driver-api/pwm.rst | 17 +++-
> .../gpu/drm/i915/display/intel_backlight.c | 6 +-
> drivers/gpu/drm/solomon/ssd130x.c | 2 +-
> drivers/hwmon/pwm-fan.c | 8 +-
> drivers/input/misc/da7280.c | 4 +-
> drivers/input/misc/pwm-beeper.c | 4 +-
> drivers/input/misc/pwm-vibra.c | 8 +-
> drivers/leds/leds-pwm.c | 2 +-
> drivers/leds/rgb/leds-pwm-multicolor.c | 4 +-
> drivers/media/rc/pwm-ir-tx.c | 83 +++++++++++++++++--
> drivers/platform/x86/lenovo-yogabook.c | 2 +-
> drivers/pwm/core.c | 75 +++++++++++++----
> drivers/pwm/pwm-bcm2835.c | 31 ++++---
> drivers/pwm/pwm-renesas-tpu.c | 1 -
> drivers/pwm/pwm-twl-led.c | 2 +-
> drivers/pwm/pwm-vt8500.c | 2 +-
> drivers/pwm/sysfs.c | 10 +--
> drivers/regulator/pwm-regulator.c | 4 +-
> drivers/video/backlight/lm3630a_bl.c | 2 +-
> drivers/video/backlight/lp855x_bl.c | 2 +-
> drivers/video/backlight/pwm_bl.c | 12 +--
> drivers/video/fbdev/ssd1307fb.c | 2 +-
> include/linux/pwm.h | 57 +++++++++----
> 23 files changed, 248 insertions(+), 92 deletions(-)
>
> --
> 2.42.1
>
next prev parent reply other threads:[~2023-11-22 8:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-18 16:16 [PATCH v5 0/4] Improve pwm-ir-tx precision Sean Young
2023-11-18 16:16 ` [PATCH v5 1/4] pwm: rename pwm_apply_state() to pwm_apply_cansleep() Sean Young
2023-11-23 15:15 ` Lee Jones
2023-11-24 13:31 ` Thierry Reding
2023-11-29 9:08 ` Sean Young
2023-11-18 16:16 ` [PATCH v5 2/4] pwm: make it possible to apply pwm changes in atomic context Sean Young
2023-11-24 13:36 ` Thierry Reding
2023-11-29 9:07 ` Sean Young
2023-11-18 16:16 ` [PATCH v5 3/4] pwm: bcm2835: allow pwm driver to be used " Sean Young
2023-11-18 16:16 ` [PATCH v5 4/4] media: pwm-ir-tx: trigger edges from hrtimer interrupt context Sean Young
2023-11-22 8:51 ` Sean Young [this message]
2023-11-23 16:58 ` [PATCH v5 0/4] Improve pwm-ir-tx precision Uwe Kleine-König
2023-11-24 8:37 ` Sean Young
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=ZV3BJ67_JCpTYEMl@gofer.mess.org \
--to=sean@mess.org \
--cc=ivo.g.dimitrov.75@gmail.com \
--cc=linux-media@vger.kernel.org \
--cc=linux-pwm@vger.kernel.org \
--cc=thierry.reding@gmail.com \
--cc=u.kleine-koenig@pengutronix.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 NNTP newsgroup(s).