Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-09-08 Thread Linus Walleij
On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > 8cd1470("gpio: rcar: Add r8a7795 (R-Car H3) support") added > GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. > OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. > This patch removed ARM

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-09-08 Thread Linus Walleij
On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > 8cd1470("gpio: rcar: Add r8a7795 (R-Car H3) support") added > GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. > OTOH, GPIO_RCAR

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Simon Horman
On Tue, Aug 25, 2015 at 11:15:18AM +0200, Geert Uytterhoeven wrote: > On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto > wrote: > > From: Kuninori Morimoto > > > > 8cd1470("gpio: rcar: Add r8a7795 (R-Car H3) support") added > > GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. > >

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Geert Uytterhoeven
On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > 8cd1470("gpio: rcar: Add r8a7795 (R-Car H3) support") added > GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. > OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. > This patch removed ARM

[PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Kuninori Morimoto
From: Kuninori Morimoto 8cd1470("gpio: rcar: Add r8a7795 (R-Car H3) support") added GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. This patch removed ARM dependency for it. Signed-off-by: Kuninori Morimoto --- This was "gpio:

[PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Kuninori Morimoto
From: Kuninori Morimoto kuninori.morimoto...@renesas.com 8cd1470(gpio: rcar: Add r8a7795 (R-Car H3) support) added GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. OTOH, GPIO_RCAR driver can be compiled fine on non-ARM. This patch removed ARM dependency for it. Signed-off-by: Kuninori

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Geert Uytterhoeven
On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto kuninori.morimoto...@renesas.com wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com 8cd1470(gpio: rcar: Add r8a7795 (R-Car H3) support) added GPIO support for r8a7795. r8a7795 based on CONFIG_ARM64. OTOH, GPIO_RCAR driver can be

Re: [PATCH] gpio: rcar: GPIO_RCAR doesn't relate to ARM

2015-08-25 Thread Simon Horman
On Tue, Aug 25, 2015 at 11:15:18AM +0200, Geert Uytterhoeven wrote: On Tue, Aug 25, 2015 at 11:12 AM, Kuninori Morimoto kuninori.morimoto...@renesas.com wrote: From: Kuninori Morimoto kuninori.morimoto...@renesas.com 8cd1470(gpio: rcar: Add r8a7795 (R-Car H3) support) added GPIO support