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