✗ Fi.CI.IGT: failure for Implement CMRR Support (rev6)

2023-12-09 Thread Patchwork
== Series Details == Series: Implement CMRR Support (rev6) URL : https://patchwork.freedesktop.org/series/126443/ State : failure == Summary == CI Bug Log - changes from CI_DRM_13983_full -> Patchwork_126443v6_full Summary --- **FAIL

Re: [PATCH v6 1/4] pwm: rename pwm_apply_state() to pwm_apply_might_sleep()

2023-12-09 Thread Dmitry Torokhov
On Wed, Nov 29, 2023 at 09:13:34AM +, Sean Young wrote: > drivers/input/misc/da7280.c | 4 +-- > drivers/input/misc/pwm-beeper.c | 4 +-- > drivers/input/misc/pwm-vibra.c| 8 +++--- Acked-by: Dmitry Torokhov # for input Thanks. -- Dmitry

✓ Fi.CI.BAT: success for drm/i915/selftests: Fix spelling mistake "initialiased" -> "initialised"

2023-12-09 Thread Patchwork
== Series Details == Series: drm/i915/selftests: Fix spelling mistake "initialiased" -> "initialised" URL : https://patchwork.freedesktop.org/series/127602/ State : success == Summary == CI Bug Log - changes from CI_DRM_14002 -> Patchwork_127602v1 ==

[PATCH][next] drm/i915/selftests: Fix spelling mistake "initialiased" -> "initialised"

2023-12-09 Thread Colin Ian King
There is a spelling mistake in a pr_err error message. Fix it. Signed-off-by: Colin Ian King --- drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/gem/selftests/i915_gem_dmabuf.c b/drivers/gpu/drm/i915/g

Re: [PATCH v6 1/4] pwm: rename pwm_apply_state() to pwm_apply_might_sleep()

2023-12-09 Thread Uwe Kleine-König
On Wed, Nov 29, 2023 at 09:13:34AM +, Sean Young wrote: > In order to introduce a pwm api which can be used from atomic context, > we will need two functions for applying pwm changes: > > int pwm_apply_might_sleep(struct pwm *, struct pwm_state *); > int pwm_apply_atomic(struct pwm