commit | e670b29815f301e47e81d42006c80be6b7aff01d | [log] [tgz] |
---|---|---|
author | Robert Jarzmik <robert.jarzmik@free.fr> | Sat Dec 12 22:43:05 2015 +0100 |
committer | Linus Walleij <linus.walleij@linaro.org> | Tue Dec 15 14:07:06 2015 +0100 |
tree | 49da3135a383858cd55c8fc04b6f4d951f76af92 | |
parent | fea0fe60527667282913cf9f2becb5f7c67d6185 [diff] |
pinctrl: pxa: pxa2xx: add pin control skeleton The wrong free functions were used to release temporary buffers. This didn't show up in the normal driver's life. Yet in suspend to RAM, the managed resource list is walked, and as memory was released, the list is corrupted and make the kernel Oops. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>