Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-15 Thread Linus Walleij
On Thu, Apr 9, 2015 at 12:31 PM, Arnd Bergmann wrote: > On Thursday 09 April 2015 10:29:59 Linus Walleij wrote: >> I will make a patch removing the dependencies and see what happens. > > Yes, makes sense. I think we don't need anything other than > > depends on OF_GPIO || X86_INTEL_QUARK

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-09 Thread Arnd Bergmann
On Thursday 09 April 2015 10:29:59 Linus Walleij wrote: > > > > make.cross ARCH=blackfin > > drivers/gpio/gpio-dwapb.c: In function 'dwapb_irq_handler': > > drivers/gpio/gpio-dwapb.c:91:2: error: implicit declaration of function > > 'readl_relaxed' [-Werror=implicit-function-declaration] > > driver

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-09 Thread Linus Walleij
Better ask Steven, Arnd et al... On Thu, Apr 9, 2015 at 9:48 AM, Alexey Brodkin wrote: > On Wed, 2015-04-08 at 17:03 +0200, Linus Walleij wrote: >> On Tue, Mar 31, 2015 at 10:30 AM, Alexey Brodkin >> wrote: >> >> > From: Vineet Gupta >> > >> > Synopsys SDP platform uses DW GPIO controller in de

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-09 Thread Alexey Brodkin
On Wed, 2015-04-08 at 17:03 +0200, Linus Walleij wrote: > On Tue, Mar 31, 2015 at 10:30 AM, Alexey Brodkin > wrote: > > > From: Vineet Gupta > > > > Synopsys SDP platform uses DW GPIO controller in design with > > ARC cores. So adding ARC to architectures that may select this > > GPIO controller

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-08 Thread Linus Walleij
On Tue, Mar 31, 2015 at 10:30 AM, Alexey Brodkin wrote: > From: Vineet Gupta > > Synopsys SDP platform uses DW GPIO controller in design with > ARC cores. So adding ARC to architectures that may select this > GPIO controller. > > Even though support for Synopsys SDP is yet to be submitted we'll

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-08 Thread Vineet Gupta
On Tuesday 07 April 2015 07:25 PM, Alexey Brodkin wrote: Hi Linus, On Tue, 2015-03-31 at 11:30 +0300, Alexey Brodkin wrote: > From: Vineet Gupta > > Synopsys SDP platform uses DW GPIO controller in design with > ARC cores. So adding ARC to architectures that may sel

Re: [PATCH] gpio: dwapb: enable for ARC

2015-04-07 Thread Alexey Brodkin
Hi Linus, On Tue, 2015-03-31 at 11:30 +0300, Alexey Brodkin wrote: > From: Vineet Gupta > > Synopsys SDP platform uses DW GPIO controller in design with > ARC cores. So adding ARC to architectures that may select this > GPIO controller. > > Even though support for Synopsys SDP is yet to be subm

[PATCH] gpio: dwapb: enable for ARC

2015-03-31 Thread Alexey Brodkin
From: Vineet Gupta Synopsys SDP platform uses DW GPIO controller in design with ARC cores. So adding ARC to architectures that may select this GPIO controller. Even though support for Synopsys SDP is yet to be submitted we'll need this tiny option enabled at least for properly working interrupts