linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2/2] gpio: dwapb: re-enable GPIO_DWAPB for arm64
@ 2015-03-02  7:23 Kefeng Wang
  2015-03-09 10:55 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Kefeng Wang @ 2015-03-02  7:23 UTC (permalink / raw)
  To: linus.walleij; +Cc: gnurou, linux-gpio, linux-arm-kernel, Kefeng Wang

Hisilicon arm64 soc uses designWare gpio, re-enable it after
commit 1972c97db5b(gpio: dwapb: fix compile errors).

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
---
 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index c1e2ca3..7ca0de3 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -148,7 +148,7 @@ config GPIO_GENERIC_PLATFORM
 
 config GPIO_DWAPB
 	tristate "Synopsys DesignWare APB GPIO driver"
-	depends on ARM
+	depends on ARM || ARM64
 	depends on OF_GPIO
 	select GPIO_GENERIC
 	select GENERIC_IRQ_CHIP
-- 
1.7.12.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 2/2] gpio: dwapb: re-enable GPIO_DWAPB for arm64
  2015-03-02  7:23 [PATCH 2/2] gpio: dwapb: re-enable GPIO_DWAPB for arm64 Kefeng Wang
@ 2015-03-09 10:55 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2015-03-09 10:55 UTC (permalink / raw)
  To: Kefeng Wang
  Cc: Alexandre Courbot, linux-gpio@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org

On Mon, Mar 2, 2015 at 8:23 AM, Kefeng Wang <wangkefeng.wang@huawei.com> wrote:

> Hisilicon arm64 soc uses designWare gpio, re-enable it after
> commit 1972c97db5b(gpio: dwapb: fix compile errors).
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>

Patch applied. I cannot see patch 1/2 I guess it's not affecting
my subsystem.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-09 10:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02  7:23 [PATCH 2/2] gpio: dwapb: re-enable GPIO_DWAPB for arm64 Kefeng Wang
2015-03-09 10:55 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).