Commit c7eb1c7
msm_geni_serial: Make IRQ handler explicitly threaded
The uart_port lock is a sleepable spin lock which would require many
invasive changes to convert it to a raw spin lock so that it'd be safe to
use from hard IRQ context on RT. Instead of doing that, just make the GENI
UART IRQ handler explicitly threaded to fix the issue.
Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>1 parent 266fcab commit c7eb1c7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2385 | 2385 | | |
2386 | 2386 | | |
2387 | 2387 | | |
2388 | | - | |
| 2388 | + | |
| 2389 | + | |
2389 | 2390 | | |
2390 | 2391 | | |
2391 | 2392 | | |
| |||
0 commit comments