MIPS: TXx9: tx39xx: Move GPIO setup from .mem_setup() to .arch_init()
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 18 Aug 2016 12:57:47 +0000 (14:57 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 4 Oct 2016 14:13:57 +0000 (16:13 +0200)
commit561eca4990557b684605090fe6a2f50cecec34e1
treed6d9964648984f7176e7bb059a53d333246f189d
parentdb19462bb7acddd0a9881d75d960974982a454b8
MIPS: TXx9: tx39xx: Move GPIO setup from .mem_setup() to .arch_init()

txx9_gpio_init() calls gpiochip_add_data(), which fails with -ENOMEM as
it is called too early in the boot process. This causes all subsequent
GPIO operations to fail silently.

Postpone all GPIO setup to .arch_init() time to fix this.

Suggested-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-mips@linux-mips.org
Cc: linux-gpio@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13967/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/txx9/generic/setup_tx3927.c
arch/mips/txx9/jmr3927/setup.c