Files
linux/drivers/rtc
Fuqian Huang b0a3fa4465 rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
As spin_unlock_irq will enable interrupts.
mxc_rtc_irq_enable is called from interrupt handler mxc_rtc_interrupt.
Interrupts are enabled in interrupt handler.
Use spin_lock_irqsave/spin_unlock_irqrestore instead of spin_(un)lock_irq
in IRQ context to avoid this.

Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Link: https://lore.kernel.org/r/20190807082310.10135-1-huangfq.daxian@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
2019-08-12 23:04:25 +02:00
..
2019-08-12 23:01:25 +02:00
2019-08-12 22:56:07 +02:00
2019-04-04 10:07:10 +02:00
2019-01-22 19:18:27 +01:00
2019-04-16 18:06:54 +02:00
2019-04-04 10:06:54 +02:00
2019-04-04 10:07:10 +02:00
2016-05-20 12:33:51 +02:00
2017-09-05 09:55:02 +02:00
2019-02-17 21:29:10 +01:00
2019-06-07 14:09:18 +02:00
2019-05-23 17:44:52 +02:00
2019-04-29 15:53:43 +02:00
2019-04-04 10:07:08 +02:00
2019-05-08 22:14:36 +02:00