* Re: [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol
@ 2018-02-05 8:11 Corentin Labbe
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
0 siblings, 1 reply; 15+ messages in thread
From: Corentin Labbe @ 2018-02-05 8:11 UTC (permalink / raw)
To: ulfalizer; +Cc: linux-kernel, linux-pwm, thierry.reding, matthias.bgg
Hello
This conflict also with https://lkml.org/lkml/2018/1/18/699
Regards
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
2018-02-05 8:11 [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol Corentin Labbe
@ 2018-02-05 19:05 ` Ulf Magnusson
2018-02-06 12:08 ` Mark Brown
2018-02-06 22:57 ` Ulf Magnusson
0 siblings, 2 replies; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-05 19:05 UTC (permalink / raw)
To: clabbe.montjoie, linux-kernel
Cc: viresh.kumar, matthias.bgg, linux-pwm, thierry.reding, ulfalizer,
Mark Brown, Bartlomiej Zolnierkiewicz, Daniel Vetter,
Christophe Leroy, Sean Paul, linux-spi, dri-devel, linux-fbdev
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture"). Remove the remaining references to it
from the Kconfig files.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
Changes in v3:
Removal of the AVR32 dependency in PWM_ATMEL is already pending:
https://lkml.org/lkml/2018/1/18/699
Changes in v2:
Removal of AVR32_AT32AP_CPUFREQ is already pending in
https://marc.info/?i=20180118200202.11883-1-clabbe.montjoie%40gmail.com (which
also does it properly -- I forgot to search for related files here). Just
remove the other references.
drivers/spi/Kconfig | 2 +-
drivers/video/console/Kconfig | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 603783976b81..c1e455d46c7f 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -72,7 +72,7 @@ config SPI_ARMADA_3700
config SPI_ATMEL
tristate "Atmel SPI Controller"
depends on HAS_DMA
- depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
+ depends on (ARCH_AT91 || COMPILE_TEST)
help
This selects a driver for the Atmel SPI Controller, present on
many AT32 (AVR32) and AT91 (ARM) chips.
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 7f1f1fbcef9e..be63759b6027 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -7,7 +7,7 @@ menu "Console display driver support"
config VGA_CONSOLE
bool "VGA text console" if EXPERT || !X86
depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
- !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+ !SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
default y
--
2.14.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
@ 2018-02-06 12:08 ` Mark Brown
[not found] ` <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
` (2 more replies)
2018-02-06 22:57 ` Ulf Magnusson
1 sibling, 3 replies; 15+ messages in thread
From: Mark Brown @ 2018-02-06 12:08 UTC (permalink / raw)
To: Ulf Magnusson
Cc: clabbe.montjoie, linux-kernel, viresh.kumar, matthias.bgg,
linux-pwm, thierry.reding, Bartlomiej Zolnierkiewicz,
Daniel Vetter, Christophe Leroy, Sean Paul, linux-spi, dri-devel,
linux-fbdev
[-- Attachment #1: Type: text/plain, Size: 667 bytes --]
On Mon, Feb 05, 2018 at 08:05:39PM +0100, Ulf Magnusson wrote:
> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
> support for AVR32 architecture"). Remove the remaining references to it
> from the Kconfig files.
> drivers/spi/Kconfig | 2 +-
> drivers/video/console/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
It'd probably be easier to just submit these as separate patches to the
individual subsystems, that'd make it more likely that reviewers will
see them. As I've no context for this I can't tell if there's any
dependencies, I'm guessing not but just in case
Acked-by: Mark Brown <broonie@kernel.org>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 15+ messages in thread[parent not found: <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>]
* [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
[not found] ` <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
@ 2018-02-06 22:52 ` Ulf Magnusson
2018-03-12 15:01 ` Bartlomiej Zolnierkiewicz
0 siblings, 1 reply; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-06 22:52 UTC (permalink / raw)
To: broonie-DgEjT+Ai2ygdnm+yROfE0A,
linux-kernel-u79uwXL29TY76Z2rM5mHXA
Cc: clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w,
viresh.kumar-QSEj5FYQhm4dnm+yROfE0A,
matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w,
linux-pwm-u79uwXL29TY76Z2rM5mHXA,
thierry.reding-Re5JQEeQqe8AvxtiuMwx3w,
b.zolnierkie-Sze3O3UU22JBDgjK7y7TUQ, daniel.vetter-/w4YWyX8dFk,
christophe.leroy-GgN8y9CXRhA, seanpaul-F7+t8E8rja9g9hUCZPvPmw,
linux-spi-u79uwXL29TY76Z2rM5mHXA,
dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
linux-fbdev-u79uwXL29TY76Z2rM5mHXA, Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture").
Signed-off-by: Ulf Magnusson <ulfalizer-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
---
drivers/video/console/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 7f1f1fbcef9e..be63759b6027 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -7,7 +7,7 @@ menu "Console display driver support"
config VGA_CONSOLE
bool "VGA text console" if EXPERT || !X86
depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
- !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+ !SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
default y
--
2.14.1
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE
2018-02-06 22:52 ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE Ulf Magnusson
@ 2018-03-12 15:01 ` Bartlomiej Zolnierkiewicz
0 siblings, 0 replies; 15+ messages in thread
From: Bartlomiej Zolnierkiewicz @ 2018-03-12 15:01 UTC (permalink / raw)
To: Ulf Magnusson
Cc: broonie, linux-kernel, clabbe.montjoie, viresh.kumar,
matthias.bgg, linux-pwm, thierry.reding, daniel.vetter,
christophe.leroy, seanpaul, linux-spi, dri-devel, linux-fbdev
On Tuesday, February 06, 2018 11:52:46 PM Ulf Magnusson wrote:
> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
> support for AVR32 architecture").
>
> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
Patch queued for 4.17, thanks.
Best regards,
--
Bartlomiej Zolnierkiewicz
Samsung R&D Institute Poland
Samsung Electronics
^ permalink raw reply [flat|nested] 15+ messages in thread
* [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
2018-02-06 12:08 ` Mark Brown
[not found] ` <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
@ 2018-02-06 22:55 ` Ulf Magnusson
2018-02-07 8:58 ` Matthias Brugger
2018-02-06 22:58 ` [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol Ulf Magnusson
2 siblings, 1 reply; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-06 22:55 UTC (permalink / raw)
To: broonie, linux-kernel
Cc: clabbe.montjoie, viresh.kumar, matthias.bgg, linux-pwm,
thierry.reding, b.zolnierkie, daniel.vetter, christophe.leroy,
seanpaul, linux-spi, dri-devel, linux-fbdev, Ulf Magnusson
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture").
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
drivers/spi/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 603783976b81..c1e455d46c7f 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -72,7 +72,7 @@ config SPI_ARMADA_3700
config SPI_ATMEL
tristate "Atmel SPI Controller"
depends on HAS_DMA
- depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
+ depends on (ARCH_AT91 || COMPILE_TEST)
help
This selects a driver for the Atmel SPI Controller, present on
many AT32 (AVR32) and AT91 (ARM) chips.
--
2.14.1
^ permalink raw reply related [flat|nested] 15+ messages in thread* Re: [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
2018-02-06 22:55 ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Ulf Magnusson
@ 2018-02-07 8:58 ` Matthias Brugger
2018-02-07 8:59 ` Matthias Brugger
0 siblings, 1 reply; 15+ messages in thread
From: Matthias Brugger @ 2018-02-07 8:58 UTC (permalink / raw)
To: Ulf Magnusson, broonie, linux-kernel
Cc: clabbe.montjoie, viresh.kumar, linux-pwm, thierry.reding,
b.zolnierkie, daniel.vetter, christophe.leroy, seanpaul,
linux-spi, dri-devel, linux-fbdev
On 02/06/2018 11:55 PM, Ulf Magnusson wrote:
> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
> support for AVR32 architecture").
>
> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
> ---
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
> drivers/spi/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 603783976b81..c1e455d46c7f 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -72,7 +72,7 @@ config SPI_ARMADA_3700
> config SPI_ATMEL
> tristate "Atmel SPI Controller"
> depends on HAS_DMA
> - depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
> + depends on (ARCH_AT91 || COMPILE_TEST)
> help
> This selects a driver for the Atmel SPI Controller, present on
> many AT32 (AVR32) and AT91 (ARM) chips.
>
^ permalink raw reply [flat|nested] 15+ messages in thread* Re: [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL
2018-02-07 8:58 ` Matthias Brugger
@ 2018-02-07 8:59 ` Matthias Brugger
[not found] ` <a8d2076b-6863-6ff1-5442-0587ad973766-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 15+ messages in thread
From: Matthias Brugger @ 2018-02-07 8:59 UTC (permalink / raw)
To: Ulf Magnusson, broonie, linux-kernel
Cc: clabbe.montjoie, viresh.kumar, linux-pwm, thierry.reding,
b.zolnierkie, daniel.vetter, christophe.leroy, seanpaul,
linux-spi, dri-devel, linux-fbdev
On 02/07/2018 09:58 AM, Matthias Brugger wrote:
>
>
> On 02/06/2018 11:55 PM, Ulf Magnusson wrote:
>> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
>> support for AVR32 architecture").
>>
>> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
>> ---
>
> Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
>
Sigh, that was too fast, see comment below.
>> drivers/spi/Kconfig | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
>> index 603783976b81..c1e455d46c7f 100644
>> --- a/drivers/spi/Kconfig
>> +++ b/drivers/spi/Kconfig
>> @@ -72,7 +72,7 @@ config SPI_ARMADA_3700
>> config SPI_ATMEL
>> tristate "Atmel SPI Controller"
>> depends on HAS_DMA
>> - depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
>> + depends on (ARCH_AT91 || COMPILE_TEST)
>> help
>> This selects a driver for the Atmel SPI Controller, present on
>> many AT32 (AVR32) and AT91 (ARM) chips.
AVR32 is no longer supported, please update the description as well.
Thanks,
Matthias
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
2018-02-06 12:08 ` Mark Brown
[not found] ` <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2018-02-06 22:55 ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Ulf Magnusson
@ 2018-02-06 22:58 ` Ulf Magnusson
2 siblings, 0 replies; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-06 22:58 UTC (permalink / raw)
To: Mark Brown
Cc: corentin labbe, Linux Kernel Mailing List, Viresh Kumar,
Matthias Brugger, linux-pwm, Thierry Reding,
Bartlomiej Zolnierkiewicz, Daniel Vetter, Christophe Leroy,
Sean Paul, linux-spi, dri-devel, linux-fbdev
On Tue, Feb 6, 2018 at 1:08 PM, Mark Brown <broonie@kernel.org> wrote:
> On Mon, Feb 05, 2018 at 08:05:39PM +0100, Ulf Magnusson wrote:
>> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
>> support for AVR32 architecture"). Remove the remaining references to it
>> from the Kconfig files.
>
>> drivers/spi/Kconfig | 2 +-
>> drivers/video/console/Kconfig | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> It'd probably be easier to just submit these as separate patches to the
> individual subsystems, that'd make it more likely that reviewers will
> see them. As I've no context for this I can't tell if there's any
> dependencies, I'm guessing not but just in case
>
> Acked-by: Mark Brown <broonie@kernel.org>
Done
https://lkml.org/lkml/2018/2/6/805
https://lkml.org/lkml/2018/2/6/808
Cheers,
Ulf
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
2018-02-06 12:08 ` Mark Brown
@ 2018-02-06 22:57 ` Ulf Magnusson
1 sibling, 0 replies; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-06 22:57 UTC (permalink / raw)
To: corentin labbe, Linux Kernel Mailing List
Cc: Viresh Kumar, Matthias Brugger, linux-pwm, Thierry Reding,
Ulf Magnusson, Mark Brown, Bartlomiej Zolnierkiewicz,
Daniel Vetter, Christophe Leroy, Sean Paul, linux-spi, dri-devel,
linux-fbdev
On Mon, Feb 5, 2018 at 8:05 PM, Ulf Magnusson <ulfalizer@gmail.com> wrote:
> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
> support for AVR32 architecture"). Remove the remaining references to it
> from the Kconfig files.
>
> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
> ---
> Changes in v3:
> Removal of the AVR32 dependency in PWM_ATMEL is already pending:
> https://lkml.org/lkml/2018/1/18/699
>
> Changes in v2:
> Removal of AVR32_AT32AP_CPUFREQ is already pending in
> https://marc.info/?i=20180118200202.11883-1-clabbe.montjoie%40gmail.com (which
> also does it properly -- I forgot to search for related files here). Just
> remove the other references.
>
> drivers/spi/Kconfig | 2 +-
> drivers/video/console/Kconfig | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index 603783976b81..c1e455d46c7f 100644
> --- a/drivers/spi/Kconfig
> +++ b/drivers/spi/Kconfig
> @@ -72,7 +72,7 @@ config SPI_ARMADA_3700
> config SPI_ATMEL
> tristate "Atmel SPI Controller"
> depends on HAS_DMA
> - depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
> + depends on (ARCH_AT91 || COMPILE_TEST)
> help
> This selects a driver for the Atmel SPI Controller, present on
> many AT32 (AVR32) and AT91 (ARM) chips.
> diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
> index 7f1f1fbcef9e..be63759b6027 100644
> --- a/drivers/video/console/Kconfig
> +++ b/drivers/video/console/Kconfig
> @@ -7,7 +7,7 @@ menu "Console display driver support"
> config VGA_CONSOLE
> bool "VGA text console" if EXPERT || !X86
> depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
> - !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
> + !SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
> (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
> !ARM64 && !ARC && !MICROBLAZE && !OPENRISC
> default y
> --
> 2.14.1
>
Superseded by two patches, split up per subsystem:
https://lkml.org/lkml/2018/2/6/805
https://lkml.org/lkml/2018/2/6/808
Cheers,
Ulf
^ permalink raw reply [flat|nested] 15+ messages in thread
* Re: [PATCH 03/20] kconfig: Remove leftover references to AVR32 symbol
@ 2018-02-05 4:05 Viresh Kumar
2018-02-05 4:44 ` [PATCH v2 " Ulf Magnusson
0 siblings, 1 reply; 15+ messages in thread
From: Viresh Kumar @ 2018-02-05 4:05 UTC (permalink / raw)
To: Ulf Magnusson
Cc: linux-kernel, linux-kbuild, tfiga, paul.burton, m.szyprowski,
egtvedt, linus.walleij, vgupta, mgorman, hch, mina86, robh, sboyd,
paulus, will.deacon, tony, npiggin, yamada.masahiro,
Rafael J. Wysocki, Thierry Reding, Mark Brown,
Bartlomiej Zolnierkiewicz, Sean Paul, Daniel Vetter,
Christophe Leroy, linux-pm, linux-pwm, linux-spi, dr
On 05-02-18, 02:21, Ulf Magnusson wrote:
> The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
> support for AVR32 architecture"). Remove the remaining references to it
> from the Kconfig files.
>
> No references remain to the removed AVR32_AT32AP_CPUFREQ symbol either,
> so remove that one too.
>
> Discovered with the
> https://github.com/ulfalizer/Kconfiglib/blob/master/examples/list_undefined.py
> script.
>
> Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
> ---
> drivers/cpufreq/Kconfig | 10 ----------
> drivers/pwm/Kconfig | 2 +-
> drivers/spi/Kconfig | 2 +-
> drivers/video/console/Kconfig | 2 +-
> 4 files changed, 3 insertions(+), 13 deletions(-)
>
> diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig
> index d8addbce40bc..608af20a3494 100644
> --- a/drivers/cpufreq/Kconfig
> +++ b/drivers/cpufreq/Kconfig
> @@ -239,16 +239,6 @@ if PPC32 || PPC64
> source "drivers/cpufreq/Kconfig.powerpc"
> endif
>
> -if AVR32
> -config AVR32_AT32AP_CPUFREQ
> - bool "CPU frequency driver for AT32AP"
> - depends on PLATFORM_AT32AP
> - default n
> - help
> - This enables the CPU frequency driver for AT32AP processors.
> - If in doubt, say N.
> -endif
> -
https://lkml.kernel.org/r/20180118200202.11883-1-clabbe.montjoie@gmail.com
--
viresh
^ permalink raw reply [flat|nested] 15+ messages in thread* [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol
2018-02-05 4:05 [PATCH " Viresh Kumar
@ 2018-02-05 4:44 ` Ulf Magnusson
0 siblings, 0 replies; 15+ messages in thread
From: Ulf Magnusson @ 2018-02-05 4:44 UTC (permalink / raw)
To: linux-kernel
Cc: linux-kbuild, tfiga, paul.burton, m.szyprowski, egtvedt,
linus.walleij, vgupta, mgorman, hch, mina86, robh, sboyd, paulus,
will.deacon, tony, npiggin, yamada.masahiro, ulfalizer, rjw,
viresh.kumar, thierry.reding, broonie, b.zolnierkie, seanpaul,
daniel.vetter, christophe.leroy, linux-pm, linux-pwm, linux-spi,
dri-devel, linux-fbdev
The AVR32 symbol was removed in commit 26202873bb51 ("avr32: remove
support for AVR32 architecture"). Remove the remaining references to it
from the Kconfig files.
Signed-off-by: Ulf Magnusson <ulfalizer@gmail.com>
---
Changes in v2:
Removal of AVR32_AT32AP_CPUFREQ is already pending in
https://marc.info/?i=20180118200202.11883-1-clabbe.montjoie%40gmail.com (which
also does it properly -- I forgot to search for related files here). Just
remove the other references.
drivers/pwm/Kconfig | 2 +-
drivers/spi/Kconfig | 2 +-
drivers/video/console/Kconfig | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 763ee50ea57d..f16aad3bf5d6 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -43,7 +43,7 @@ config PWM_AB8500
config PWM_ATMEL
tristate "Atmel PWM support"
- depends on ARCH_AT91 || AVR32
+ depends on ARCH_AT91
help
Generic PWM framework driver for Atmel SoC.
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 603783976b81..c1e455d46c7f 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -72,7 +72,7 @@ config SPI_ARMADA_3700
config SPI_ATMEL
tristate "Atmel SPI Controller"
depends on HAS_DMA
- depends on (ARCH_AT91 || AVR32 || COMPILE_TEST)
+ depends on (ARCH_AT91 || COMPILE_TEST)
help
This selects a driver for the Atmel SPI Controller, present on
many AT32 (AVR32) and AT91 (ARM) chips.
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 7f1f1fbcef9e..be63759b6027 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -7,7 +7,7 @@ menu "Console display driver support"
config VGA_CONSOLE
bool "VGA text console" if EXPERT || !X86
depends on !4xx && !PPC_8xx && !SPARC && !M68K && !PARISC && !FRV && \
- !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \
+ !SUPERH && !BLACKFIN && !MN10300 && !CRIS && \
(!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) && \
!ARM64 && !ARC && !MICROBLAZE && !OPENRISC
default y
--
2.14.1
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2018-03-12 15:01 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05 8:11 [PATCH v2 03/20] kconfig: Remove leftover references to AVR32 symbol Corentin Labbe
2018-02-05 19:05 ` [PATCH v3 " Ulf Magnusson
2018-02-06 12:08 ` Mark Brown
[not found] ` <20180206120825.GF5681-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2018-02-06 22:52 ` [PATCH] video: console: kconfig: Remove AVR32 dep. from VGA_CONSOLE Ulf Magnusson
2018-03-12 15:01 ` Bartlomiej Zolnierkiewicz
2018-02-06 22:55 ` [PATCH] spi: kconfig: Remove AVR32 dep. from SPI_ATMEL Ulf Magnusson
2018-02-07 8:58 ` Matthias Brugger
2018-02-07 8:59 ` Matthias Brugger
[not found] ` <a8d2076b-6863-6ff1-5442-0587ad973766-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2018-02-08 2:44 ` [PATCH v2] " Ulf Magnusson
2018-02-08 16:33 ` Matthias Brugger
2018-02-08 22:00 ` [PATCH v3] " Ulf Magnusson
2018-02-12 12:10 ` Applied "spi: kconfig: Remove AVR32 dep. from SPI_ATMEL" to the spi tree Mark Brown
2018-02-06 22:58 ` [PATCH v3 03/20] kconfig: Remove leftover references to AVR32 symbol Ulf Magnusson
2018-02-06 22:57 ` Ulf Magnusson
-- strict thread matches above, loose matches on Subject: below --
2018-02-05 4:05 [PATCH " Viresh Kumar
2018-02-05 4:44 ` [PATCH v2 " Ulf Magnusson
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).