Daniel Thompson
088604d37e
drm/msm/hdmi: Remove spurious IRQF_ONESHOT flag
...
Quoting the header comments, IRQF_ONESHOT is "Used by threaded interrupts
which need to keep the irq line disabled until the threaded handler has
been run.". When applied to an interrupt that doesn't request a threaded
irq then IRQF_ONESHOT has a lesser known (undocumented?) side effect,
which it to disable the forced threading of irqs. For "normal" kernels
if there is no thread_fn then IRQF_ONESHOT is a nop.
In this case disabling forced threading is not appropriate because the
driver calls wake_up_all() (via msm_hdmi_i2c_irq) and also directly uses
the regular spinlock API for locking (in msm_hdmi_hdcp_irq() ). Neither
of these APIs can be called from no-thread interrupt handlers on
PREEMPT_RT systems.
Fix this by removing IRQF_ONESHOT.
Signed-off-by: Daniel Thompson <daniel.thompson@linaro.org >
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
Link: https://lore.kernel.org/r/20220201174734.196718-3-daniel.thompson@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org >
2022-02-18 18:33:01 +03:00
..
2022-01-25 17:54:23 -05:00
2021-11-30 11:10:03 +01:00
2021-11-04 08:21:47 -07:00
2021-12-14 10:24:28 +01:00
2022-01-26 10:26:51 +01:00
2021-11-30 11:10:03 +01:00
2021-12-16 13:02:23 +01:00
2022-01-25 19:03:11 +01:00
2021-12-22 11:39:39 +09:00
2021-12-06 09:30:16 +01:00
2021-10-21 09:32:51 +02:00
2021-11-11 12:06:57 +01:00
2021-11-30 11:10:03 +01:00
2021-12-14 10:24:28 +01:00
2021-08-10 20:14:01 +02:00
2022-01-25 20:06:06 +02:00
2021-11-30 11:10:03 +01:00
2021-11-30 11:10:03 +01:00
2021-11-30 11:10:03 +01:00
2021-12-14 10:24:28 +01:00
2021-11-30 11:10:03 +01:00
2022-01-10 12:58:46 -08:00
2021-11-30 11:10:03 +01:00
2021-09-25 08:20:48 -07:00
2021-11-27 13:52:22 +01:00
2022-02-18 18:33:01 +03:00
2021-11-30 11:10:03 +01:00
2022-01-14 15:17:17 +01:00
2021-12-08 10:04:59 +02:00
2021-12-16 09:39:25 +01:00
2021-12-02 11:12:39 +01:00
2021-11-30 11:10:03 +01:00
2021-11-30 14:53:02 +01:00
2021-10-28 14:59:38 +10:00
2022-01-18 18:00:58 -05:00
2021-12-10 15:08:21 +10:00
2021-12-07 13:57:29 +01:00
2021-11-23 09:38:55 +10:00
2021-10-22 11:09:45 +02:00
2021-11-30 11:10:03 +01:00
2021-12-10 12:38:10 +01:00
2021-11-30 11:10:03 +01:00
2021-11-30 11:10:03 +01:00
2022-01-14 15:17:17 +01:00
2021-12-16 14:30:45 +01:00
2021-11-30 11:10:03 +01:00
2021-11-30 11:10:03 +01:00
2022-01-14 15:17:17 +01:00
2022-01-14 15:17:17 +01:00
2021-11-30 11:10:03 +01:00
2021-11-05 11:15:14 +01:00
2021-12-02 11:12:39 +01:00
2021-11-27 13:52:22 +01:00
2022-01-19 10:08:48 +01:00
2021-12-02 11:12:39 +01:00
2021-08-10 20:14:01 +02:00
2022-01-18 10:05:48 +02:00
2021-08-08 20:27:52 +02:00
2022-01-27 17:55:20 +02:00
2021-12-14 10:24:28 +01:00
2022-01-14 14:55:38 +01:00
2021-08-02 10:19:43 +02:00
2022-01-14 14:31:54 +01:00
2021-11-26 16:45:22 +01:00
2022-01-26 09:40:24 +01:00
2021-11-26 16:45:22 +01:00
2021-09-24 19:25:23 +02:00
2021-08-02 10:19:43 +02:00
2021-10-04 11:47:24 +02:00
2021-10-04 09:34:57 -04:00
2021-11-02 14:27:11 +01:00
2021-10-04 09:34:57 -04:00
2021-08-20 12:35:59 +02:00
2021-08-02 10:19:43 +02:00
2021-07-20 20:14:42 +02:00
2021-08-11 08:47:08 +10:00
2021-11-17 17:36:48 -05:00
2022-01-22 08:33:37 +02:00
2021-10-14 21:39:02 +02:00
2021-08-02 10:19:43 +02:00
2021-10-28 14:59:38 +10:00
2022-01-14 15:17:17 +01:00
2021-08-02 10:19:43 +02:00
2021-12-16 11:06:30 +01:00
2021-12-16 11:23:22 +01:00
2021-10-04 09:34:57 -04:00
2021-10-25 09:33:22 +02:00
2021-12-10 15:08:21 +10:00
2021-10-25 14:53:08 +02:00
2021-12-14 10:24:28 +01:00
2021-12-02 11:12:39 +01:00
2021-10-07 14:49:11 +02:00
2021-11-30 09:41:28 +01:00
2021-08-02 10:19:43 +02:00
2021-08-17 13:56:03 -04:00
2021-08-28 19:00:20 +02:00
2021-10-22 16:20:12 +02:00
2021-08-18 14:33:47 +02:00
2021-10-01 15:55:47 +02:00
2021-08-10 20:14:01 +02:00
2021-11-30 09:41:28 +01:00
2022-01-14 14:43:02 +01:00
2021-09-24 19:25:33 +02:00
2022-01-22 08:33:37 +02:00
2021-08-02 10:19:43 +02:00
2021-08-02 10:19:43 +02:00
2022-01-22 08:33:37 +02:00
2021-11-27 21:05:58 +01:00
2021-10-14 20:47:30 +02:00
2022-01-19 16:31:29 +01:00
2021-10-07 12:24:44 +02:00
2021-08-02 10:19:43 +02:00
2021-11-12 12:11:07 -08:00
2021-08-19 09:02:55 +09:00
2022-01-26 15:25:50 +01:00
2021-10-14 13:12:25 +02:00
2021-11-02 14:27:14 +01:00
2021-10-07 05:42:13 +03:00
2021-08-02 10:19:43 +02:00
2021-08-08 20:14:08 +02:00
2021-12-08 17:19:48 +01:00
2021-11-02 14:27:06 +01:00
2021-08-10 20:14:01 +02:00
2021-08-02 10:19:43 +02:00
2021-12-10 12:36:52 +01:00
2021-12-10 12:36:52 +01:00