| To: | Mike Frysinger <vapier@gentoo.org>, Geert Uytterhoeven <geert@linux-m68k.org>, Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [RFC 1/3] mips: pnx833x: remove requirement for GENERIC_GPIO |
| From: | Alexandre Courbot <gnurou@gmail.com> |
| Date: | Sun, 17 Mar 2013 22:42:01 +0900 |
| Cc: | uclinux-dist-devel@blackfin.uclinux.org, linux-kernel@vger.kernel.org, linux-m68k@lists.linux-m68k.org, linux-mips@linux-mips.org, gnurou@gmail.com, Alexandre Courbot <acourbot@nvidia.com> |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=E9fC0lIGtyaVUK2fx1EcAUx7K1rAO4na32xpiChAA50=; b=PHycwjndQGJXoUEPnm2SYApG/1HUf6Dp4zv88tx4HnESmOGKO3fLLyJMW6E3ijnjyI 0GVA6kBLImMmoIr5wOlNhZcZw+E6Wp9C/+pSsBlxHu8nvo7Tj0LVmKUELmY7T8PEFSQA PpxK1YLRSy6nmc4Qw5jJp2D885qMTFFLTPpljUL3yxsChxQ4dltua+GEfOPT29u/oDru 0gOHZx8L3cpnC3+DX8eEn510fjKD03IAhqRiNopqK1/h7vClsgf9EBh//EjvlvTiJFxj lj6GKR1Eh8xf8o1YB93ynZHD89ZCELkJEm+2zcAHTWiFNug60tXg65Qq7ULWGWRBQyv1 RNPw== |
| In-reply-to: | <1363527723-32713-1-git-send-email-acourbot@nvidia.com> |
| List-archive: | <http://www.linux-mips.org/archives/linux-mips/> |
| List-help: | <mailto:ecartis@linux-mips.org?Subject=help> |
| List-id: | linux-mips <linux-mips.eddie.linux-mips.org> |
| List-owner: | <mailto:ralf@linux-mips.org> |
| List-post: | <mailto:linux-mips@linux-mips.org> |
| List-software: | Ecartis version 1.0.0 |
| List-subscribe: | <mailto:ecartis@linux-mips.org?subject=subscribe%20linux-mips> |
| List-unsubscribe: | <mailto:ecartis@linux-mips.org?subject=unsubscribe%20linux-mips> |
| References: | <1363527723-32713-1-git-send-email-acourbot@nvidia.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
pnx833x does not seem to use the generic gpio API.
Signed-off-by: Alexandre Courbot <acourbot@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
arch/mips/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 50cded3..ff0e563 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -1107,7 +1107,6 @@ config SOC_PNX833X
select SYS_SUPPORTS_32BIT_KERNEL
select SYS_SUPPORTS_LITTLE_ENDIAN
select SYS_SUPPORTS_BIG_ENDIAN
- select GENERIC_GPIO
select CPU_MIPSR2_IRQ_VI
config SOC_PNX8335
--
1.8.2
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [RFC 0/3] Removal of GENERIC_GPIO from architecture code, Alexandre Courbot |
|---|---|
| Next by Date: | [RFC 3/3] blackfin: force use of gpiolib, Alexandre Courbot |
| Previous by Thread: | [RFC 0/3] Removal of GENERIC_GPIO from architecture code, Alexandre Courbot |
| Next by Thread: | [RFC 3/3] blackfin: force use of gpiolib, Alexandre Courbot |
| Indexes: | [Date] [Thread] [Top] [All Lists] |