[PATCH 0/9] ARM: sa1100: Rework IRQ handling
From: Dmitry Eremin-Solenikov <hidden>
Date: 2013-11-22 17:33:39
Also in:
linux-gpio
From: Dmitry Eremin-Solenikov <hidden>
Date: 2013-11-22 17:33:39
Also in:
linux-gpio
On 11/20/2013 12:24 AM, Linus Walleij wrote:
On Tue, Nov 19, 2013 at 4:17 PM, Dmitry Eremin-Solenikov [off-list ref] wrote:quoted
On 11/19/2013 05:00 PM, Linus Walleij wrote:quoted
quoted
And that happens before the GPIO driver gets registered -> crash.That is not the issue. The real issue is h3xxx using those gpio's without previously calling gpio_request.Really? But that wasn't done before this patch either. It is basically OK to use the gpio_* functions before or without requesting the GPIOs, it won't look nice but it works.quoted
Unfortunately sa1100 driver doesn't have a good place to request gpios. When faced this problem during locomo refactoring, I ended up with the following piece of code:(...)quoted
Russell, Linus, what do you think about the previous solution?That looks OK but is that really the problem?
I have reworked h3xxx GPIO handling to (hopefully) not to cause the problem. I have sent the patches yesterday. Linus, Could you please check if both series work (and make sense to you)? -- With best wishes Dmitry