Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1458502 > unrolled thread
| Started by | Keguang Zhang <keguang.zhang@gmail.com> |
|---|---|
| First post | 2016-08-09 10:30 +0200 |
| Last post | 2016-08-10 21:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIB Keguang Zhang <keguang.zhang@gmail.com> - 2016-08-09 10:30 +0200
Re: [PATCH] MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIB Linus Walleij <linus.walleij@linaro.org> - 2016-08-10 21:20 +0200
| From | Keguang Zhang <keguang.zhang@gmail.com> |
|---|---|
| Date | 2016-08-09 10:30 +0200 |
| Subject | [PATCH] MIPS: Loongson1C: Remove ARCH_WANT_OPTIONAL_GPIOLIB |
| Message-ID | <s4aAa-55a-25@gated-at.bofh.it> |
From: Kelvin Cheung <keguang.zhang@gmail.com> This patch removes ARCH_WANT_OPTIONAL_GPIOLIB due to upstream changes. Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> --- arch/mips/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 69df280..d0b9ad1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1405,7 +1405,6 @@ config CPU_LOONGSON1C bool "Loongson 1C" depends on SYS_HAS_CPU_LOONGSON1C select CPU_LOONGSON1 - select ARCH_WANT_OPTIONAL_GPIOLIB select LEDS_GPIO_REGISTER help The Loongson 1C is a 32-bit SoC, which implements the MIPS32 -- 1.9.1
[toc] | [next] | [standalone]
| From | Linus Walleij <linus.walleij@linaro.org> |
|---|---|
| Date | 2016-08-10 21:20 +0200 |
| Message-ID | <s4HcL-NR-65@gated-at.bofh.it> |
| In reply to | #1458502 |
On Tue, Aug 9, 2016 at 10:23 AM, Keguang Zhang <keguang.zhang@gmail.com> wrote: > From: Kelvin Cheung <keguang.zhang@gmail.com> > > This patch removes ARCH_WANT_OPTIONAL_GPIOLIB due to upstream changes. > > Signed-off-by: Kelvin Cheung <keguang.zhang@gmail.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> I thought this was already fixed? Oh well, the MIPS maintainers can probably figure it out. Yours, Linus Walleij
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web