Re: Boot issue on odroid-XU4
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2019-08-13 09:00:03
From: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Date: 2019-08-13 09:00:03
On 2019-07-24 19:07:46 [+0200], Benjamin Rouxel wrote:
Hi, I thought it would be harder to debug/fix. Please find attached a patch that corrects this boot issue, the exynos5 i2c driver was still using the "spinlock_t" structure and all initial utility functions, I just changed it to use the "raw_spinlock_t" struct. Was it the good fix?
Could you remove the IRQF_ONESHOT from the devm_request_irq() statement and check if this fixes the issue? I don't see the reason for it.
Best, Benjamin Rouxel.
Sebastian