diff options
author | Jonas Gorski <[email protected]> | 2017-10-29 16:27:19 +0100 |
---|---|---|
committer | James Hogan <[email protected]> | 2017-11-08 12:44:26 +0000 |
commit | e6b03ab63b4d270e0249f96536fde632409dc1dc (patch) | |
tree | 25e5e31c20e38bab9fdb7e50e04055396f42a5b9 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | ea4b3afe1eac8f88bb453798a084fba47a1f155a (diff) |
MIPS: AR7: Defer registration of GPIO
When called from prom init code, ar7_gpio_init() will fail as it will
call gpiochip_add() which relies on a working kmalloc() to alloc
the gpio_desc array and kmalloc is not useable yet at prom init time.
Move ar7_gpio_init() to ar7_register_devices() (a device_initcall)
where kmalloc works.
Fixes: 14e85c0e69d5 ("gpio: remove gpio_descs global array")
Signed-off-by: Jonas Gorski <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Cc: Ralf Baechle <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Cc: Yoshihiro YUNOMAE <[email protected]>
Cc: Nicolas Schichan <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: <[email protected]> # 3.19+
Patchwork: https://patchwork.linux-mips.org/patch/17542/
Signed-off-by: James Hogan <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions