* [PATCH] sh: remove SH_ALPHA_BOARD
@ 2014-02-16 19:00 Paul Bolle
2014-02-16 19:10 ` Paul Bolle
0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2014-02-16 19:00 UTC (permalink / raw)
To: Paul Mundt; +Cc: Richard Weinberger, linux-sh, linux-kernel
The Kconfig symbol SH_ALPHA_BOARD was added in v2.6.38. It has never
been used. Setting it has no effect. There are no calls for
mach_is_sh_alpha_board(). This symbol can safely be removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
---
Tested with "git grep".
arch/sh/boards/Kconfig | 5 -----
arch/sh/tools/mach-types | 1 -
2 files changed, 6 deletions(-)
diff --git a/arch/sh/boards/Kconfig b/arch/sh/boards/Kconfig
index eb1cf84..70c4f51 100644
--- a/arch/sh/boards/Kconfig
+++ b/arch/sh/boards/Kconfig
@@ -3,9 +3,6 @@ menu "Board support"
config SOLUTION_ENGINE
bool
-config SH_ALPHA_BOARD
- bool
-
config SH_SOLUTION_ENGINE
bool "SolutionEngine"
select SOLUTION_ENGINE
@@ -345,7 +342,6 @@ config SH_SH2007
config SH_APSH4A3A
bool "AP-SH4A-3A"
- select SH_ALPHA_BOARD
select REGULATOR_FIXED_VOLTAGE if REGULATOR
depends on CPU_SUBTYPE_SH7785
help
@@ -353,7 +349,6 @@ config SH_APSH4A3A
config SH_APSH4AD0A
bool "AP-SH4AD-0A"
- select SH_ALPHA_BOARD
select SYS_SUPPORTS_PCI
select REGULATOR_FIXED_VOLTAGE if REGULATOR
depends on CPU_SUBTYPE_SH7786
diff --git a/arch/sh/tools/mach-types b/arch/sh/tools/mach-types
index 569977e..99f524c 100644
--- a/arch/sh/tools/mach-types
+++ b/arch/sh/tools/mach-types
@@ -9,7 +9,6 @@ SE SH_SOLUTION_ENGINE
HIGHLANDER SH_HIGHLANDER
RTS7751R2D SH_RTS7751R2D
RSK SH_RSK
-ALPHA_BOARD SH_ALPHA_BOARD
#
# List of companion chips / MFDs.
--
1.8.5.3
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: remove SH_ALPHA_BOARD
2014-02-16 19:00 [PATCH] sh: remove SH_ALPHA_BOARD Paul Bolle
@ 2014-02-16 19:10 ` Paul Bolle
2014-02-16 20:14 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2014-02-16 19:10 UTC (permalink / raw)
To: Richard Weinberger, linux-sh, linux-kernel
On Sun, 2014-02-16 at 20:00 +0100, Paul Bolle wrote:
> The Kconfig symbol SH_ALPHA_BOARD was added in v2.6.38. It has never
> been used. Setting it has no effect. There are no calls for
> mach_is_sh_alpha_board(). This symbol can safely be removed.
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Paul Mundt's address triggers a bounce. I received a bounce for a
message I sent Paul last week too. Do other people have problems sending
to lethal@linux-sh.org too?
Paul Bolle
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: remove SH_ALPHA_BOARD
2014-02-16 19:10 ` Paul Bolle
@ 2014-02-16 20:14 ` Geert Uytterhoeven
2014-02-16 20:17 ` Paul Bolle
0 siblings, 1 reply; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-02-16 20:14 UTC (permalink / raw)
To: Paul Bolle
Cc: Richard Weinberger, Linux-sh list, linux-kernel@vger.kernel.org
On Sun, Feb 16, 2014 at 8:10 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Sun, 2014-02-16 at 20:00 +0100, Paul Bolle wrote:
>> The Kconfig symbol SH_ALPHA_BOARD was added in v2.6.38. It has never
>> been used. Setting it has no effect. There are no calls for
>> mach_is_sh_alpha_board(). This symbol can safely be removed.
>>
>> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
>
> Paul Mundt's address triggers a bounce. I received a bounce for a
> message I sent Paul last week too. Do other people have problems sending
> to lethal@linux-sh.org too?
Yes, it sometimes fails.
Anyway, AFAIK Paul is no longer taking sh-patches.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [PATCH] sh: remove SH_ALPHA_BOARD
2014-02-16 20:14 ` Geert Uytterhoeven
@ 2014-02-16 20:17 ` Paul Bolle
2014-02-16 20:56 ` Geert Uytterhoeven
0 siblings, 1 reply; 5+ messages in thread
From: Paul Bolle @ 2014-02-16 20:17 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Richard Weinberger, Linux-sh list, linux-kernel@vger.kernel.org
On Sun, 2014-02-16 at 21:14 +0100, Geert Uytterhoeven wrote:
> On Sun, Feb 16, 2014 at 8:10 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> > Paul Mundt's address triggers a bounce. I received a bounce for a
> > message I sent Paul last week too. Do other people have problems sending
> > to lethal@linux-sh.org too?
>
> Yes, it sometimes fails.
>
> Anyway, AFAIK Paul is no longer taking sh-patches.
If that's the case could someone please make MAINTAINERS reflect that
situation? And, by the way, is there somebody that does take patches for
sh?
Paul Bolle
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] sh: remove SH_ALPHA_BOARD
2014-02-16 20:17 ` Paul Bolle
@ 2014-02-16 20:56 ` Geert Uytterhoeven
0 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2014-02-16 20:56 UTC (permalink / raw)
To: Paul Bolle
Cc: Richard Weinberger, Linux-sh list, linux-kernel@vger.kernel.org
On Sun, Feb 16, 2014 at 9:17 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
> On Sun, 2014-02-16 at 21:14 +0100, Geert Uytterhoeven wrote:
>> On Sun, Feb 16, 2014 at 8:10 PM, Paul Bolle <pebolle@tiscali.nl> wrote:
>> > Paul Mundt's address triggers a bounce. I received a bounce for a
>> > message I sent Paul last week too. Do other people have problems sending
>> > to lethal@linux-sh.org too?
>>
>> Yes, it sometimes fails.
>>
>> Anyway, AFAIK Paul is no longer taking sh-patches.
>
> If that's the case could someone please make MAINTAINERS reflect that
> situation?
Sent out an RFC.
> And, by the way, is there somebody that does take patches for sh?
Andrew Morton?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-02-16 20:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-16 19:00 [PATCH] sh: remove SH_ALPHA_BOARD Paul Bolle
2014-02-16 19:10 ` Paul Bolle
2014-02-16 20:14 ` Geert Uytterhoeven
2014-02-16 20:17 ` Paul Bolle
2014-02-16 20:56 ` Geert Uytterhoeven
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox